 |
Multiverse: The theories of multiple universes
First things first. Democritus and Leucippus believed
that since there are innumerable atoms and an infinite
void, there is no reason why only one such world should
be formed. Therefore they postulated innumerable worlds,
coming-to-be and passing away throughout the void.
They are the first to whom we can with absolute certainty
attribute the odd concept of innumerable worlds (as opposed
to successive states of a continuing organism). The picturesque
reference was made by their pupil Metrodorus of Chios,
who said that it is strange for (just) one ear of corn
to be produced in a great plain, and for (just) one world
in the boundless.
In 1277 the bishop of Paris proclaimed that the Church
admitted that there could be a multitude of worlds. His
interest was not scientific, of course; it was merely
to stress that we cannot stop God of creating how many
worlds He wishes. We are still not dealing with a concept
of a universe, as we know it today, but that´s only
a question of perspective. After Galileo and Kepler the
ancient "world" started to turn into the modern
"universe".
But before we proceed we must pay attention to the Theodicy
of Leibniz, where we have the notion of logical possible
worlds. He speculated that God considered all logically
possible worlds then created the one He deemed best for
His purposes. The theological explanation is somewhat
interesting: as God is omnipotent and good, we can be
sure that this world is the best of all possible worlds.
That is, it contains a maximum of good and a minimum of
evil, which is a must to the equilibrium of the whole.
But this article is not working with the hypothesis of
God; as we shall see later, the fulcrum is the expression
"The notion of logical possible worlds".
So, like that distant cousin of ours in A Space Odissey,
let´s throw the technological (and lethal) bone
to the air and change the scene and, in the next page,
go to the second half of the 20th century.
|
Next |
Related news:
";
while ($row = mysql_fetch_array($sql_result2))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
$image2 = $row["image2"];
$image_visible2 = $row["image_visible2"];
if(($colcounter=='1') && ($image_visible2=='Yes'))
{
echo "
|
|
";
}
if(($colcounter=='2') && ($image_visible2=='Yes'))
{
echo "
|
";
}
if(($colcounter=='3') && ($image_visible2=='Yes'))
{
echo "
|
";
}
$colcounter++;
}
echo "
";
//Create the SQL statement
$sql3 = "SELECT news_id, title, url, image2, image_visible2 from $NewsTable WHERE visible='$visible' AND publishing_time<'$nowtime' AND (description LIKE '%$keyword1%' OR description LIKE '%$keyword2%' OR description LIKE '%$keyword3%' OR description LIKE '%$keyword4%' OR description LIKE '%$keyword5%') AND image_visible2='$image_visible2_2' ORDER BY news_id DESC LIMIT 1,3";
//Execute the SQL statement
$sql_result3 = mysql_query($sql3, $link) or die ("Couldn't execute query: " .mysql_error() );
$colcounter = '4';
while ($row = mysql_fetch_array($sql_result3))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
$image2 = $row["image2"];
$image_visible2 = $row["image_visible2"];
if(($colcounter=='4') && ($image_visible2=='Yes'))
{
echo "
|
|
";
}
if(($colcounter=='5') && ($image_visible2=='Yes'))
{
echo "
|
";
}
if(($colcounter=='6') && ($image_visible2=='Yes'))
{
echo "
|
";
}
$colcounter++;
}
echo "
";
while ($row = mysql_fetch_array($sql_result))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
echo "- $title
";
}
echo " ";
//Close connection
mysql_close($link);
?>
|
 |