iMultiverse

The 5th grader noticed one of his apps had auto-updated on his quantum iPhone 72, so he opened it.

He watched as multiple fluctuations began to appear and disappear randomly in all shapes and sizes — sometimes bumping into each other and merging, sometimes exploding. He zoomed into one of the isolated bubbles and saw nothing but emptiness. In another bubble he saw white hot plasma. Time sped up and he watched it cool and dissipate into nothing as the bubble disappeared. Many more bubbles began to form. One expanded and collapsed again, causing part of the bubble to grow back out the other side. Some bubbles expanded so quickly some of the simulated energy cooled to form superheated matter, which eventually cooled further and began to clump together. He zoomed into one in time to see countless clumps collapse into beautiful stars which exploded into heavy elements that coalesced into planets. Eventually a chemical on some of the planets replicated, and in time, living things emerged. The small life forms evolved and some became intelligent and self-reflective like him. One of them wrote a speculative blog post about him and his app. He smiled, intrigued. His bus arrived at school. “Time to go”, someone said. With a small grin still on his face, he thought, “I’ll play it again on the ride home”. As he popped the bubble, trillions of virtual creatures ceased to exist. He closed iMultiverse and walked to class.

In another reality, fingers moved, and the bubble the fifth grader was in left the screen. The creature was excited to see that some of the bubbles on her app had developed life forms that could create virtual worlds of their own. However, the creature was heartbroken at the mindless loss of life. Did they not realize the simulation was real to those inside each bubble?! She suddenly froze, captured by a thought. Am I in a simulation, too?

Somewhere else, a smile formed.

Author’s comments…
What did the smile belonged to? Perhaps another simulator in an infinite regression of simulators? An uncreated creator with the special ability to create events in an existence that has no events? Nothingness itself? A random fluctuation in the first uncreated eternal nothing? An entity with a mind in an original uncreated eternal universe? Something else?

One point of this post is to illustrate that the cause for our universe could be eternal, or there could be no meaning to asking about a first cause if time/events once did not exist, or any number of things could exist outside it and causally before it. This story is one example of many potential a-priori realities in which a creator does not have to be all-knowing, all-good, etc. The events in any reality outside the universe we live in are not necessarily subject to our laws of causality (which, incidentally, may not even be laws in our universe). All we can have confidence in is the things that exist at scales we can measure in the known universe. We can know nothing of what might exist outside our universe.

Questions

  1. Is it justifiable to be absolutely certain about the cause of the Big Bang (assuming such a cause is even meaningful or required)?
  2. Are “an eternity of nothing” or “an all-knowing, all-loving God” the only options? Is that a false dichotomy?

We welcome your thoughts.

Gentleness and respect,
–Russell

P.S. Here is the app’s skeleton code for my fellow geeks


defaultStateOfRelationalExistence = nil; // set the initial state to nothing, 0, void

while appOpen { // keep running this loop until the app closes

   function universeGenerator() {
      return (totalFluctuation + totalOscillation + totalInstability + totalExcitation + totalOpposition + totalForce + totalCharge + totalPotential); // etc; basically the sum of all values for all relationships between all real and potential forces in the default state of the default environment
   }

   function checkStatusOfUniverse(previousStatusOfUniverse) {
      return previousStatusOfUniverse * defaultStateOfRelationalExistence;
   }

   function continueUniverse(relationalExistence) {
      while (relationalExistence) { // keep repeating the loop until the value of relationships exactly equals 0
         refreshScreen(relationalExistence); // displays interesting patterns to the iPhone screen
         relationalExistence = checkStatusOfUniverse(relationalExistence);
         continueUniverse(universeGenerator()); // if a new instability exists at any reference point, recursively call continueUniverse

         if (relationalExistencePoppedByUser) relationalExistence = nil; // if the user pops a bubble, remove all its relationships
      }
   }

   do {
      defaultStateOfRelationalExistence = universeGenerator();
   } while (!defaultStateOfRelationalExistence); // keep repeating the loop until at least one relationship emerges in the default environment

   continueUniverse(defaultStateOfRelationalExistence);
}

16 comments

  1. This blog is absolutely fascinating. And so incredibly helpful for me to know that there are people willing to engage in these conversations. Thank you for allowing me to eavesdrop.

    Liked by 1 person

    1. Welcome!

      It’s nice to meet you. Thank you for stopping by! There are many who are interested in these conversations — some more certain of their positions than others. We’ve met some on the blog that are now friends in person. 🙂

      Gentleness and respect,
      —Russell

      Liked by 1 person

  2. Reblogged this on abstract relations vi and commented:

    Written with an eloquence I could only dream of, these thoughts have surfaced in my mind many times (less virtual simulation, more puppet show/zoo) and now I have an incredibly interesting conversation to eavesdrop on.

    Liked by 1 person

  3. This so interesting reasoning have been also been the greatest motivation of Ludwig Wittgenstein to his Philosophical Investigations.
    Wittgenstein, as we all know, was a logical mathematician of the School of Viena – the one that ‘produced’ people like Popper and Russell (not you, of course…) – and only ‘suspected’ of how much virtuality might ever influence reality as it happens nowadays. As for me, I suspect that, by the time, he was the only that was really aware of it. The reason why, though being such an intelligent and culturally multifaceted man, he never attained the popularity of Russell or Popper. Thank you for you proposal!

    Liked by 1 person

Thoughts?