akssri20 hours ago
Theory of Computation wasn't around when all this "exciting" stuff was developed in Mathematics. Given their non-constructive nature "real" numbers are unsurprisingly totally incompatible with computation.
Chaitin has a great paper on this and shows how Cantor's constructions were reflected a half-century later by Turing. https://arxiv.org/abs/math/0411418
Except of-course, while "hyper-Turing" machines that can do magic "post-Turing" "post-Halting" computation are seen as absurd fictions, real-numbers are seen as "normal" and "obvious" and "common-sensical"! It was amusing sometime back to see people pooh-pooh the likes of Hava Siegelmann for being funded for their "super-Turing" machines with "real-number" computation, without realizing that the core issue is the "real"-number itself!
I've always found this quite strange, but I've realized that this is almost blasphemy (people in STEM, and esp. their "allies", aren't as enlightened etc. as they pretend to be tbh).
Some historicans of mathematics claim (C. K. Raju for eg.) that this comes from the insertion of Greek-Christian theological bent in the development of modern mathematics.
Anyone who has taken measure theory etc. and then gone on to do "practical" numerical stuff, and then realizes the pointlessness of much of this hard/abstract construction dealing with "scary" monsters that can't even be computed, would perhaps wholeheartedly agree.
edit: The post has a great link to a note on Cantor's theology,
i2go19 hours ago
> Given their non-constructive nature "real" numbers are unsurprisingly totally incompatible with computation.
It is funny you say that when Turing defined Turing machines to compute real numbers (like π for example). In its original definition, a number was computable if its Turing machine did not stop. Which makes sense since π does not have a finite decimal expansion.
Today, we usually define Turing machines to decide problems and a problem is decidable if for every input its Turing machine stops with a ``yes'' or ``no'' answer. I guess this is what makes people think what you said in the quote above. Maybe this definition is more intuitive but this conclusion from it could not be more wrong.
Think about it for a second, if the computable numbers were countable there would be no uncomputable problem (Turing actually used the classic cantor diagonal argument to prove that there were uncomputable numbers)
akssri18 hours ago
The set of computable numbers is actually countable (see ref. linked above). It has to be by definition because the set of finite computer-programs is itself countable.
This is the whole point of the un-reality of "real" numbers: "all" of it (= measure 1) is uncomputable except a "tiny" measure-0 set.
jacquesm17 hours ago
This confuses the halting problem with a still running computation.
andrewla2 days ago
I'm an enthusiastic Cantor skeptic, I lean very heavily constructivist to the point of almost being a finitist, but nonetheless I think the thesis of this article is basically correct.
Nature and the universe is all about continuous quantities; integral quantities and whole numbers represent an abstraction. At a micro level this is less true -- elementary particles specifically are a (mostly) discrete phenomenon, but representing the state even of a very simple system involves continuous quantities.
But the Cantor vision of the real numbers is just wrong and completely unphysical. The idea of arbitrary precision is intrinsically broken in physical reality. Instead I am off the opinion that computation is the relevant process in the physical universe, so approximations to continuous quantities are where the "Eternal Nature" line lies, and the abstraction of the continuum is just that -- an abstraction of the idea of having perfect knowledge of the state of anything in the universe.
NoahZuniga2 days ago
You know it wouldn't be possible for us to tell the difference between a rational universe (one where all quantities are rational numbers) and a real universe (one where you can have irrational quantities).
The standard construction for the real numbers is to start with the rationals and "fill in all the holes". So why even bother with filling in the holes and instead just declare God created the rationals?
omnicognatea day ago
As in why bother using real numbers in physics? Mostly because you need them to make the maths rigorous. You can't do rigorous calculus (i.e. real analysis) on rationals alone.
BeetleBa day ago
We don't need reals to make the math rigorous. Only to make the math a lot more tractable.
I've solved multiple continuous value problems by discretizing, applying combinatorics to the techniques, and then taking the limit of the result - you of course get the same result if you had simply used regular integration/differentiation, and it's a lot easier to use calculus than combinatorics.
But the point is the "rational", discretized approach will get you arbitrarily close to the answer.
It's why many analysis textbooks define a (given) real number as "a sequence of converging rational numbers" (before even defining what a limit is).
omnicognatea day ago
It's more about derivation of theorems than calculations.
Computation can only use rationals, and of course can get arbitrarily close to an answer because they are dense in the reals.
However, the entire edifice of analysis rests on the completeness axiom of the reals. The extreme value theorem, for example, is equivalent to the completeness axiom; the useful properties of continuous functions break down without it; the fundamental theorem of calculus doesn't work without it; Etc. So if the maths used in your physics (the structure of the theory, not just the calculations you perform with it) relies on these things at all, you're relying on the reals for confidence that the maths is sound.
Now you could argue that we don't need mathematical rigour for physics, that real analysis is a preoccupation of mathematicians, while physicists should be fine with informal calculus. I'm not going to argue that point. I'm just pointing out what the real numbers bring to the table.
Here's Tim Gowers on the subject: https://www.dpmms.cam.ac.uk/~wtg10/reals.html
variadix17 hours ago
The uncomputable real numbers always seemed strange to me. I can understand a convergent sequence of rationals, or the idea of a program that outputs a number to arbitrary precision, but something that cannot be computed at all is a very bizarre object. I think NJ Wildberger has some interesting ideas in this area, although I’m not sure I agree with his finititist interpretation in all circumstances. Specifically I don’t think comparisons to the number of atoms in the universe or information theoretic limits on storage based on the volume of the observable universe are interesting considerations here.
To me at least, if you can write down a finite procedure that can produce a number to arbitrary precision, I think it is fair to say the number at that limit exists.
This made me think of a possible numerical library where rather than storing numbers as arbitrary precision rationals, you could store them as the combination of inputs and functions that generate that number, and compute values to arbitrary precision.
Kranara day ago
You don't need the full set of real numbers to do physics, only the computable subset of the real numbers. Using the full reals is mostly done out of simplicity.
gpma day ago
What do you mean by "the computable subset of the reals" formally?
Is sqrt(2) computable?
Is BB(777) computable?
Is [the integer that happens to be equal to BB(777), not that I can prove it, written out in normal decimal notation] computable?
Kranara day ago
A computable real number is a real number for which a Turing Machine exists that can compute it to any arbitrary precision.
So yes sqrt(2) is computable.
Every BB(n) is computable since every every natutal number can be computed. It's the BB function itself that is not computable in general, not the specific output of that function for a given input.
skybriana day ago
That doesn’t sound right to me. What about the machines that don’t halt? You can’t compute whether or not to skip them directly.
> A busy beaver hunter who goes by Racheline has shown that the question of whether Antihydra halts is closely related to a famous unsolved problem in mathematics called the Collatz conjecture. Since then, the team has discovered many other six-rule machines with similar characteristics. Slaying the Antihydra and its brethren will require conceptual breakthroughs in pure mathematics.
https://www.quantamagazine.org/busy-beaver-hunters-reach-num...
[deleted]a day agocollapsed
Kranara day ago
What specifically doesn't sound right?
skybriana day ago
The claim is that every bb(n) is computable but I don’t think you can compute bb(6) without knowing which machines won’t halt. That doesn’t seem like a finite calculation?
But given the answer, I suppose you could write a program that just returns it. This seems to hinge on the definition of “computable.” It’s an integer, so that fits the definition of a computable number.
My mistake.
Kranara day ago
Yes exactly, imagine a function HH(n) that returns 0 if the Turing machine represented by the integer n halts, and 1 if it doesn't.
Then HH the function itself is not computable, but the numbers 0 and 1, which are the only two outputs of HH are computable.
Integers themselves are always computable, even if they are the output of functions that are themselves uncomputable.
tux3a day ago
Yes. A valid question for a specific n would be whether you can prove the value of BB(n). If you don't care about provability, you can indeed just produce a number that happens to be the right one.
So as you noticed, it only makes sense to talk about whether a function is computable, we can't meaningfully talk of computable numbers.
edanma day ago
The main thing to make it clear is that BB(n) for a specific n isn't a function - it's a number. Just like Mult(10,4) isn't a function, it's a number (40).
So a specific BB(n) is just a number and is computable.
sfpottera day ago
Interesting point about BB(n)... Is it known that BB(n) is finite for every n?
skybriana day ago
I believe it is by definition? The machines that don’t halt are filtered out. The trouble is how to do the filtering.
Kranara day ago
Yes BB(n) is always a natural number which is by definition finite.
NoahZunigaa day ago
> You can't do rigorous calculus (i.e. real analysis) on rationals alone. Yep, but that wasn't my point.
My point was that it is possible that all values in our universe are rational, and it wouldn't be possible for us to tell the difference between this and a universe that has irrational numbers. This fact feels pretty cursed, so I wanted to point it out.
dullcrispa day ago
You can make this statement for any dense subset of the reals, but we don’t because that would be silly.
I think the conceit is supposed to be that analysis—and therefore the reals—is the “language of nature” more so than that we can actually find the reals using scientific instruments.
To illustrate the point, using the rationals is just one way of constructing the reals. Try arguing that numbers with a finite decimal representation are the divine language of nature, for example.
Plus, maybe a hot take, but really I think there’s nothing natural about the rationals. Try using them for anything practical. If we used more base-60 instead of base-10 we could probably forget about them entirely.
Garlef19 hours ago
I think it makes much more sense to make this statement for the rational numbers: It's the smallest field inside the real numbers that contains the naturals.
So every subset that allows you to do your daily calculations contains the rationals.
dullcrisp17 hours ago
They’re a field by construction, and yes, the initial field of characteristic zero, but otherwise don’t arise in any natural way. They’ll be there if you’re studying fields, but exact division by arbitrary integers doesn’t seem to be a very natural property outside the reals. Again, imagine doing any practical computations with rationals and see how far you get before resorting to decimal approximation.
I think teachers lie to children and say that decimals are just another way of representing rationals, rather than the approximation of real numbers that they are (and introduce somewhat silly things like repeating decimals to do it), which makes rationals feel central and natural. That’s certainly how it was for me until I started wondering why no programming languages come with rational number packages.
tomasson17 hours ago
Here’s my plug for p-adic numbers! So cool
shonenknifefan1a day ago
I think this is right. Any measurement will have finite precision, so while we might be able to discover some maximum precision that the universe uses eventually, we won't ever be able to prove that the universe has infinite precision representations from finite precision measurements.
andrewlaa day ago
Only so long as we use the rationals as an approximation. If we expect them to be exact then they are as bad as the integers.
The continuum is the reality that we have to hold to. Not the continuum in the Cantor sense, but in the intuitionalist or constructivist sense, which is continuously varying numbers that can be approximated as necessary.
andrewlaa day ago
I would argue that even the rational numbers are unphysical in the same way that the integers are!
The idea that a quantity like 1/3 is meaningfully different than 333/1000 or 3333333/10000000 is not really that interesting on its own; only in the course of a physical process (a computation) would these quantities be interestingly different, and then only in the sense of the degree of approximation that is required for the computation.
The real numbers in the intuitionalist sense are the ground truth here in my opinion; the Cantorian real numbers are busted, and the rationals are too abstract.
vessenes21 hours ago
To a mathematician saying god created the integers is the same thing as saying god created the rationals: there’s a bijection between the rationals and integers.
I’m not convinced that we could have our current universe without irrationals - wouldn’t things like electromagnetism and gravity work differently if forced to be quantized between rationals? Saying ‘meh it would be close enough’ might be correct but wouldn’t be enough to convince me a priori.
tomasson17 hours ago
Yeah this is an understatement. Modern technology and the world economy require irrational numbers
tomroda day ago
Because the square root of 2 exists.
tremon19 hours ago
How does it exist though? Does it exist because we have a notation for it, or because we know its definition? Does the number 2 itself even exist? What does it mean to say that the number 2 exists?
Calculo, ergo sum?
jacquesm16 hours ago
tomrod18 hours ago
The number 2 simply exists independent of human intervention.
chopin16 hours ago
I am not convinced. There are no two equal things in nature. Numbering things, say apples, is a completely human abstraction over two different things.
alt187a day ago
The standard construction for
IAmBroom2 days ago
> You know it wouldn't be possible for us to tell the difference between a rational universe (one where all quantities are rational numbers) and a real universe (one where you can have irrational quantities).
Citation needed.
Especially since there are well-established math proofs of irrational numbers.
NoahZuniga2 days ago
The argument is essentially that you can only measure things to finite precision. And for any measurement you've made at this finite precision, there exist both infinitely rational and irrational numbers. So it's impossible to rule out that the actual value you measured is one of those infinitely many rational numbers.
oskaralunda day ago
This argument feels like it's assuming the conclusion. If in principle it is only possible to measure quantities to finite precision, then it follows logically that we couldn't tell the difference between a rational and real universe. The question is, is the premise true here?
BalinKinga day ago
AFAIK it would take an infinite amount of time to measure something to infinite precision, at least by the usual ways we’d think to do so…. I suppose one could assume a universe where that somehow isn’t the case, but (to my knowledge) that’s firmly in science-fiction territory.
oskaralunda day ago
I don't think time and measurement precision are necessarily related in that way. You can measure weight with increased precision by using a more precise scale, without increasing the time it takes to do the measurement.
AIPedanta day ago
The real point is that it takes infinite energy to get infinite precision.
Let me add that we have no clue how to do a measurement that doesn't involve a photon somewhere, which means that it's pure science fiction to think of infinite precision for anything small enough to be disturbed by a low-energy photon.
oskaralunda day ago
I'm not making the case that it is possible to make measurements with infinite precision. I'm making the case that the argument "It is not possible to make measurements with infinite precision, therefore we cannot tell if we live in a rational or a real world." is begging the question. The conclusion follows logically from the premise. Unless the argument is just "we can't currently distinguish between a rational and a real world", but that seems trivial.
AndrewDuckera day ago
There are limits to precision there too. The amount of available matter to build something out of and the size you can build down to before quantum effects interfere.
oskaralunda day ago
The example was only to illustrate that measurement precision is independent of the time it takes to perform the measurement.
BobaFloutist17 hours ago
If I'm carrying a single apple, I can measure the number of apples I'm carrying to infinite precision. I'm carrying 1.000... apples.
griffzhowl16 hours ago
You're implicitly assuming your conclusion by calling it a "single" apple, which means exactly one. "Apple" is an imprecise concept, but they're often sufficiently similar that we can neglect the differences between them and count them as if they're identical objects, but this is a simplification we impose for practical purposes.
Even for elementary particles, we can't be sure that all electrons, say, are exactly alike. They appear to be, and so we have no reason yet to treat them differently, but because of the imprecision of our measurements it could be that they have minutely different masses or charges. I'm not saying that's plausible, only that we don't know with certainty
BeetleBa day ago
> Especially since there are well-established math proofs of irrational numbers.
The logic is circular, simply because mathematicians are the ones who invented irrationals. Of course they have proofs on them. They also have proofs on lots of things that don't exist in this universe.
And as I pointed out elsewhere, many analysis textbooks define a real number to be "a (converging) sequence of rationals". The notion of convergence is defined before reals even enter into the picture, and a real number is merely the identifier for a given converging sequence of rationals.
threatofraina day ago
Another popular pedagogical pathway is to construct the reals via convergent sequences of rational numbers, i.e. Cauchy sequences.
tomasson17 hours ago
“ Nature and the universe is all about continuous quantities; integral quantities and whole numbers represent an abstraction. ”
Hard disagree. This is the problem with math disconnected from physics. The real world is composed of quanta and spectra, i.e. reality is NOT continuous!
griffzhowl17 hours ago
Only bound states, like electrons confined to atomic orbitals, have quantized energies. Free electrons (or any particles) can have a continuous range of energies. Quantum mechanics (and general relativity) is still based on contiuous space and time, hence a continuous range of possible velocities and (kinetic) energies
svnt16 hours ago
Energies, yes, but the concept of energy quanta is inverted to e.g. time and length in that we have a maximum, not a minimum, where our understanding/models are limited, right?
alphazard2 days ago
> Nature and the universe is all about continuous quantities
One could argue that nature always deals in discrete quantities and we have models that accurately predict these quantities. Then we use math that humans clearly created (limits) to produce similar models, except they imagine continuous inputs.
adrian_b2 days ago
The quantity of matter and the quantity of electricity are discrete, but work, time and space are continuous, like also any quantities derived from them.
There have been attempts to create discrete models of time and space, but nothing useful has resulted from those attempts.
Most quantities encountered in nature include some dependency on work/energy, time or space, so nature deals mostly in continuous quantities, or more precisely the models that we can use to predict what happens in nature are still based mostly on continuous quantities, despite the fact that about a century and a half have passed since the discreteness of matter and electricity has been confirmed.
gpma day ago
> but work, time and space are continuous
I'm under the impression that all our theories of time and space (and thus work) break down at the scale of 1 plank unit and smaller. Which isn't proof that they aren't continuous, but I don't see how you could assert that they are either.
dhoseka day ago
Matter and energy are discrete. The continuity or discreteness of time and space are unknown. There are arguments for both cases, but nobody really knows for sure.
It’s fairly easy to go from integers to many subsets of the reals (rationals are straightforward, constructible numbers not too hard, algebraic numbers more of a challenge), but the idea that the reals are, well real, depends on a continuity of spacetime that we can’t prove exists.
adrian_b19 hours ago
Energy is continuous, not discrete.
Because energy is action per time, it inherits the continuity of time. Action is also continuous, though its nature is much less well understood. (Many people make confusions between action and angular momentum, speaking about a "quantum of action". There is no such thing as a quantum of action, because action is a quantity that increases monotonically in time for any physical system, so it cannot have constant values, much less quantized values. Angular momentum, which is the ratio of action per phase in a rotation motion, is frequently a constant quantity and a quantized quantity. In more than 99% of the cases when people write Planck's constant, they mean an angular momentum, but there are also a few cases when people write Planck's constant meaning an action, typically in relation with some magnetic fluxes, e.g. in the formula of the magnetic flux quantum.)
Perhaps when you said that energy is discrete you thought about light being discrete, but light is not energy. Energy is a property of light, like also momentum, frequency, wavenumber and others.
Moreover, the nature of the photon is still debated. Some people are not convinced yet that light travels in discrete packets, instead of the alternative where only the exchange of energy and momentum between light and electrons or other leptons and quarks is quantized.
There are certain stationary systems, like isolated atoms or molecules, which may have a discrete set of states, where each state has a certain energy.
Unlike for a discrete quantity like the electric charge, such sets of energy values can contain arbitrary values of energy and between the sets of different systems there are no rational relationships between the energy values. Moreover, all such systems have not only discrete energy values but also continuous intervals of possible energies, usually towards higher energies, e.g. corresponding to high temperatures or to the ionization of atoms or molecules.
[deleted]18 hours agocollapsed
adrian_ba day ago
The Planck units are bogus units that do not have any significance.
Perhaps our theories of time and space would break down at some extremely small scale, but for now there is no evidence about this and nobody has any idea which that scale may be.
In the 19th century, both George Johnstone Stoney and Max Planck have made the same mistake. Each of them has computed for the first time some universal constants, Stoney has computed the elementary electric charge in 1874 and Planck has computed the 2 constants that are now named "Boltzmann's constant" and "Planck's constant", in several variants, in 1899, 1900 and 1901. (Ludwig Boltzmann had predicted the existence of the constant that bears his name, but he never used it for anything and he did not compute its value.)
Both of them have realized that new universal constants allow the use of additional natural units in the system of fundamental units of measurement and they have attempted to exploit their findings for this purpose.
However both have bet on the wrong horse. Before them, James Clerk Maxwell had proposed two alternatives for choosing a good unit of mass. The first was to choose as the unit of mass the mass of some molecule. The second was to give an exact value to the Newtonian constant of gravity. The first Maxwell proposal was good and when analyzed at the revision of SI from 2018 it was only very slightly worse than the final choice (which preferred to use two properties of the photons, instead of choosing an arbitrary molecule besides using one property of the photons).
The second Maxwell proposal was extremely bad, though to be fair it was difficult for Maxwell to predict that during the next century the precision of measuring many quantities will increase by many orders of magnitude, while the precision of measuring the Newtonian constant of gravity will be improved only barely, in comparison with the others.
Both Stoney and Planck have chosen to base their proposals for systems of fundamental units on the second Maxwell variant, and this mistake made their systems completely impractical. The value of Newton's constant has a huge uncertainty in comparison with the other universal constants. Declaring its value as exact does not make that uncertainty disappear, but it moves the uncertainty into the values of almost all other physical quantities.
The consequence is that if using the systems of fundamental units of George Johnstone Stoney or of Max Planck, almost no absolute value of any quantity can be known accurately. Only the ratios between two quantities of the same kind and the velocities can be known accurately.
Thus the Max Planck system of units is a historical curiosity that is irrelevant for practice. The right way to use Planck's constant in a system of units has become possible only 60 years later, when the Josephson effect was predicted in 1962, and SI has been modified to use it only after other 60 years, in 2019.
The units of measurement that are chosen to be fundamental do not matter in any way upon the validity of physical laws at different scales. Even if the Planck units were practical, that would give no information about the structure of space and time. The definition of the Planck units is based on continuous models for time, space and forces.
Every now and then there are texts in the popular literature that mention the Planck units as they would have some special meaning. All such texts are based on hearsay, repeating affirmations from sources who have no idea about how the Planck units have been defined in 1899 and about how systems of fundamental units of measurement are defined and what they mean. Apparently the only reason why the Planck units have been picked for this purpose is that in this system the unit of length happens to be much smaller than an atom or than its nucleus, so people imagine that if the current model of space breaks at some scale, that scale might be this small.
drdecaa day ago
The Planck length is at least around the right order of magnitude for things to get weird. If you have the position uncertainty of something be less that ~ a Planck length, and it’s expected momentum equal to zero, by Heisenberg position momentum uncertainty, the expectation of the square of the momentum is big enough that the (relativistic) kinetic energy is big enough that the Schwartzchild radius is also around the Planck length iirc?
adrian_ba day ago
The right magnitude for things to get weird must be very small, but nobody can say whether that scale is a million times greater than the Planck length or a million times smaller than the Planck length.
Therefore using the Planck length for any purpose is meaningless.
For now, nobody can say anything about the value of a Schwartzschild radius in this range, because until now nobody succeeded to create a theory of gravity that is valid at these scales.
We are not even certain whether Einstein's theory of gravity is correct at galaxy scales (due to the discrepancies non-explained by "dark" things), much less about whether it applies at elementary particle scales.
The Heisenberg uncertainty relations must always be applied with extreme caution, because they are valid in only in limited circumstances. As we do not know any physical system that could have dimensions comparable with the Planck length, we cannot say whether it might have any stationary states that could be characterized by the momentum-position Heisenberg uncertainty, or by any kind of momentum. (My personal opinion is that the so-called elementary particles, i.e. the leptons and the quarks, are not point-like, but they have a spatial extension that explains their spin and the generations of particles with different masses, and their size is likely to be greater than the Planck length.)
So attempting to say anything about what happens at the Planck length or at much greater or much smaller scales, but still much below of what can be tested experimentally, is not productive, because it cannot reach any conclusion.
In any case, using "Planck length" is definitely wrong, because it gives the impression that there are things that can be said about a specific length value, while everything that has ever been said about the Planck length could be said about any length smaller than we can reach by experiments.
drdeca8 hours ago
By “things get weird” I meant “our current theories/models predict things to get weird”.
So, like, I’m saying that if Einstein’s model of gravity is applicable at very tiny scales, and if the [p,x] relation continues to hold at those scales, then stuff gets weird (either by “measurement of any position to within that amount of precision results in black-hole-ish stuff”, OR “the models we have don’t correctly predict what would happen”)
Now, it might be that our current models stop being approximately accurate at scales much larger than the Planck scale (so, much before reaching it), but either they stop being accurate at or before (perhaps much before) that scale, or things get weird at around that scale.
Edit: the spins of fermions don’t make sense to attribute to something with extent spinning. The values of angular momentum that you get for an actual spinning thing, and what you get for the spin angular momentum for fermions, are offset by like, hbar/2.
[deleted]a day agocollapsed
dudinaxa day ago
We do not know whether work time and space are continuous
adrian_ba day ago
What we know is that we use mathematical models based on the continuity of work, time and space (and on the discreteness of matter and electricity) and until now we have not seen any experiment where a discrepancy between predicted and measured values could be attributed to the falseness of the supposition that work, time and space are continuous.
Obviously this does not exclude the possibility that in the future some experiments where much higher energies per particle are used, allowing the testing of what happens at much smaller distances, might show evidence that there exists a discrete structure of time and space, like we know for matter.
However, that has not happened yet and there are no reasons to believe that it will happen soon. The theory about the existence of atoms is more than 2 millennia old, then it has been abandoned for lack of evidence, then it was revived at the beginning of the 19th century, due to accumulated evidence from chemistry, and it was eventually confirmed beyond doubt in 1865, when Johann Josef Loschmidt became the first who could count atoms and molecules, after determining their masses.
So the discreteness of matter had a very long history of accumulating evidence in favor of it.
Nothing similar applies to the discreteness of time and space, for which there has never been any kind of evidence. The only reason of the speculations about this is the analogy made with the fact that matter and electricity had been believed to be continuous, but eventually it has been discovered that they are discrete.
Such an analogy must make us keep an open mind about the possibility of work, time and space being discrete, but we should not waste time speculating about this when there are huge problems in physics that do not have a solution yet. In modern physics there are a huge amount of quantities that should be computable by theory, but in fact they cannot be computed and they must be measured experimentally. Therefore the existing theories are clearly not good enough.
AIorNot21 hours ago
Umm SpaceTime is likely NOT to be fundamental or continuous
https://youtu.be/GL77oOnrPzY?si=nllkY_E8WotARwUM
Also Bells Therom implies no locality or non realism which to me furthers the nail on the coffin of spacetime
adrian_b18 hours ago
That presentation is like all the research that has been published in this domain, i.e. it presents some ideas that might be used to build an alternative theory of space-time, but no such actual theories.
There are already several decades of such discussions, but no usable results.
Time and space are primitive quantities in any current theory of physics, i.e. quantities that are assumed to exist and have certain properties, and which are used to define derived quantities.
Any alternative theory must start by enumerating exactly which are its primitive quantities and which are their properties. Anything else is just gibberish, not better than Star Trek talk.
However, the units of measurement for time and length are not fundamental units a.k.a. base units, because it is impossible to make any physical system characterized by values of time or length that are stable enough and reproducible enough.
Because of that, the units of time and length are derived from fundamental units that are units of some derived quantities, currently from the units of work and velocity (i.e. the unit of work is the work required to transition a certain atom, currently cesium 133, from a certain state to a certain other state, i.e. which is equal to the difference between the energies of the 2 states, while the unit of velocity is the velocity of light in vacuum).
chasd002 days ago
> The idea of arbitrary precision is intrinsically broken in physical reality.
you said a lot and i probably don't understand but doesn't pi contradict this? pi definitely exists in physical reality, wherever there is a circle, and seems to be have a never ending supply of decimal points.
LegionMammal9782 days ago
> wherever there is a circle,
Is there a circle in physical reality? Or only approximate circles, or things we model as circles?
In any case, a believer in computation as reality would say that any digit of π has the potential to exist, as the result of a definite computation, but that the entirety does not actually exist apart from the process used to compute it.
blueplanet2002 days ago
> pi definitely exists in physical reality,
What does it mean to "exist in physical reality"?
If you mean there are objects that have physical characteristics that involve pi to infinite precision I think the truth is we have not a darn clue. Take a circle, that would have to be a perfect circle. Even our most accurate and precise physical theories only measure and predict things to 10s of decimal places. We do not possess the technology to verify that it's a real true circle to infinite precision, and many reason to think that such a measurement would be impossible.
Dylan168072 days ago
Can you name a physical thing that is a circle even to the baseline precision level of a 64 bit float?
IAmBroom2 days ago
A black hole.
trompa day ago
A black hole is no more a perfect sphere than a sun is. Would gravity from the nearest other black hole not have a deforming effect of at least 2^-64 ?
andrewlaa day ago
A non-rotating black hole. Or a rotating black hole with zero charge. Or a rotating black hole with non-zero charge no external magnetic fields. Or a rotating black hole with non-zero charge with non-time-varying external magnetic fields. Or a wart on a frog on a bump on the log on a hole on the bottom of the sea.
Kranara day ago
There is no black hole that is a perfect sphere. That would, at a minimum, require a body with absolutely no angular momentum which isn't in anyway feasible.
Any rotating/spinning black hole will no longer be a perfect sphere.
gpma day ago
Yeah but if you look down the axis of rotation you will have a perfect (to many decimal places anyways) circle... which was the demand.
Dylan16807a day ago
That might be right.
But even then, the biggest black hole we think is possible measured down to the planck length gives you a number with 50 digits. And the entire observable universe measured in planck lengths is about 60 digits.
So how are you going to get a physical pi of even a hundred digits on the path toward arbitrary precision?
blueplanet2002 days ago
>I'm an enthusiastic Cantor skeptic
A skeptic in what way? He said a lot.
andrewla2 days ago
Here I'm referring to the cloud of things that Hilbert called "Cantor's Paradise". Basically everything around the notion of cardinality of infinities.
blueplanet2002 days ago
Please say more, I don't see how you can be _skeptical_ of those ideas.
Math is math, if you start with ZFC axioms you get uncountable infinites.
Maybe you don't start with those axioms. But that has nothing to do with truth, it's just a different mathematical setting.
andrewlaa day ago
I loosely identify with the schools of intuitinalism/construtivism/finitism. Primary idea is that the Law of the Excluded Middle is not meaningful.
So yes, generally not starting with ZFC.
I can't speak to "truth" in that sense. The skepticism here is skepticism of the utility of the ideas stemming from Cantor's Paradise. It ends up in a very naval-gazing place where you prove obviously false things (like Banach-Tarski) from the axioms but have no way to map these wildly non-constructive ideas back into the real world. Or where you construct a version of the reals where the reals that we can produce via any computation is a set of measure 0 in the reals.
CyLitha day ago
I don't understand why you believe Banach-Tarski to be obviously false. All that BT tells me is that matter is not modeled by a continuum since matter is composed of discrete atoms. This says nothing of the falsity of BT or the continuum.
blueplanet200a day ago
All that BT tells me is that when I break up a set (sphere) into multiple sets with no defined measure (how the construction works) I shouldn't expect reassemlbing those sets should have the same original measure as the starting set.
dullcrispa day ago
Won’t the reals we can construct by any computation be enumerable? What measure can they have if not zero?
axolotlioma day ago
> I don't see how you can be _skeptical_ of those ideas.
Well you can be skeptical of anything and everything, and I would argue should be.
Addressing your issue directly, the Axiom of Choice is actively debated: https://en.wikipedia.org/wiki/Axiom_of_choice#Criticism_and_...
I understand the construction and the argument, but personally I find the argument of diagonalization should be criticized for using finities to prove statements about infinities.
You must first accept that an infinity can have any enumeration before proving its enumerations lack the specified enumeration you have constructed.
https://en.wikipedia.org/wiki/Cantor%27s_diagonal_argument
> Math is math, if you start with ZFC axioms
This always bothers me. "Math is math" speaks little to the "truth" of a statement. Math is less objective as much as it rigorously defines its subjectivities.
SabrinaJewsona day ago
> Addressing your issue directly, the Axiom of Choice is actively debated:
The axiom of choice is not required to prove Cantor’s theorem, that any set has strictly smaller cardinality than its powerset.
Actually, I can recount the proof here: Suppose there is an injection f: Powerset(A) ↪ A from the powerset of a set A to the set A. Now consider the set S = {x ∈ A | ∃ s ⊆ A, f(s) = x and x ∉ s}, i.e. the subset of A that is both mapped to by f and not included in the set that maps to it. We know that f(S) ∉ S: suppose f(S) ∈ S, then we would have existence of an s ⊆ A such that f(s) = f(S) and f(S) ∉ s; by injectivity, of course s = S and therefore f(S) ∉ S, which contradicts our premise. However, we can now easily prove that there exists an s ⊆ A satisfying f(s) = f(S) and f(S) ∉ s (of course, by setting s = S), thereby showing that f(S) ∈ S, a contradiction.
codebjea day ago
Perhaps this is an ignorant question, but wouldn't you need AC to select the s ⊆ A whose existence the contradiction depends on? A constructive proof, at least the ones I'm trying to build in my head, stumbles when needing to produce that s to use in the following arguments.
SabrinaJewsona day ago
No, because you only have to choose _one_ s for the proof to work, and a finite number of choices is valid in intuitionistic and constructive mathematics.
blueplanet200a day ago
The axiom of choice is debated as a matter of if its inclusion into our mathematics produces useful math.
I don't think it's debated on the ground of if it's true or not.
And I was imprecise with language, but by saying "math is math" I meant that there are things that logically follow from the ZFC axioms. That is hard to debate or be skeptical of. The point I was driving was that it's strange to be skeptical of an axiom. You either accept it or not. Same as the parallel postulate in geometry, where you get flat geometry if you take it, and you get other geometries if you don't, like spherical or hyperbolic ones...
To give what I would consider to be a good counterargument, if one could produce an actual inconsistency with ZFC set theory that would be strong evidence that it is "wrong" to accept it.
egorelik17 hours ago
Skepticism of a ZFC axiom in particular could just be in terms of its standard status. I don't think anyone debates that ZFC in a particular logic doesn't imply this or that, but people can get into philosophical questions about whether it is the right foundation. There are also purely mathematical reasons to care - an extra axiom may allow you to produce more useful math, but it also potentially blocks you from other interesting math by keeping you out of models where, e.g., Choice is false.
orangecata day ago
My cranky position is that I'm very skeptical of the power set axiom as applied to infinite sets.
empath752 days ago
> But the Cantor vision of the real numbers is just wrong and completely unphysical.
They're unphysical, and yet the very physical human mind can work with them just fine. They're a perfectly logical construction from perfectly reasonable axioms. There are lots of objects in math which aren't physically realizable. Plato would have said that those sorts of objects are more real than anything which actually exists in "reality".
andrewla2 days ago
There are two things being talked about here, and worth teasing them out.
On the one hand, this article is talking about the hierarchy of "physicality" of various mathematical concepts, and they put Cantor's real numbers at the floor. I disagree with that specifically; two quantities are interestingly "unequal" only at the precision where an underlying process can distinguish them. Turing tells us that any underlying process must represent a computation, and that the power of computation is a law of the underlying reality of the universe (this is my view of the Universal Church-Turing Thesis, not necessarily the generally accepted variant).
The other question is whether Cantor's conception of infinity is a useful one in mathematics. Here I think the answer is no. It leads to rabbit holes that are just uninteresting; trying to distinguish inifinities (continuum hypothesis) and leading us to counterintuitive and useless results. Fun to play with, like writing programs that can invoke a HaltingFunction oracle, but does not tell us anything that we can map back to reality. For example, the idea that there are the same number of integers as even integers is a stupid one that in the end does not lead anywhere useful.
nh23423fefe2 days ago
> the idea that there are the same number of integers as even integers is a stupid one that in the end does not lead anywhere useful
it leads to the idea that measuring 2 sets via a bijection is a better idea than measuring via containment
andrewla2 days ago
That a bijection exists is incredibly useful. But the idea of "measuring" infinite sets in the cardinality sense is not very interesting or useful.
oskaralund2 days ago
Saying that two sets have the same cardinality is equivalent to saying there is a bijection between them. I don't understand how the latter can be useful but not the former?
sfpottera day ago
It isn't very interesting or useful... to you.
SabrinaJewson2 days ago
> For example, the idea that there are the same number of integers as even integers is a stupid one that in the end does not lead anywhere useful.
I am not sure what you are arguing here. We’ve been teaching this to all undergraduate mathematicians for the last century; are you trying to make the point that this part of the curriculum is unnecessary, or that mathematics has not contributed to the wellbeing of society in the last hundred years? Both of these seem like rather difficult positions to defend.
EthanHeilman2 days ago
> On the one hand, this article is talking about the hierarchy of "physicality" of various mathematical concepts, and they put Cantor's real numbers at the floor. I disagree with that specifically
I didn't mean to suggest that the reals are the floor of reality, rather that they are more floorlike than the integers.
> The other question is whether Cantor's conception of infinity is a useful one in mathematics. Here I think the answer is no.
Tools are created by transforming nature into something useful to humans. Is Cantor's conception of infinity more natural? I can't really say, but the uselessness and confusion seems more like nature than technology.
blueplanet200a day ago
> For example, the idea that there are the same number of integers as even integers is a stupid one that in the end does not lead anywhere useful.
Well, there are the same number. So, uh, sorry?
Eddy_Viscosity22 days ago
The human mind can't work with a real number any more than it can infinity. We box them into concepts and then work with those. An actual raw real number is unfathomable.
SabrinaJewson2 days ago
I don’t know about you, I can work with it just fine. I know its properties. I can manipulate it. I can prove theorems about it. What more is there?
In fact, if you are to argue that we cannot know a “raw” real number, I would point out that we can’t know a natural number either! Take 2: you can picture two apples, you can imagine second place, you can visualize its decimal representation in Arabic numerals, you can tell me all its arithmetical properties, you can write down its construction as a set in ZFC set theory… but can you really know the number – not a representation of the number, not its properties, but the number itself? Of course not: mathematical objects are their properties and nothing more. It doesn’t even make sense to consider the idea of a “raw” object.
Eddy_Viscosity2a day ago
You can hold a two in your head, but you can't hold a number with infinitely many decimal places. Any manipulations you do with the real 2 are done conceptually whereas with the natural 2, its done concretely.
drdecaa day ago
The decimal places are just a way of representing it.
Eddy_Viscosity216 hours ago
The infinite number of decimal places is the definitional feature of a real number. No matter how's it represented they are still there and cannot be contained in our brains. We can say pi and hold the concept of pi in our heads, but not the actual number.
drdeca8 hours ago
No, it really isn’t. The real numbers can be constructed in a number of ways, and it is more common to define them as either Dedekind cuts, or equivalence classes of Cauchy sequences of rational numbers.
Personally, I’d go with the sideline cut definition.
drdeca5 hours ago
Dang autocorrect. “sideline” should be Dedekind
spyrja20 hours ago
Or maybe we can know them equally well? The function f(x) = x(0^(sin(πx)^2)) for example "requires" infinities, but only returns integer values.
Agrailloa day ago
I felt also something like this before. Also integers seem pretty close to the reality around us. One of their functions is to symbolically represent the similarity of objects (there might be a better way to put it). Like, if you see 5 sheep in one group and 6 in another, after that point they’re no longer just distinct sheep with unique properties - the numbers act as symbols for the groups. Real numbers still can work in the brain, but they're most distant from the world around us, at least when it comes to going from visual to conceptual understanding.
tialaramex2 days ago
> They're unphysical, and yet the very physical human mind can work with them just fine
Nah, you're likely thinking of the rationals, which are basically just two integers in a halloween costume. Ooh a third, big deal. The overwhelming majority of the reals are completely batshit and you're not working with them "just fine" except in some very hand wavy sense.
ysofunnya day ago
the rationals are 3 naturals with in a "2,1" structure.
the first 2 naturals form an integer.
that integer and a 3rd natural constitute a real (but this 3rd natural best be bigger than zero, else we're in trouble)
what I choose to focus after observing the "unphysical" nature of numbers. is the sense of natural opposition (bordering on alternation) between "mathematical true" and "physical true". both are claiming to be really real Reality.
in the mathematical realm, finite things are "impossible", they become "zero", negible in the presence of infinities. it's impossible for the primes to be finite (by contradiction). it's impossible for things (numbers or functions of mathematical objects) to be finite.
but in the physical reality, it's the "infinite things" which become impossible.
the "decimal point" (i.e. scientific notation i.e. positional numeral systems) is truly THE wonder of the world. for some reason I want something better than such a system... so I'm still learning about categories
tialaramexa day ago
Huh?
shkkmo2 days ago
> They're unphysical, and yet the very physical human mind can work with them just fine.
Can it? We can only work with things we can name and the real numbers we can name are an infinitesimal fraction of the real numbers. (The nameable reals and sets of reals have the same cardinality as integers while the rest are a higher cardinality.)
SabrinaJewson2 days ago
We can work with unnameable things very easily. Take, for instance, every known theorem that quantifies over all real numbers. If you try to argue that proving theorems about these real numbers does not constitute “working with” them, it seems you have chosen a rather deficient definition of “working with” that does not match with how that phrase is used in the real world.
shkkmoa day ago
I would argue that all of those theorems work with nameable sets of real numbers but not with any unnamable real numbers themselves.
NooneAtAll32 days ago
if we are arguing that natural numbers are made from abstraction, then we must apply that to real numbers as well - quantum values are complex numbers, that only become real once we start asking "what is position of the thing" or "what's its velocity"
kazinatora day ago
> representing the state even of a very simple system involves continuous quantities.
But that's tatamount to the belief that the minutest particle of the universe requires the equivalent of an infinite number of bits of state.
daxfohla day ago
But what if the expansion of the universe is due to some banach-tarski process?
wizardforhirea day ago
1/137
getnormalitya day ago
All math is just a system of ideas, specifically rules that people made up and follow because it's useful.
I'm so used to thinking this way that I don't understand what all the fuss is about, mathematical objects being "real". Ideas are real but they're not real in the way that rocks are.
Whenever there's a mysterious pattern in nature, people have felt the need to assert that some immaterial "thing" makes it so. But this just creates another mystery: what is the relationship between the material and the immaterial realm? What governs that? (Calling one or more of the immaterial entities "God" doesn't really make it any less mysterious.)
If we add entities to our model of reality to answer questions and all it does is create more and more esoteric questions, we should take some advice from Occam's Shovel: when you're in a hole, stop digging.
ysofunnya day ago
unless you're a mathematician
then maths is really THE absolute best description available of language and nature.
but non-mathematical minds will simply wonder and be amazed at how "maths explains the world", a clear indication that somebody is not thinking like a mathematician.
> Whenever there's a mysterious pattern in nature, people have felt the need to assert that some immaterial "thing" makes it so. But this just creates another mystery: what is the relationship between the material and the immaterial realm?
the relationship between the material and the immaterial pattern beholden by some mind can only be governed by the brain (hardware) wherein said mind stores its knowledge. is that conscious agency "God"? the answer depends on your personally held theological beliefs. I call that agent "me" and understand that "me" is variable, replaceable by "you" or "them" or whomever...
oh, and I love (this kind of figurative) digging. but I use my hands no shovels.
mattxxxa day ago
> unless you're a mathematician
As a young math researcher, my mentor definitely did not believe that Math was the absolute descriptor of the universe.
You can definitely imagine a scenario where the world does not operate perfectly mathematically correct though Math still exists - as an abstract separate entity.
You can do this such that everytime you recognize a new quirk in the world, then you can invent some new math/logical framework to match/approximate the current understanding. I don't know if this is the reality of this world, but when you look at things like complexity theory you have to wonder "okay... maybe we designed a useful system rather than discovering a true law of reality"
jakeinspace20 hours ago
At one point, many people would have said that quantum field randomness is non-mathe
getnormalitya day ago
I am a published PhD in mathematics.
txrx000018 hours ago
You're doing the exact thing that makes up what the fuss is about: arguing over what is "real" without defining what "real" means.
Let's all take a minute to ask ourselves what we mean by "real" every time we use that word. It may be that everyone's talking about a different thing.
tempodox21 hours ago
Praised be therefore William of Ockham.
entia non sunt muliplicanda praeter necessitatem.
Thou shalt not multiply entities beyond necessity.
cernockya day ago
Ideas are real in the way rocks are if we are concerned with their informational being. They are real informationally - ideas and math participate in forming the world. Nowadays, LLMs, Search and other apps probably affect the world even more than any common rock. Which is more real?
getnormalitya day ago
I don't know what is meant by the informational being of a rock.
cernockya day ago
one way to think about rock is to acknowledge it as an informational entity. an entity which is likely more passive then lets say a human or an app, yet by simply being part of the environment, it changes what can be done in the environment. if it wasn't there and if it didn't had a certain shape, the opportunities of other actors in the environment would surely be different. after all rock can be used as a tool and even as a computer. if its still not intuitive, think about Aeolian Harp which is a passive statue, yet a musical instrument, or think how you could encode a perceptron or a simple neural net into a stone (through which a water or air would flow for example). now, even if any ordinary rock doesn't exactly encode neural net, it should be more clear that it still affects information flow. does it help?
speak_plainly17 hours ago
The real question is whether 1 + 1 = 2 is true independent of us recognizing it. If the answer is no, then math really is just a system of ideas, and you’ve slipped into psychologism, where truth depends on minds.
But take one thing and then another: you have two things. That’s true whether or not anyone notices. Some mathematics is a human system of ideas, but some of it isn’t. Arithmetic reflects real patterns in the world. Logic, too, is not merely invention, it formalizes cause and effect. Numbers, in the Pythagorean sense, aren’t just marks on paper or symbols of order; they are the order inherent in reality, the ratios and structures through which the world exists at all.
At bottom, this debate is about the logos: what makes the universe intelligible at all, and why it isn’t simply chaos. When people say “math is real,” they mean it in the Platonic sense, not that numbers are rocks, but that they belong to the intelligible structure underlying reality.
God enters the picture not as a bolt-on explanation, but as the consequence of taking mathematical order seriously. If numbers and geometry are woven into reality itself, then the question isn’t whether math is real, it’s why the universe is structured so that it can be read mathematically at all. Call that intelligible ground the logos, or call it God; either way, it’s not an extra mystery but the recognition that reason and order are built into the world.
Calling math “just useful” misses the point. Why is the universe so cooperative with our inventions in the first place? The deeper issue is the logos: that the world is intelligible rather than chaos. That’s what people mean when they say math is real, not that numbers are physical things, but that the order they reveal is woven into reality itself.
getnormality6 hours ago
> But take one thing and then another: you have two things. That’s true whether or not anyone notices.
You cannot justify this statement without equally justifying my position.
Say you conceive of a counterfactual world without any humans in it. You know that within this world there could be a rock and another rock, you understand that this would be two rocks, and so you are reassured that one and one is two, even though no one is watching within this counterfactual world.
All of this happened in your mind. All along, you were the observer of the supposedly unobserved world you conceived of.
You are the unavoidable human observer of any counterfactual world you conceive of. You intend the world to have no human observers, but your intention fails. It is impossible. The properties of a truly unobserved world are unknowable to you.
This is why the Enlightenment left Platonism behind centuries ago. We can't say what the world would be without us, because any attempt is not only constructed within the mind, but also contemplated and observed through the mind. You can't escape projecting your systems of ideas onto everything you think about.
Once this is taken into account, Platonism has no explanatory power and is nothing more than superfluous metaphysical mystification.
griffzhowl14 hours ago
> But take one thing and then another: you have two things.
This isn't true in general, because for example you can take two equal volumes of a material and put them together, you will have less than two times the volume because of gravity. The mathematical statement that 1+1=2 follows by definition, and it's useful in applications only when the conditions are met that make it accurate, or accurate enough for the given purposes.
Mathematics is useful because the physical world exhibits regularities in its structure. Talking about logos or God adds an air of mystery to that but I don't know what more it adds
zarzavat2 days ago
God created the rational numbers.
The universe requires infinite divisibility, i.e. a dense set. It doesn't require infinite precision, i.e. a complete set. Our equations for the universe require a complete set, but that would be confusing the map with the territory. There is no physical evidence for uncountable infinities, those are purely in the imagination of man.
nwallin18 hours ago
> The universe [...] doesn't require infinite precision,
Doesn't it though?
What happens when three bodies in a gravitationally bound system orbit each other? Our computers can't precisely compute their interaction because our computers have limited precision and discrete timesteps. Even when we discard such complicated things as relativity, what with its Lorentz factors and whatnot.
Nature can perfectly compute their interactions because it has smooth time and infinite precision.
skulk17 hours ago
> Nature can perfectly compute their interactions because it has smooth time and infinite precision
That doesn't follow. Nature can perfectly compute them because they are nature. Nowhere is it required to have infinite precision, spatial or temporal.
adrian_b2 days ago
The physical evidence is quite irrelevant in this case, and there also is no evidence that uncountable infinities do not exist.
This is a problem of modeling optimization. The models based on uncountable "real" numbers are logically consistent and simple to use, so they are adequate for predicting what happens in natural or artificial systems.
All attempts to avoid the uncountable infinities produce models that are both more complicated and also incomplete, as they do not cover all the applications of traditional infinitesimal calculus, topology and geometry.
Unless someone will succeed to present a theory that avoids uncountable infinities while being as simple as the classic theory and being applicable to all the former uses, I see such attempts as interesting, but totally impractical.
zarzavata day ago
The real numbers require infinite storage and infinite computation. There are both distinctly unphysical concepts.
The real numbers are a useful mathematical trick that make it possible to prove results in calculus. What you surrender in return for being able to prove statements is to give up the ability to compute expressions. This may be a worthwhile trade-off for physicists but for the universe (which does many computations and zero proofs) it's quite a burden.
baxtr10 hours ago
A circle seems quite ordinary at first glance, yet its area is pretty irrational.
zarzavat4 hours ago
The area of a circle is a computable number so it can be put into one-to-one correspondence with the rationals. It's much more like a rational number than a real number, insofar as it doesn't require infinities to represent it.
The set of real numbers is almost all extraneous junk that the universe definitely doesn't care about but is very important to mathematicians.
andrewlaa day ago
Why are rationals special? They represent an exactness in a similarly unphysical way as the integers. The rationals are infinitely precise. 1/3 is not the same as 0.33333 or 0.33333333 or 0.3.
The real numbers exist and are approximable, either by rationals or by decimal expansion. The idea of approximability and computability are the critical things, not the specific representation.
AIPedanta day ago
I am confused why you think the exactness of integers and rationals is unphysical. "This egg carton has 12 eggs" is a (boring) physical statement. "You can make 1/3rd of a carton of eggs without cutting an egg" also seems perfectly physical to me. Your problem with zero-point-three-repeating is a quirk of decimal representation, not a mystical property of 1/3.
Egg cartons might sound contrived but the reals don't necessarily make sense without reference to rulers, scales, etc. And in fact the defining completeness / Dedekind cut conditions for the reals are necessary for doing calculus but any physical interpretation is both pretty abstract and probably false in reality.
tomroda day ago
I take a unit square. It's diagonal is a real number but not rational.
spyrja20 hours ago
OK, but surely only because the exact value of 1 exists in the first place.
housecarpenter18 hours ago
My first thought on reading your comment was to disagree and say no, we can have the exact value of 1, because we can choose our system of units and so we can make the square a unit square by fiat.
A better way to dispute the unit square diagonal argument for the existence of sqrt(2) would be to argue that squares themselves are unphysical, since all measurements are imprecise and so we can't be sure that any two physical lengths or angles are exactly the same.
But actually, this argument can also be applied to 1 and other discrete quantities. Sure, if I choose the length of some specific ruler as my unit length, then I can be sure that ruler has length 1. But if I look at any other object in the world, I can never say that other object has length exactly 1, due to the imprecision of measurements. Which makes this concept of "length exactly 1" rather limited in usefulness---in that sense, it would be fair to say the exact value of 1 doesn't exist.
Overall I think 1, and the other integers, and even rational numbers via the argument of AIPendant about egg cartons, are straightforwardly physically real as measurements of discrete quantities, but for measurements of continuous quantities I think the argument about the unit square diagonal works to show that rational numbers are no more and no less physically real than sqrt(2).
AIPedant13 hours ago
You can say it’s exactly 1 plus or minus some small epsilon and use the completeness of the reals to argue that we can always build a finer ruler and push the epsilon down further. You have a sequence (meters, decimeters, centimeters, millimeters, etc) where a_n is the resolution of measurement and 5*a_(n+1) determines your uncertainty.
However, at each finite n we are still dealing with discrete quantities, i.e. integers and rationals. Even algebraic irrationals like sqrt(2) are ultimately a limit, and in my view the physicality of this limit doesn’t follow from the physicality of each individual element in the sequence. (Worse, quantum mechanics strongly suggests the sequence itself is unphysical below the Planck scale. But that’s not actually relevant - the physicality of sqrt(2) ultimately assumes a stronger view about reality than the physicality of 2 or 1/2.)
tomrod9 hours ago
> A professor sets up a challenge between a mathematics major and an engineering major
> They were both put in a room and at the other end was a $100 and a free A on a test. The experimenter said that every 30 seconds they could travel half the distance between themselves and the prize. The mathematician stormed off, calling it pointless. The engineer was still in. The mathematician said “Don’t you see? You’ll never get close enough to actually reach her.” The engineer replied, “So? I’ll be close enough for all practical purposes.”
While you nod your head OR wag your finger, you continuously pass by that arbitrary epsilon you set around your self-disappointment regarding the ineffability of the limit; yet, the square root of two is both well defined and exists in the universe despite our limits to our ability to measure it.
Thankfully, it exists in nature anyhow -- just find a right angle!
One could simply define it as the ratio of the average distance between neighboring fluoride atoms and the average distance of fluoride to xenon in xenon tetrafluoride.
LegionMammal9782 days ago
Personally, I like to split the difference: the physical continuum definitely exists, to whatever extent any physical thing exists, but the real number line (and indeed the completed inductive set of integers) may just be a human-constructed fiction. The physical continuum is not necessarily identical to the real continuum; the latter is just a very useful model that lets us do human things like calculus.
(And the discrepancy might not be in the physical continuum being simpler than the mathematical reals, as some here postulate, but rather in the continuum being far stranger than the reals, in ways we may never observe nor comprehend.)
zamaleka day ago
When I truly grokked complex numbers, I felt as though real numbers were a lie - though I would now say that it was a convenient omission. There are many things that are more naturally described using complex numbers - waves (which much of reality boils down to) immediately come to mind. Even if something does align better with real numbers, it's still just x+0i. Maybe I'll change my mind ~when~ if I finally grok quaternions.
znkra day ago
> Even if something does align better with real numbers, it's still just x+0i
Beware, it’s not always useful to work in complex numbers, you sometimes want to do something different for reals and complex numbers. The prime example here is complex analysis. Defining differentiation is based on limits, on the complex plane there are a lot more directions to approach a limit vs just two on the real line. This has some interesting implications. For example, any function differentiable on the complex plane is infinitely differentiable.
ysofunnya day ago
I think one quaternion contains all complex numbers
I thought this when watching the 3b1b + ben eater collaboration on quaternion visualizers.
von Neumann would say you'll never grok quaternions. but merely get used to them.
schuyler2da day ago
A friend of mine argued that "math is invented" rather than discovered. This seemed wrong to me and in arguing against it I found https://plato.stanford.edu/entries/nominalism-mathematics/
At least at this stage I think it relates to whether you believe "the universe"/reality is a sort of momentary collection of the currently-existing things. Vs seeing reality as the set of all things that might obstruct "me" or any entity from doing something.
To me, even if the wall is invisible it's still a wall
spauldoa day ago
I personally consider it invented. The universe is what it is. Math is a model we've collectively built that tries to work within the underlying rules of how logic works in the universe. Like all models, any disagreement with observation means our model is wrong.
But honestly, the whole question is akin to asking how many angels can dance on the head of a pin.
On a separate subject, that site you linked does something strange with scrolling on Firefox mobile. Hey web devs - stop screwing around with things like scrolling! Browser devs implement scrolling in a consistent manner. You aren't making the user experience better with your silly JavaScript tricks!
chuckadamsa day ago
Quoth the old Fortran chestnut: "GOD IS REAL (unless declared as an integer)"
tboyd472 days ago
> If the something under examination causes a sense of existential nausea, disorientation, and a deep feeling that is can't possibly work like that, it is divine.
This is a Jewish and Christian conception of God. How can this be true when so many things that give us comfort in the natural world: fresh fruit, shade trees, sunshine and warm sand between our toes, etc., were not created by man?
Even in mathematics itself: how improbable, how ludicrous, how miraculous is it that the 3rd, 4th, and 5th natural numbers -- numbers you could discover by looking at your own hands -- have the amazing property of demonstrating the Pythagorean theorem?
The Islamic ideal of God (Allah) is so much more balanced. God created both the integers AND the reals. He created everything, some things for our comfort and rest, some things to drive us close to madness, and a lot of stuff in between. Peel back enough layers of causality and all of creation has the stamp of the divine.
BalinKinga day ago
I want to push back on this, because the Christian conception of God definitely includes the idea that God created all good and comforting things, and is indeed their ultimate source. Like, just because God is transcendent[0] does not mean He cannot create things that are perfectly approachable, understandable, and enjoyable.
[0] Jesus being human changes the calculus quite a lot, of course, as elaborated in e.g. Hebrews 4:14–16. God, who was fully transcendent, became human, hence why Jesus is also called Immanuel/Emmanuel (lit. “God with us”) in the Bible.
[deleted]a day agocollapsed
thechaoa day ago
> This is a Muslim conception of God. How can this be true when so many things that give us comfort in the natural world: fresh fruit, shade trees, sunshine and warm sand between our toes, etc., were not created by man?
...
> The Jewish [Christian] ideal of God (YHVH) is so much more balanced.
There's enough bigotry out there. Let's not make assumptions about people's beliefs.
Xcelerate21 hours ago
Everyone likes to debate the philosophy of whether the reals are “real”, but for me there is a much more practical question at hand: does the existence of something within a mathematical theory (i.e., derivability of a “∃ [...]” sentence) reflect back on our ability to predict the result of symbolic manipulations of arbitrary finite strings according to an arbitrary finite rule set over an arbitrary finite period of time?
For AC and CH, the answer is provably “no” as these axioms have been shown to say nothing about the behavior of halting problems, which any question about the manipulation of symbols can be phrased in terms of (well, any specific question—more general cases move up the arithmetical hierarchy).
If it’s not reflective in this precise sense, then the derivation of, e.g., a set-theoretic ∃ in some instances has no effect on any prediction of known physics (i.e., we are aware of no method of falsification).
scoofy7 hours ago
Don’t question the axioms… it’s a waste of time and the axioms enjoy it.
moi2388a day ago
I am a finitist and constructionist at heart.
Sure, mathematical abstractions and infinite structures are fun to play around with..
But go ahead and actually provide me the list of all naturals. You can not. Ever.
jojomodding21 hours ago
But for any list of naturals you give me I can give you one with more natural numbers on it.
moi238817 hours ago
Exactly.
griffzhowl14 hours ago
> But go ahead and actually provide me the list of all naturals. You can not. Ever.
But how did you come to this conclusion unless by assuming that there are infinitely many natural numbers?
lo_zamoyskia day ago
This might be conflating two concerns, though, which is the reality of numbers and their actual existence.
Compare Plato with Aristotle. Plato held that the all forms exist in some third realm, so numbers would be counted among them. Aristotle, however, held that forms exist in particular instantiations or in minds that abstracted them from reality. (Aquinas could be said to synthesize both views in the sense that forms exist in particulars and in minds, but also have their origin in God, thus making God a sort of third realm, in a way. Neo-Platonists would view the "mind of God" similarly.)
Now, in the Aristotelian view, numbers are quantities abstracted from concrete reality (indeed, quantity is one of the categories), but they are not substantial forms, as you will not see instances of numbers as substances in the world. They're abstractions of accidental forms. Furthermore, a form needn't be instantiated actually, but can exist potentially. This is how he resolves Zeno's paradoxes. You can divide a length an infinite number of times - or in a CS context, you can apply the successor function indefinitely - but only potentially; as a matter of actuality, you have not divided a length an infinite number of times.
So, for Aristotle, you have a finite plurality of things that are potentially infinitely divisible, or a finite series of actions that can be potentially infinitely repeated or whatever.
For a contemporary realist, Aristotelian treatment of math, James Franklin is worth checking out [0].
moi2388a day ago
If something can exist theoretically but not practically, your theory is wrong.
But go ahead and divide a length an infinite number of times then. And actually infinite, not as it tends to infinity.
lo_zamoyskia day ago
Take the time to understand the subject matter, because your first sentence doesn't makes sense.
moi2388a day ago
It does.
TomONeil7 hours ago
Math is what underlies the foundation of the universe so yes numbers did arise from God's realm. Measurement came first then the Universe!
athrowaway3z2 days ago
Can't say that I'm completely in the headspace to follow the argument, but wanted to add my 2 cents from a few years ago.
Integers come into existence long before god - as the only presumption required is a difference between one thing and another (or nothing). The integers also create infinite gaps. The primes.
So no - I do not think reals are closer to the divine. They require we import infinity twice to be defined, and I'm undecided on whether our reality has unbounded 'precision' like that - or if 'just' an infinite number of discrete units.
foobariana day ago
I find primes spooky. They seem to be a concept that exists regardless of reality or universe. How does such a incontrovertible structure arise?
ps. Various numerology phenomena have a similar vibe, and no wonder so many people who go off the deep end tend to get trapped by them. Maybe I will be one of them as I become old and senile :-D
ysofunnya day ago
> How does such a incontrovertible structure arise?
yes, I also enjoy trying to answer this question.
what is such an structure even mean? how could it be that simply defining numbers, obersving addition, and generalizing it away into multiplication would yield this natural structure?
It all begins with zero. the predecessor of One, the best known number.
zero can be assumed by anyone. the surprise is how all zeros are the same zero. (by uniqueness of emptyset; but as I hope you can see, I'm a crank. a nutjob. I'll stop
IAmBrooma day ago
Depends on your view of God. If God existed before creation, there were not two things to compare. I'm not even sure "nothing" existed - maybe God was smart enough to avoid creating "null" values.
Caveat: former Catholic; 50+ years of fervent atheism.
bandie91a day ago
there is no before and after in God. God is above/around creation. creation includes time. and also God the Son is IN creation.
prmpha day ago
But all numbers are abstractions, there is nothing “real” (pun unintended) about any number, so it seems strange to me to judge certain numbers on whether they map to our physical reality.
state_lessa day ago
So we're celebrating the real numbers, but maybe we should hoist up the illusory numbers? Back in the day, they thought that some numbers were "imaginary" numbers (e.g. sqrt(-1)) and nowadays, engineers use those imaginary numbers all the time and they feel as real as the reals.
So, here's to math keeping our imagination limber and extending our ideas of what's real.
tomasson17 hours ago
Commutative? Did the real numbers create God?
Certainly Turing and Godel showed that computation is not universal (complete). Looking at one element of number theory in isolation seems unproductive? Arithmetic space is staggeringly complex, but structured, layered. IMHO number theory is like a hall of mirrors without a defined interface with physics. See Yang Mills mass gap.
jojomodding21 hours ago
So by constructing the reals out of sets of rationals, themselves constructed out of integers, have we considered heresy? Is that good? Bad?
I don't quite get what the text is about.
gsf_emergency_2a day ago
For Erdos, it's the Supreme Fascist who created the real numbers to see if we would give up or fight amongst ourselves trying (or, in most cases, not trying) to make them less weird
stephc_int13a day ago
The abstract nature of real numbers and infinity is easily forgotten, sometimes leading to famous paradox or intellectual fallacies like the simulation hypothesis.
Just models, useful but flawed abstractions.
creddita day ago
Since the Integers are contained in the Reals, the idea that the Reals are "Eternal Nature" and the Integers are "Created by Humans" is surely false.
galangalalgola day ago
Given that reality is quantized (isn't it?) maybe it is humans that made up the reals and integers were god.
martindalea day ago
Poelstra probably has a lot to say on the subject — but I think the natural order is the simpler and more "divine" variant.
metalman21 hours ago
I cant agree less. Taking the basic concept of dividing the universe into things that are real, and constructs and blowing it up into a whole hiarchy of values , putting numbers at the top, is only a construct, built on constructs. The current state of science is one where there are a few islands where things work internaly, like how elements are created through certain processes in stars, it's mostly good, but there are exceptions, and then there is a gulf, a vast hand wavy conjectural gulf between that and exactly where the helium came from, or when, or if it did. It is the eternal always almost of bieng poised on the brink of a revelation thats great for suckering in a few more to toil and grind away at the secrets of reality, which they do, and it is from those endevours that some of the best patentable ideas come from.
entaloneraliea day ago
God is a FRACTRAN program.
ljspraguea day ago
His footnotes are out of order.
EthanHeilmana day ago
I'm glad someone noticed.
grg0a day ago
Determining the real order is left as an exercise for the reader.
BeetleBa day ago
Can they be well ordered?
tempodox21 hours ago
You mean, she didn’t create the complex numbers?
ndsipa_pomu21 hours ago
She must have as the universe seems to run on rules that need negative and complex numbers (also irrationals). Just because humans took a while to discover them doesn't mean that they weren't always existing.
tempodox21 hours ago
Agreed. I was just wondering about the reductive title, since the reals are a strict subset of the complex.
ChrisArchitecta day ago
Previously yesterday: https://news.ycombinator.com/item?id=45053007
ajuca day ago
> the principle that there is more reality in a cause than in its effect
What a weird idea. Why would that be?
grg0a day ago
Not that I am well-versed in this, but it seems this is the cause-effect equivalent of the whole containing the part and not the other way around (or something greater can contain something smaller, but not conversely.)
bell-cot2 days ago
13 points and 18 comments here yesterday: https://news.ycombinator.com/item?id=45053007
egorelika day ago
[dead]
curtisszmaniaa day ago
[dead]