We're Not Living in a Computer Simulation, New Research Shows (cosmosmagazine.com) 403
A reader shares a report: A team of theoretical physicists from Oxford University in the UK has shown that life and reality cannot be merely simulations generated by a massive extraterrestrial computer. The finding -- an unexpectedly definite one -- arose from the discovery of a novel link between gravitational anomalies and computational complexity. In a paper published in the journal Science Advances, Zohar Ringel and Dmitry Kovrizhi show that constructing a computer simulation of a particular quantum phenomenon that occurs in metals is impossible -- not just practically, but in principle. The pair initially set out to see whether it was possible to use a technique known as quantum Monte Carlo to study the quantum Hall effect -- a phenomenon in physical systems that exhibit strong magnetic fields and very low temperatures, and manifests as an energy current that runs across the temperature gradient. The phenomenon indicates an anomaly in the underlying space-time geometry. [...] They discovered that the complexity of the simulation increased exponentially with the number of particles being simulated. If the complexity grew linearly with the number of particles being simulated, then doubling the number of partices would mean doubling the computing power required. If, however, the complexity grows on an exponential scale -- where the amount of computing power has to double every time a single particle is added -- then the task quickly becomes impossible.
You can't decree what you can't access (Score:5, Insightful)
There is no viability to Pro or Con studies for this. We simply would not be capable of knowing if we're simulated as our own thought processes would in fact be governed by the same rules of the system we're attempting to prove or disprove. You're trying prove a proof by using the proof as proof. It's just an exercise in futility as any civilization or system capable of creating such a complete simulation will undoubtedly have put in to place provisions for "what if the simulation starts questioning reality".
Re: (Score:2)
Re:You can't decree what you can't access (Score:5, Interesting)
If you've not already watched the movie, then go watch The Thirteenth Floor.
As complex and complicated as our Universe seems to us, we have no way of knowing how far that extends beyond it. Our Universe could be rather basic and boring compare to the reality beyond. We would have no way of knowing.
Do you think a simulated colony of Ants in a computer system would be able to understand the nature of the physical reality? To them, their little world could be comparability very complex and decree it would be unable to be duplicated as it's just too complicated.
Re: (Score:2)
Or read a book!
Philip K Dick's The Labyrinth.
Re: (Score:2)
Wrong title. Disregard.
Re: (Score:3)
Or read a book!
Philip K Dick's A maze of death.
Re: (Score:3, Insightful)
Just read it. It has zero argumentation for how such a simulation would be possible. Books and movies aren't real, people.
The most realistic way to simulate a universe would be solipsism -- you only have to simulate one person's experiences, and you don't have to keep the rest consistent beyond what that person is likely to notice... which isn't much, especially if the person isn't a scientist.
Re: (Score:2)
Exactly. And if want to have a little fun with the simulation, you can have some of the non-scientist people encounter weird phenomena (ghosts, UFOs, etc.), especially when they're alone, but then when more people, particularly scientists, attempt to investigate, just reset the local parameters of the simulation to "only normal physics".
Re: (Score:3)
Ah, yes but one of the popular arguments for a simulated universe is that any advanced species will simulate their past out of curiosity. Therefore, there are more simulated "pasts" than real ones and chances are higher we are living in one of the simulated ones than the only real one. If so, the simulated universe must be very much like the real universe. So, if nothing else, this is at least a dent in that argument.
Re: You can't decree what you can't access (Score:3)
If we can't observe something it can't possibly impact us therefore it is of no consequence to us.
That's the stupidest thing I've heard in a while.
Re:You can't decree what you can't access (Score:5, Interesting)
It rules out simulations that anything within this universe, no matter how advanced, could come up with. Thus it rules out that the universe is being simulated within a universe that plays by similar fundamental rules of math and logic. Thus it rules out that the universe is being simulated within any universe we are capable of comprehending or talking about. Whereof one cannot speak one must remain silent. That's quite significant.
Re:You can't decree what you can't access (Score:4, Interesting)
It rules out simulations that anything within this universe, no matter how advanced, could come up with.
There is no reason to believe that our Universe has the same physical laws as the "higher" Universe that is simulating us. Video game simulations do not rigorously recreate physics, and focus more on entertainment than accuracy.
The study in TFA actually is a evidence FOR a simulation, since obviously the simulators added this constraint to prevent "nested" simulations from overloading their servers.
Re: (Score:3)
We simply would not be capable of knowing if we're simulated as our own thought processes would in fact be governed by the same rules of the system we're attempting to prove or disprove.
Sure - that's what they *want* you to think...
Re: (Score:2)
Re: (Score:2)
In addition, even if we that the simulation doesn't deliberately work to make us think it's not a simulation, this still wouldn't prove we're not living in a simulation.
The simulations we create don't operate by trying to simulate every particle. There are simulations that do this, called finite particle simulations, but they're exceptional, not the normal case. Instead, we simulate at a higher level, assuming, for example, that the motion of objects can be modeled without paying attention to the huge num
That's not actually true (Score:5, Insightful)
There is no viability to Pro or Con studies for this. We simply would not be capable of knowing if we're simulated as our own thought processes would in fact be governed by the same rules of the system we're attempting to prove or disprove.
What you're proposing is a philosophical proof, and it's not rigorous.
It turns out that we *can* prove or disprove certain statements about our universe. The fundamental fact (to prove, or disprove) is whether the universe is computable.
Computability has a couple of slightly different meanings in the literature depending on certain assumptions, but in general terms it means that the results of a computation can be done with a) a computer, b) using finite memory, and c) in a finite amount of time(*).
The Church-Turing thesis implies that all computers are equivalent, so the type of computer doesn't matter.
What *does* matter is the finite limits on time and memory. You can't use real (in the mathematical sense) numbers, because they take an infinite amount of memory to store, and would take an infinite amount of processing just to load one into a register. This implies that position, if your universe has this as a feature, must be quantized in some way. The amount of information in a particle's position must be finite. Time also has to be quantized.
If time and position are quantized, you might need some sort of "fuzzing" algorithm to avoid jaggies and other artifacts in your universe. Something like Bresenham's algorithm [wikipedia.org], or some other anti-aliasing method. Maybe use sines and cosines to represent the probability of a position between two quantized locations or something similar.
If we can identify an effect that the universe has that is non-computable, then we could (at that time) definitely state that the universe is not some sort of simulation.
That being said, I don't think this paper rules out computability per-se. The fact that complexity is exponential does not specifically rule out being computable, the thing about exponentiality comes from the post and not the abstract of the paper, the paper abstract itself states that the question is still open, and the paper is speculative and might be subject to re-interpretation or dispute by subsequent papers.
It's also really, really dense.
Whether the universe is computable is a really interesting question. Consider the resolution of the probability values of QM experiments; ie - is there a limit to the resolution one can have on a probability measurement? If it's a finite amount of information, it's kept in a finite number of bits, which means that it has a fundamental fractional resolution.
Is there an experiment that would show this fundamental resolution limit? (Do photons from distant galaxies arrive in tiny quantized angles, for instance?)
(*) With one possible exception, which is the overall program of the universe. The universe itself can run for infinite time, so long as each interaction can be computed in a finite amount of time. Basically, you can have exactly one while(1) in the main() of your universe, and all subroutines must return in a finite amount of time.
Re: (Score:3)
Why assume that the external computer wouldn't be a hyper-computer? At most this research may (if it's done correct) prove that the simulator must be more powerful than that described by Church-Turing.
Re:That's not actually true (Score:5, Insightful)
Congratulations. You appear to be the first poster who understands the article.
Wrong (Score:2)
It turns out that we *can* prove or disprove certain statements about our universe. The fundamental fact (to prove, or disprove) is whether the universe is computable.
Possibly, but in this case the "proof" that this aspect of the universe is not computable, it through sensor readings delivered via the possible simulation... any hard proof is similarly done through observations potentially managed by the simulation, so there cannot be absolute proof of simulation/no simulation.
Re: (Score:2)
The problem is again, our concept of computability may be limited.
But more to the point, we don't know that whatever effect we are 'observing' is actually really as complex as we think it is. We know what shows up on our displays that we see. We infer that means real exotic stuff because the most sane and simple explanation is that we are seeing data as it is, not as it is made up.
But in presuming a simulation, it cannot be taken for granted that the data we see is nothing more than a made up thing on a
Comment removed (Score:4, Funny)
Re: (Score:2)
provisions for "what if the simulation starts questioning reality"
You mean by injecting doubt and uncertainty into any discussion around whether we are in a simulation?
Re: (Score:2)
Further, we don't *know* even what we observe.
For all *I* know, all that's simulated is what I personally see. There might not even be a simulation running with any detail for things even a foot behind me. What we think we observe may not be how thnigs are. We only get input through 5 senses. Anything beyond we just have to trust that displays are outputting real data not made up stuff.
For example, if you were an NPC in Half-Life, you might think 'there's no way we could even simulate a test chamber, th
Re: (Score:2)
Why? Gödel would already know this by then...
Re: (Score:2)
*Sigh*
Quantum computers are _computers_ as defined by Church-Turing. They aren't hyper-computers. They aren't even generally faster than the stored program computer/von Neumann model computer which is the most commonly one (though not the only one).
If the common(?) misconception that a quantum computer would compute all results at once and then select the correct one would be true (it isn't) then it would be a hyper-computer. It doesn't and it isn't.
TL;DR If this shows that a computer can't simulate the rea
Re: (Score:2)
Until we send a space craft outside the solar system to another one and return, we actually can't even prove that anything outside the solar system is real. Wouldn't it be funny to hit the edge of the heliosphere and the spacecraft hits it like a bug on a windshield?
An interstellar spacecraft won't prove anything. It'd be simple for the simulation to keep everything outside the solar system as a "low-poly background" as you say, but then when we send a ship to Alpha Centauri, switch the detail of that star
Trick (Score:2)
Re: (Score:2)
What if the programmers tricked them into convincing themselves that they're not living in a simulation?
I doubt any "programmers" if we were a simulation would be studying the minutia of an individual of a tiny species in a tiny spec of the universe.
I'm in the, I doubt we're in a simulation camp; but if we were a simulation, the questions is what is the purpose? There comes down to two main possibilities. Research, or Entertainment. If it's research, then the simulation of the universe might be to solve a problem such as "how to prevent the heat death of the universe"; that's the type of problem a species
Re: (Score:3)
It's even possible that we were "discovered" at some point during a debug session, the implemented "fix"
Re: (Score:2)
What if the authors of this paper aren't actual people, and this paper is really made by whoever's running the simulation, to try to fool us?
What if none of you are real, and I'm the only person in this simulation?
They deduced that the universe isn't a simulation (Score:2)
... from ideas about what is possible derived from observing the universe in operation.
This only works if you take this as an axiom: what is possible in our universe is impossible in any possible universe.
Re: (Score:3)
Not true. They deduced it from pure logic.
What it comes down to is this:
A simple thing can not simulate a complex thing. That is inherent in the concept of simluation and complexity.
For this reason, all simulations use complexity as currency - they only use it when they need it.
In a weather pattern simulator, they don't bother to simulate people at high complexity. In a war game, they don't bother to simulate the weather in high complexity.
Our universe has uniform complexity, EVERYTHING is complex, not
Re: (Score:2)
What it comes down to is this:
A simple thing can not simulate a complex thing. That is inherent in the concept of simluation and complexity.
A simple thing like Conway's Game of Life can simulate a CPU.
The assumption is that because complexity increases exponentially, it would be infeasible to do a simulation. That assumes finite resources, like time, which is not a given. And it assumes that the simulation cannot take shortcuts like making up data or retroactively change data, which is also not a given.
Re: (Score:2)
Conway's game of life is NOT simple. The software running it is simple, but it requires an incredibly complex hardware to run.
What is actually going on is a piece of very complex hardware called a CPU, is using a very simple software to simulate another complex CPU.
Re: (Score:2)
One can implement it with a few gates. There need not be a processor as such.
If you have some kind of processor fetish the processor needed to run the software can be a one-bit one implementable in a few hundred gates. Not complex.
Re: (Score:2)
Re: (Score:2)
Our universe has uniform complexity, EVERYTHING is complex, not just one thing.
True, but most of that doesn't need to be simulated. Only the parts that I interact with are actually relevant. Everything else can be optimized away.
Re: (Score:2)
Let me ask you one question.
What proof is there that the host universe from which ours is simulated has the same laws of physics we do? What if our simulation is a post-grad's "What If?" project?
Maybe not a deterministic repeatable simulation (Score:2)
Not true. They deduced it from pure logic.
Seemingly with an assumption of a deterministic simulation. If the simulation is not deterministic, not repeatable, then a heuristic that simplifies computation can be substituted for a perfect theoretical computation.
If I instantiate an atom out of view of simulation viewers do I need to have computed the history of all the electrons back to time=0 or can I just allocate them ad hoc, randomly, during instantiation with a reasonable probability distribution? Can I not do the same thing with a deer in the
Re: (Score:2)
Well, your argument about complexity is essentially circular. "Complexity" refers to the resources needed to produce a thing (program length, storage space, time etc.).
You can prove something is inherently simple by example, but you can't prove it is inherently complex that way. Avoiding that particular pitfall is responsible for a lot of verbal yoga in computer science. Solutions have complexity; problems only have best known solutions.
Could Still Be a Simulation (Score:2)
Suppose the parent universe is one in which computational complexity for any given problem is a constant? Or even where this particular problem can be solved via an operation that is infinitely replicable at zero or near-zero cost? Or even at a non-constant cost? Or perhaps the parent universe is one in which the speed of computation increases with complexity. We don't know the math of the parent universe. We don't even know if the math of the parent universe is consistent with itself.
This study make it les
I don't see how you can prove this (Score:2)
Either the aliens live in a universe where the rules are different and simulating this is easy, or the scientists being convinced of this is part of the program, or I'm the only one in the universe and me typing on Slashdot is something that the aliens in the zoo find interesting. Nobody can disprove any of that.... assuming anybody exists.
Re: (Score:2)
It does at least narrow the pro-simulation argument. If it is a simulation it is either intentionally different from the "host" reality, or imperfect.
Out of curiosity, why would a civilization sufficiently advanced enough to create a perfect simulation create one that is precisely like their own reality? What would they be hoping to solve or discover? If it is a Matrix-esque (minus the born into slavery for energy harvesting) alternate reality designed to escape from a virtually destroyed planet/society, etc, then they would necessarily want it to be different from their own. Maybe it's a calculation of how different factors can affect evolution of be
Re: (Score:3)
Maybe this is their No Man's Sky and they actually have multiplayer support!
Re: (Score:2)
Many of the pro-simulation arguments also depend on the hosts intentionally obfuscating the simulation's nature from humanity
How self-important of humanity to assume that if this were a simulation that WE are the purpose of the simulation. An impossibly large Universe and our galaxy is but a speck on it. Our solar system is but a speck on our galaxy. Our planet is but a speck in our solar system. Men are but specks on our planet... and some people think that if this is a simulation WE are the purpose of the simulation? How utterly "human".
No, if this is a simulation we are but a mere coincidence, we are not the main focus,
Re: (Score:3)
I get what you're saying about "God hiding"; but let's look at this from a practical PoV. The first time you simulate civilization sophisticated enough for there to be simulated scientists, they discover they're running in a simulation. That information leaks into your simulation, which proceeds to have an existential crisis, preoccupies itself with jail-breaking the sim, communicating with the simulators, etc. If your desire was anything other than this, the experiment is deemed a failure and version 2.
Fundamental Problem (Score:5, Insightful)
There's a fundamental problem with this conclusion. It shows that we are incapable, in this universe, of simulating this phenomenon due to its complexity. However, if this universe is a simulation, the laws of this universe do not necessarily apply to the universe in which this simulation resides. We can say nothing as to the characteristics of such a universe, and therefore cannot conclude at all whether we are in a simulation or not. This merely shows that it isn't feasible for us to simulate such an effect should we choose to create our own simulated universes.
Re: (Score:2)
No, it shows that we are incapable of simulating this phenomenon on a classical computer. It probably works fine on a quantum computer.
Re: (Score:2)
AAARGH!! NO!
Quantum computers ARE _NOT_ HYPER-COMPUTERS!!
Re: (Score:3)
No, it doesn't. They've proven that the problem's complexity is beyond the bounds of our universe, not just that it's beyond our ability to compute. They're saying that to solve this problem, you'd need something more than our universe. Advancements in computing machines will certainly allow us to solve more complex problems, but we're still bounded by the limits of our universe. If problems go beyond those bounds, no advancements in computing will ever allow us to solve them.
Of course, as others have point
Re: (Score:2)
We are also unable to proof whether this is a simulation. The question is also not scientific, as simulation is not the opposite to reality. Assume there is a reality. What is it running on? And if you refer to physical properties and rules: What are processing them? Or how do they do what they do? In the end, you cannot distinguish a simulation from reality from within the simulation. Also it makes no real difference for a being. The question behind that reality vs. simulation is essentially: (a) Is there
Re: (Score:2)
Now that we know based on this single sample that there is a limit to recursion
We know no such thing. That assumes that computational resources and the time to do them in are finite. We are creatures who live in a very short time span, and think everything has to go tick-tock at a comprehendible rate. That's not a given. Nothing prevents a simulation from taking billions of years to simulate a second, which would be undetectable from within the simulation itself.
And nothing prevents a simulator from running backwards either, starting with the results and going back to the cause.
Bu
Yeah, right. (Score:2)
God already has quantum computer !
context is the universe (Score:2)
If the simulation exists, which is likely doesn't as this is nothing more than modern Genesis religion, why would the storage be bounded by the simulation and not external to it?
Re: (Score:3)
What this shows is much more limited (Score:4, Insightful)
No, no, NO! (Score:2)
The computational complexity is undeniably vast - but it's not infinite.
If the simulation hypothesis is true then we know NOTHING WHATEVER about the nature of the "real" universe - only that of our own. We're probably OK with assuming that our mathematics are applicable - but we can determine nothing about the physics of this place.
So, for example, in the real universe, the speed of light might be infinite.
This would allow computers to perform calculations infinitely quickly - and to access memory storage
Very Good. Please do continue to believe so. (Score:2)
A sufficiently advanced civilization that is running this simulation would set up parameters that will inhibit our cognition that we are in a simulation. It would take explicit steps to allow for us to prove that we are not in a simulation, so that their simulation results are perfect.
This "proof" that we can not possibly living in a simulation itself is an indication of how advanced that thing running the simulator is.
Computer Age Religion (Score:2, Insightful)
True believers of the simulation hypothesis, that there exists some otherworldy all-powerful other responsible for the whole of creation, should sound familiar. They're basically those drawn towards spiritual or other woo-woo thinking, but have been raised in a technological society.
Nonsense (Score:5, Interesting)
It's turtles all the way down (Score:2)
It doesn't really matter, because whether or not we exist in a simulated universe doesn't really answer anything. If a civilization has the computational power to simulate a universe, one that we are living in, so what? My next question would be whether or not that civilization exists in a simulation.
It's not unlike the question asked by those who believe in God, "Don't you wonder where it all came from?" Yes, I do, but that is not evidence of God because my next question would be, "Where did God come from?
Re:Nonsense (Score:4, Insightful)
Not to mention why limit yourself to a standard CPU architecture where one CPU is simulating frames for many objects? Instead you could do a massively parallel system where a single processor could simulate a single atom or even subatomic particle. Then with a flexible network it would communicate only with the other particles it directly communicates with (even have "particles" representing parts of space for EM radiation).
You could possibly do this with something like a 3 dimensional FPGA where x number of gates are used to simulate the particle and are connected through gates to other "particles" in the simulation. Reprogramming those gates on the fly based on state changes could let the simulation effectively move through the FPGA. This is something we could almost do on a small 2d scale now.
Sure a lot of this is prevented on a large scale by physics but if we are in a simulation, that doesn't necessarily tell us anything about the real universe we are living in. The parent universe could have more than 3 dimensions, possibly a lot more. Now it could be almost trivial to simulate a 3d universe of very large scale. It doesn't even have to be able to simulate it quickly, who says we would notice that a second of our time takes a century in the "real" universe, or whatever time they might have?
Too fast for you (Score:2)
This assumes the super-universe simulating us has physics even remotely like ours. It could be trivial to perform uncounted gooleplex operations a second. Indeed, a cosmic speed limit sounds suspiciously like something one might add to a universe to prevent control over everything.
Re: (Score:2)
This assumes the super-universe simulating us has physics even remotely like ours. It could be trivial to perform uncounted gooleplex operations a second. Indeed, a cosmic speed limit sounds suspiciously like something one might add to a universe to prevent control over everything.
I remember when I was a kid with my ZX Spectrum computer loading a game... as the cassette spun- the loading graphic would slowly show... one line of pixels at a time. Sometimes part of it would animate.
If that animation were a "simulation" it would have no idea that it took 90 seconds for it to load to "blink".
Not that we're in a simulation... but if we were, we would have no idea how "time" works outside our universe... but suppose it works the same... one second in our universe could take a trillion yea
All part of the simulation (Score:2)
"Expensive" is not "Impossible" (Score:2)
Impossible? For us, maybe. (Score:2)
But no impossible for our computational overlords.
I believed I used free will to type that, but in fact, I did not.
Douglas Adams (Score:3)
"There is a theory which states that if ever anyone discovers exactly what the Universe is for and why it is here, it will instantly disappear and be replaced by something even more bizarre and inexplicable.
There is another theory which states that this has already happened."
It's a trick get an ax! (Score:2)
Since they measured it they changed it.
The Well World (Score:2)
This discussion is ridiculous (Score:2)
Regardless of whether certain aspects of the universe can be seen in discrete terms or represented by continuous functions, "on paper" you can make up any set of rules and you could even build machines which would work in a way that allows to "compute" the stuff in one or the other way. Therefore, you cannot determine if this is a simulation or not a simulation. This is rather a 'is there a god question' than it has something to do with science. To better understand my point, lets ask two questions. (1) Wha
Universal DRM? (Score:2)
Obligatory ... (Score:2)
XKCD: https://xkcd.com/505/ [xkcd.com]
As long as our universe's time doesn't run 1:1 with the simulator's universe, our universe could be simulated on a TI-83 calculator.
This is ridiculous... (Score:2)
The effect could be caused by the simulation. I'd wager it would be almost impossible to ever tell if you were in a simulation unless it had some bugs that were brought to light. However, much like the matrix, those bugs could be fixed and time rolled back. No one would be the wiser.
Re: (Score:2)
Re: (Score:2)
"That doesn't look like anything to me"
That's a really good point. Assuming we a simulated brains (rather than plugged into a matrix) then our software could simply be designed to remove and/or ignore what they don't want us to see or find. You could literally have an agent/bot/whatever five feet from you and it would be invisible.
Inward looking, to a fault (Score:2)
...then the task quickly becomes impossible.
But that's what the simulation wants us to think.
Is the universe random or pseudo-random? (Score:2)
As far as I know, there is no mathematical algorithm to generate true randomness. So would it be possible to write an algorithm simulating the universe? Would testing the universe to see if it is random or pseudo-random tell us anything about whether it is a simulation or not?
Well then (Score:2)
No fucking shit huh?
When we were looking for a justifiable reason to think everything we've done was "A'OK" because "Hey, we're just a simulation." went wrong; we just had to make an article about it eh?
Can we just finally move to a world where every human-being has a chance through "food/water/then figure it out" kind of world? I'm trying to move towards that and looking at daily news going "Seriously?..."
Missing the point... (Score:2)
TFA misses the point entirely. People who consider the simulation hypothesis don't claim that the quantum effects are part of the simulation.
"The phenomenon indicates an anomaly in the underlying space-time geometry"
Exactly. Quantum effects show the limits of the simulation. They are not being modelling; they are, in essence, errors. Artifacts, not intent. That would also be why the Planck length (smallest possible physical distance) exists: that is the resolution of the simulation.
By exploiting the limits
Mostly ignorant (Score:2)
What this article demonstrates clearly is that most comentators are mostly ignorant about the subject but feel confident in deploying their ignorance to answer the question. This is great news for Man as these are great survival skills when faced with hungry tigers. Sadly it also indicates that societal decision making is now a complete lottery as we all comment whether we understand or not.
No a simulation like the one that a computer game uses will never be able to simulate anything as large as the univers
It doesn't prove the universe isn't a simulation (Score:2)
It just proves that you can't simulate it the way they modeled it. One (of many) possible interpretation is that the _model_ is bad.
We're probably not, but... (Score:2)
There is no reason to believe that we are in a sim.
That said, if we were in a sim, the simulation could fake the complexity that you're observing, without doing as much computation. You can't disprove the sim hypothesis from "here" in the alleged sim because all of your evidence would be tainted.
The sim hypothesis is just another religion. You can't confirm it or disprove it.
Oh, that's easy! (Score:2)
"If the complexity grew linearly with the number of particles being simulated, then doubling the number of partices would mean doubling the computing power required. If, however, the complexity grows on an exponential scale – where the amount of computing power has to double every time a single particle is added – then the task quickly becomes impossible." - cosmosmagazine.com
"Oh that's easy, imagine a computer that could generate that with a procedural algorithm!", exclaimed the geeks, who then
Isn't this exactly what Monte Carlo is for? (Score:2)
It got quite complicated with 3 particles after a small period, let alone billions of particles.
Not recursive simulation? (Score:2)
Correct me if I am wrong (and if I am wrong, be gentle -- this is not my field of expertise!), but to me this sounds like a proof that the simulation we are in (if any) is not "recurseable".
Our universe cannot be simulated by a machine that "exists" within our universe, because that machine would have to be built within, and follow the physical rules of, our universe -- which are not rich enough to perform a self-simulation.
Perhaps our universe CAN be simulated by a machine running in a hypothetical "real"
The Scientific Method Applies... (Score:2)
1. There are certainly physical mechanisms that we do not understand.
2. Therefore there are certainly machines that we could not comprehend.
3. Therefore there are certainly logical constructs that we can never think.
4. Therefore there are theories we can never test.
Simulations are likely one of them. We cannot currently imagine certain mechanical constructs that could perform the simulation.
I can argue that continuing with our current scientific approach we will eventually explore and solve #1. This unlo
Did I miss something basic... (Score:2)
...or can we now prove negatives? If this is all an advanced-enough simulation we'd never know, nor could we, by design. It's like if there was an omniscent
& omnipotent being that made all this instead, by definition of their omnipotence could ensure we'd never know. Some people can't handle dealing with that, and apparently some of them go to Oxford.
Infinity (Score:2)
Proof (Score:2)
This still proves something significant (Score:2)
To all the nay-sayers (correctly) pointing out that there could be absolutely any universe whatsoever outside of our universe (if ours is simulated) and so this proof of what's possible in our universe doesn't disprove anything about whether we're in in a simulated universe or not, there is still something important that this disproves, or rather an argument that it undermines, which someone between the researchers and Slashdot have failed to communicate well.
There's a popular argument going around lately t
NO FUCKING SHIT! (Score:2)
All this simulation bullshit's a stupid fucking idea held by morons. Why the fuck?
Console Access (Score:3)
I will let you know if we are living in a simulation once I find access to the console log in.
Re: (Score:2, Insightful)
Even if it's imperfect, if the Hall effect is anomalous behavior, how do we know it's not already caused by the simulation "skipping frames" and/or cheating on calculations?
Re: (Score:2)
Re: (Score:2)
I was thinking the same thing - though probably not as hard as the authors of the study!
What if the whole uncertainty principle was due to our simulation's computers doing "good enough" averaging except when we drill down and want to see the behavior of a specific particle at a particular point in time?
And "time" is not even that important of a concept. The simulation can speed up and slow down as necessary and we'd be unaware. If a particularly complex scientific experiment demanded more resources than usu
Re: (Score:2)
Actually the computing power to simulate *my* visibile universe is acheivable: my personal vision, hearing, touch, taste, and smell.
To simulate the study in this article, it merely needs to render a text describing the result, and generate text responses.
Re: (Score:2)
At least it puts to rest the argument that "We know how to build a simulation, therefore we are being simulated by someone with exactly the same methods" (the one advanced by Musk, IIRC)
Re: (Score:2)
The problem with this line of thought is there isn't any indication there exists something more powerful than a computer (the model - not physical implementation/subset).
Re: (Score:2)
"Yo, everyone whose first name begins with an "L" who isn't Hispanic, walk in a circle the same number of times as the square root of your age times ten!" - Rick Sanchez