4

(current answers neglect the fact that the set of all concepts( $C_{U}$) is a subset of U as all of them are physically encoded( symbolically represented by the physical events themselves(brains, computers et al)) ( note $\oplus$ is the mutually exclusive or, A $\vdash$ S means S can be derived(proven) as a theorem of axiom system A) Given U, $(\exists u \leftrightarrow u \in U)$ (also suppose that U is the physical universe/multiverse, etc. [which it trivially is , as all concepts are physical phenomena {neurotransmitters, computers et al.}] this is obviously assuming platonism is wrong, or can still be classified as physical, i.e. another universe in the multiverse (trivially)) Also given A $\subseteq$ U s.t A is a set of initial conditions and some equations describing the progression of physical events s.t. these equations are the constraints on the strings of the formal language associated with the axiom system (this trivially exists as given the ordering/index over the axioms, st.t obviously one may write a code/equation that transforms the string of Ax.n. to Ax.n+1. then given the initial conditions have the index associated with them one may use the code/equation inductively to reach any Ax.m. or one can prove its equivalence to the existence cause and effect. Then ( $(A \vdash S) \leftrightarrow (\exists S \leftrightarrow S \in U )) \leftrightarrow ( (\neg(A \vdash S)) \leftrightarrow (\neg(\exists S))) $, that is there does not exist a single statement that can not be derived from A, i.e. it is an axiomatization of everything( the physicsl universe/ answer to hilberts sixth problem). However by Godels incompletness theorem ( as obviously it can prove basic arithmetic truths ) $( ((\exists \phi (A \vdash \phi \wedge A \vdash \neg\phi)) \leftrightarrow ( \exists \phi( \exists \phi \wedge \neg\exists \phi )) \leftrightarrow (\exists \phi(( \phi \in U )\wedge (\phi \notin U)))) \vee((\exists \phi( \phi \notin U)) \leftrightarrow (\exists \phi(( \phi \in U )\wedge (\phi \notin U))))) $ .

That is the set is both incomplete and inconsistent, this is a contradiction as U by definition is both complete and consistent so trivially either our ideas of mathematical formalism have no bijective relation to complete models of physical reality and there exists a negative solution to Hilbert's sixth problem or existence and non existence are equivalent. This would trivially also disprove the existence of a "theory of everything" and a single unifying equation as one could use the equation as the constraints on the strings in the language of the axiom system, of which the equation is the only axiom, and (algebraic/differential et al.) manipulations of the equation are theorems.

Is there a way resolve this paradox?

This paper fully presents the paradox. https://www.academia.edu/11102734/On_undecidable_physical_statements_in_current_mathematical_formalism (and also illustrates its importance and current undecidable nature showing it is different from previously answered questions.)

2 Answers2

4

The existence of undecidable statements does not mean that we cannot hypothetically manage, adding suitable consistent axioms, to determine the truth of all physically relevant statements. Suppose you have a theory $L$ with a meaningful undecidable statement $A$, such that both $L+A$ and $L+\bar{A}$ (I use bar for negation) are consistent. Then you can choose either $L+A$ or $L+\bar{A}$ as your new theory (depending on what is more relevant, physically).

The Gödel undecidable statement for example does not seem very relevant (in my opinion) for a physical theory, and also the fact that the consistency of the theory is not provable within it (since you can, in principle, use forcing/impredicativity to prove consistency and find truth complexities of the logical system, even if it would mean to consider mathematical entities that are not "physical").

As a concrete example: would physics care if the generalized continuum hypothesis is true or false? $GCH$ is undecidable in $ZFC$, and $ZFC$, $ZFC+GCH$, $ZFC+\overline{GCH}$ are consistent theories. I suppose it is not so important which one to choose for physics, but surely you need set theory. The axiom of choice instead is more relevant, since there is a model of $ZF+DC$ (dependable choice) where all sets of reals are measurable (but on the other hand you have hard times defining distributions), and that may be more relevant physically (maybe...I don't know).

yuggib
  • 12,357
2

I think it is interesting to pose this question in the setting of a very simple hypothetical universe. Suppose that the universe consisted, for example, exclusively of perfectly hard spheres that move according to classical physics and collide with each other elastically. (Really, the specific rules of our toy universe don't matter for what I will say, as long as they are simple and unambiguous).

As far as I can tell, nothing prevents us from modeling this toy universe as rigorously as we wish. But would our model be a consistent, complete theory? And if so, what of Gödel's theorem?

Gödel's theorem applies to formal systems, in which strings of symbols may represent statements, proofs, and so on. The toy universe is obviously not in itself a formal system. Nor does knowing the mathematical rules of the toy universe immediately tell us what the formal system is. So what is our formal system, and more importantly, what will be the semantics by which we map its strings onto facts about the toy universe? And under what conditions will be consider the system to be a "complete" description of the toy universe? We have to agree on precise answers to those questions. Otherwise, I believe the answer to the main question can only be "it depends what you mean."

If we lived in that toy universe, would we be justified in saying that we had a "theory of everything"?

It is true that part of the mathematics used in the theory would be arithmetic, and therefore there would be undecidable statements about arithmetic. No surprise there. As yuggib says, those are not physically relevant. We don't care that our "toy universe theory of everything" can't tell us whether some Diophantine equation has solutions or not, if it doesn't bear on the physics of the toy universe. What if it did? What if we concocted some horribly complicated "computer" out of hard spheres, in such a way that its behavior mapped onto the Diophantine equation and could not be predicted? Would that constitute "incompleteness" of the model?

Well, I leave that up to you to decide. Personally, I consider a mathematical model of a physical system "complete" if it allows us to do computations to any desired precision in principle. So if we lived in a hard-sphere universe, I would say we possessed a "theory of everything." And furthermore, that any a priori argument precluding a "theory of everything" for the real universe should explain in what essential way it differs from the toy one.

Of course, one is free to choose a different definition of "completeness" and say that a model will only be complete if the detailed outcomes of specific configurations/systems/situations are provable. In that case, there will never be a "theory of everything" for even a universe as simple as a Turing machine!

Greg P
  • 914