<style><!-- [et_pb_line_break_holder] -->/*************Advent Calendar 2017 - 9**************/<!-- [et_pb_line_break_holder] -->/***********Vertical Timeline Blog Module***********/<!-- [et_pb_line_break_holder] -->/*******************By Divi Soup********************/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add transition to the posts*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 {<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Size and position the featured image*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .entry-featured-image-url {<!-- [et_pb_line_break_holder] --> width: 35%;<!-- [et_pb_line_break_holder] --> margin: 0 30px 0 100px;<!-- [et_pb_line_break_holder] --> float: left;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Style and position the read more link*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 a.more-link {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> width: 35%;<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> left: 100px;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> text-transform: uppercase;<!-- [et_pb_line_break_holder] --> background: rgba(0, 0, 0, .5);<!-- [et_pb_line_break_holder] --> color: #fff;<!-- [et_pb_line_break_holder] --> font-weight: bold;<!-- [et_pb_line_break_holder] --> font-size: 20px;<!-- [et_pb_line_break_holder] --> opacity: 0;<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> -webkit-box-orient: horizontal;<!-- [et_pb_line_break_holder] --> -webkit-box-direction: normal;<!-- [et_pb_line_break_holder] --> -ms-flex-direction: row;<!-- [et_pb_line_break_holder] --> flex-direction: row;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: center;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: center;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] --> -webkit-box-align: center;<!-- [et_pb_line_break_holder] --> -ms-flex-align: center;<!-- [et_pb_line_break_holder] --> align-items: center;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add title padding*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .entry-title {<!-- [et_pb_line_break_holder] --> padding-top: 20px;<!-- [et_pb_line_break_holder] --> padding-right: 20px;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Style & position the date*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .published {<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 0;<!-- [et_pb_line_break_holder] --> top: 25%;<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> width: 100px;<!-- [et_pb_line_break_holder] --> -webkit-box-align: center;<!-- [et_pb_line_break_holder] --> -ms-flex-align: center;<!-- [et_pb_line_break_holder] --> align-items: center;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: center;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: center;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> text-align: center;<!-- [et_pb_line_break_holder] --> bottom: 25%;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add the background to the post content*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (min-width: 601px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:before {<!-- [et_pb_line_break_holder] --> content: '';<!-- [et_pb_line_break_holder] --> height: 100%;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> left: 45%;<!-- [et_pb_line_break_holder] --> right: 0;<!-- [et_pb_line_break_holder] --> top: 0;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> z-index: -1;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Add the vertical line below the date*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .published:before {<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> top: 100%;<!-- [et_pb_line_break_holder] --> content: " ";<!-- [et_pb_line_break_holder] --> height: 200%;<!-- [et_pb_line_break_holder] --> width: 5px;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Remove the vertical line from the last post*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:last-of-type .published:before {<!-- [et_pb_line_break_holder] --> display: none;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Add the side arrow to the date*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .published:after {<!-- [et_pb_line_break_holder] --> left: 100%;<!-- [et_pb_line_break_holder] --> top: 50%;<!-- [et_pb_line_break_holder] --> border: solid transparent;<!-- [et_pb_line_break_holder] --> content: " ";<!-- [et_pb_line_break_holder] --> height: 0;<!-- [et_pb_line_break_holder] --> width: 0;<!-- [et_pb_line_break_holder] --> position: absolute;<!-- [et_pb_line_break_holder] --> z-index: 1;<!-- [et_pb_line_break_holder] --> pointer-events: none;<!-- [et_pb_line_break_holder] --> border-color: transparent;<!-- [et_pb_line_break_holder] --> border-left-color: #dedede;<!-- [et_pb_line_break_holder] --> border-width: 15px;<!-- [et_pb_line_break_holder] --> margin-top: -15px;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Change the arrow colour on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover .published:after {<!-- [et_pb_line_break_holder] --> border-left-color: #8ACAF8;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Change the date, vertical line and post content background colour on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover .published,<!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover .published:before,<!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover:before {<!-- [et_pb_line_break_holder] --> background: #8ACAF8;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Show the readmore link on hover*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post:hover a.more-link {<!-- [et_pb_line_break_holder] --> opacity: 1;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Limit the excerpt length*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->.ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> padding-right: 20px;<!-- [et_pb_line_break_holder] --> max-height: 6em;<!-- [et_pb_line_break_holder] --> overflow: hidden;<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Adjust excerpt limit for smaller screens*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 1079px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 4.5em;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 980px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 3em;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 768px) {<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 0;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*Rearrange content for mobiles*/<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->@media all and (max-width: 600px) {<!-- [et_pb_line_break_holder] --> /*Add margin to top of module*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 {<!-- [et_pb_line_break_holder] --> margin-top: 40px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Set spacing between posts and add background colour*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post {<!-- [et_pb_line_break_holder] --> margin-bottom: 40%;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> -webkit-transition: all .3s ease;<!-- [et_pb_line_break_holder] --> transition: all .3s ease;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Position and size the image*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .entry-featured-image-url {<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> margin: 0 0 15px 0;<!-- [et_pb_line_break_holder] --> border-bottom: 5px solid #fff;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Position and size the date*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .published {<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> padding: 10px;<!-- [et_pb_line_break_holder] --> top: -40px;<!-- [et_pb_line_break_holder] --> height: 40px;<!-- [et_pb_line_break_holder] --> bottom: auto;<!-- [et_pb_line_break_holder] --> display: -webkit-box;<!-- [et_pb_line_break_holder] --> display: -ms-flexbox;<!-- [et_pb_line_break_holder] --> display: flex;<!-- [et_pb_line_break_holder] --> -webkit-box-pack: center;<!-- [et_pb_line_break_holder] --> -ms-flex-pack: center;<!-- [et_pb_line_break_holder] --> justify-content: center;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Add some padding*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .entry-title {<!-- [et_pb_line_break_holder] --> padding: 0 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .post-content p {<!-- [et_pb_line_break_holder] --> max-height: 100%;<!-- [et_pb_line_break_holder] --> padding: 0 20px 20px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Style and position the bottom arrow*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post .published:after {<!-- [et_pb_line_break_holder] --> top: calc(100% + 15px);<!-- [et_pb_line_break_holder] --> left: 50%;<!-- [et_pb_line_break_holder] --> border-top-color: #dedede;<!-- [et_pb_line_break_holder] --> border-left-color: transparent;<!-- [et_pb_line_break_holder] --> border-width: 10px;<!-- [et_pb_line_break_holder] --> margin-left: -10px;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Change arrow colour on hover*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:hover .published:after {<!-- [et_pb_line_break_holder] --> border-left-color: transparent;<!-- [et_pb_line_break_holder] --> border-top-color: #8ACAF8;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Position the read more link*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 a.more-link {<!-- [et_pb_line_break_holder] --> left: 0;<!-- [et_pb_line_break_holder] --> width: 100%;<!-- [et_pb_line_break_holder] --> bottom: 0;<!-- [et_pb_line_break_holder] --> top: 100%;<!-- [et_pb_line_break_holder] --> height: 40px;<!-- [et_pb_line_break_holder] --> margin-top: 5px;<!-- [et_pb_line_break_holder] --> background: #dedede;<!-- [et_pb_line_break_holder] --> opacity: 1;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> /*Change post and read more background on hover*/<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:hover,<!-- [et_pb_line_break_holder] --> .ds-advent-9 .et_pb_post:hover a.more-link {<!-- [et_pb_line_break_holder] --> background: #8ACAF8;<!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] -->}<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->/*************Advent Calendar 2017 - 9**************/<!-- [et_pb_line_break_holder] -->/********End - Vertical Timeline Blog Module********/<!-- [et_pb_line_break_holder] -->/*******************By Divi Soup********************/<!-- [et_pb_line_break_holder] --></style>

Phaedo – Plato Dialogue

“It is true about our souls and their dwellings, given that the soul evidently is immortal, this, I think, is fitting and worth risking, for one who believes that it is so – for a noble risk it is.”

The final chapter in the myth of the afterlife in the Phaedo is the rebirth of the soul into another life, completing the cycle – since the process of dying is followed by the process of coming to birth again. Socrates refers to the idea of reincarnation as an old legend (palaiòs logos) In his discussion of the effects of the mixture of body and soul, Socrates relates that one of the effects of the failure to separate them is rebirth into the forms of animals appropriate to the ruling passions of the former life. The gluttonous become donkeys and the violent become carnivorous beasts, while those who practiced unphilosophic virtue are reincarnated as ants or bees or even as humans again (81e–82b).

Psyche Obtaining the Elixir of Beauty from Proserpine

Psyche Obtaining the Elixir of Beauty from Proserpine

This process of the soul falling straightaway back into another body is explained thus: “The souls of most of the dead arrive there, and, after they have stayed for certain appointed periods, some longer, some shorter, they are sent forth again into the generation of living things.” The inhabitants of the upper realms live there longer than those of the lower realms and without the pains, but they are only more like the Immortals, not actually immortal themselves. .When they have to fall down, they are forced to fall back again and are assigned to an appropriate status, depending on their nature and according to their deeds.

Olympiodorus argues that in Plato even the souls of those who ascend to the intelligible realm must descend eventually to lower realms (Olympiodorus, 10 § 14). Such speculation may be pressing the details too far, but it preserves the analogy Plato makes between the conduct in life and the conditions of afterlife, as well as his proportions between the realms of air and aither. On the other hand, from a literalist reading, the fates of those disembodied for all time to come and those condemned to an eternity in Tartarus would seem to be the only ones who will never be reborn in bodies. The Neoplatonic interpreters, who used all manner of special pleading to argue that the tormented in Tartarus would not remain there forever, but would be freed after a really long time, e.g., a complete cosmic revolution or Great Year, or that the threat of eternal punishment is a falsehood for the good of the community, to deter people from irremediable crimes. (cp. Damascius I. § 547, II. § 147; Olympiodorus 10 § 14.)

Plato constructs from these mythic elements a vision of the whole world, hierarchically arranged from the lowest pits of Tartarus to the Isles of the Blessed in the upper regions of the cosmos. Each region has conditions appropriate to the nature of the souls sent there after judgment. The majority of souls who go to the realm of Hades are sent by their judges to the lake of Acheron, since they are neither so bad as to deserve punishment nor sufficiently purified to ascend to higher realms. “And those who have lived indifferently journey to Acheron, embark upon certain vessels provided for them, and on these they reach the lake; there they dwell and are purified, paying the penalty for their wrongdoings, and are absolved, if any has committed any wrong, and they secure reward for their good deeds, each according to his lot.” These souls receive recompense for every good and evil deed in a process of purification. Those who have committed great crimes must suffer punishment in Tartarus, where the flow of waters buffets them about for at least a full year. In Plato’s Tartarus, the more solid element of water replaces the great winds that buffet the one who falls into Tartarus in Hesiod, although the period of time remains the same, a year. Damascius, attributes special significance to each of these opposing rivers. “The power of delimitation is symbolized by the Oceanus, that of purification by the Acheron, that of chastisement by heat by the Pyriphlegethon, that of chastisement through cold by the Cocytus.”

The fate of the punished soul in Tartarus is thus like the lot of an unphilosophic person who distrusts all arguments and relies only on his senses. The experience of the soul in Tartarus is thus equivalent to the mortal who lives entirely through his senses, perceiving only the endless variation of the material world and mistrusting the reasonings and the soul which alone can lead it to the Truth.

Those who have committed crimes but may yet be reformed are cast out of Tartarus after a year’s cycle and into one of the rivers that flows past the Acherusian Lake, into Pyriphlegethon or Cocytus. Socrates gives some examples of such criminals, those who in a momentary fit of passion have killed someone or injured a parent, and he assigns the killers to Cocytus and the parent-beaters to Pyriphlegethon. These criminals remain in a cycle of punishment, floating along the river system back into Tartarus and then back out again the next year, until they can convince their victims to forgive them, at which point they are admitted into the Acherusian Lake, to undertake the same kind of purification allotted to those without such outstanding criminal records (parallel may be found also in Attic law, where the killer may be exempt from prosecution -and the relatives freed from the obligation of prosecution- if the killer is forgiven by the victim before he expires).

A few fortunate souls do not need a sojourn of purification on the Acherusian Lake, but the result of their judgment is an ascent to the higher realms. Only souls made pure by philosophy, that is, only those that have entirely freed themselves from the weightiness of materiality and its relative illusions, are able to rise to the heights of Olympos- as though released from a prison. Plato thus explains both the motifs of philosophy as a release from prison and as a separation from the body and the description of the results of a good judgment of the soul. These souls live on the surface of the true earth, where the air serves as water and aither as air. “Some dwelling inland, some living by the air, as we live by the sea, and some on islands surrounded by the air and lying close to the mainland.” Plato’s islands in the air are his version of the traditional Blessed Isles, and they share many of the same features found in the tradition: like the men of Hesiod’s golden race, they enjoy a beneficial climate and blissful existence that includes contact with the Gods. The souls purified by the philosophical pursuit of the unchanging and ideal Forms in this life go to an afterlife in a realm less subject to change, the same inhabited by the Gods. “Moreover, they have groves and temples of Gods, in which Gods are truly dwellers, and utterances and prophecies, and direct awareness of the Gods; and communion of that kind they experience face to face.”

This realm, like the realm above the heavens in the Phaedrus, is so far beyond mortal experience that “of that place beyond the heavens none of our earthly poets has sung, and none shall sing worthily.”

 

Leave a comment

Share This