NeuroGenesys.
Back to PublicationsPublications • Mathematics & Logic

The displacement theorem, and the aspect no-go

Jul 26, 2026Machine-checked resultsW. Schulz

The two residues from the 2026-07-26 adjudication, now discharged. Machine-checked in experiments/exp_d_displacement.py (4/4) and experiments/exp_e_aspect_nogo.py (4/4). Total across the project: 22/22 pre-registered predictions.

Both results are small. Neither is deep mathematics — the first is a pigeonhole argument and the second is a two-line model-theoretic observation. They are written down because the prior-art sweep found neither stated anywhere, because together they close Thread B properly rather than leaving it dangling, and because stating a modest thing precisely is worth more than gesturing at a grand one. We say plainly below where each is trivial.


Part I — The Displacement Theorem

Motivation

Thread B conjectured that the metalanguage, not the primitive, is what cannot be eliminated. The literature has the special cases: Tarski's undefinability theorem for the truth predicate, Kripke's fixed points and their "ghost of the hierarchy," Varela's re-entry. What it does not have is the general statement about distinction specifically — the claim that killing distinction in the object language forces it into the metalanguage.

Definitions

Definition 1 (specification system). A specification system is a triple (E,S,δ)(\mathcal{E}, \mathcal{S}, \delta) where E\mathcal{E} is a set of expressions, S\mathcal{S} a set of structures, and δ:ES\delta : \mathcal{E} \to \mathcal{S} an interpretation.

Definition 2 (discriminating). (E,S,δ)(\mathcal{E}, \mathcal{S}, \delta) is discriminating for a class CS\mathcal{C} \subseteq \mathcal{S} iff every SCS \in \mathcal{C} has some eEe \in \mathcal{E} with δ(e)=S\delta(e) = S.

Definition 3 (distinction). A set XX contains a distinction iff X2|X| \geq 2. The object level of a structure is distinction-free iff its domain is a singleton.

The reading: C\mathcal{C} is the class of alternatives an assertion is meant to choose among. To assert "the world is distinction-free" is to select one member of a C\mathcal{C} that contains at least one other member — otherwise the assertion excludes nothing and says nothing.

The theorem

Theorem (Displacement). Let (E,S,δ)(\mathcal{E}, \mathcal{S}, \delta) be discriminating for C\mathcal{C}. Then EC|\mathcal{E}| \geq |\mathcal{C}|. In particular, if C2|\mathcal{C}| \geq 2 then E\mathcal{E} contains a distinction.

Proof. Discrimination says δ\delta restricted to δ1(C)\delta^{-1}(\mathcal{C}) is onto C\mathcal{C}. A surjection from a subset of E\mathcal{E} onto C\mathcal{C} forces EC|\mathcal{E}| \geq |\mathcal{C}|. \square

That is the whole proof. It is pigeonhole, and we are not going to dress it up.

Corollary 1 (Displacement proper). A structure may have a distinction-free object level, but it can be specified as such, as against alternatives, only from within a metalanguage that itself contains a distinction.

Proof. The object level being a singleton is consistent (verified: check F2). Specifying it as against any alternative instantiates the theorem with C2|\mathcal{C}| \geq 2, giving E2|\mathcal{E}| \geq 2. \square

Corollary 2 (Conservation). Eliminating object-level distinction does not reduce the distinction required to specify the result. It relocates it, and the amount relocated grows with the number of alternatives excluded: EC|\mathcal{E}| \geq |\mathcal{C}|, i.e. at least log2C\log_2 |\mathcal{C}| bits of metalinguistic distinction.

Corollary 3 (No self-exemption). The displacement cannot be escaped by letting the metalanguage be its own object language. A self-describing, distinction-free language denotes at most one thing, hence cannot distinguish itself from any alternative — including from a language that does contain distinctions.

Proof. Set E=S\mathcal{E} = \mathcal{S} with E=1|\mathcal{E}| = 1 and apply the theorem (verified: check F4). \square

Machine verification

experiments/exp_d_displacement.py, 4/4 pre-registered:

CheckContentPredictedGot
F1Two distinct structures denoted, one-expression metalanguageUNSATUNSAT
F2One-element object domain with a ≥2-expression metalanguageSATSAT
F3Counting: two expressions asked to denote three structuresUNSATUNSAT
F4Self-describing distinction-free language denoting two thingsUNSATUNSAT

F1 and F2 together are the displacement. Neither alone says anything: F2 shows the object level really can be emptied, F1 shows the bill is then paid in full one level up.

What this is, and is not

It is not new mathematics. It is the pigeonhole principle, and any competent reader will see the proof before finishing the statement.

What it does is locate three known things as one thing. It is Spencer-Brown's axiom — no indication without distinction — applied to the metalanguage rather than the object language. It is Shannon's observation that a single-symbol source has zero entropy, read as a constraint on ontology rather than on channels. It is the general form of the pattern Tarski proved for the truth predicate. And it is Bateson's "a difference that makes a difference," made into an inequality.

Its actual use is diagnostic, and it is what closes Thread B. The fork asked whether distinction or representation is more fundamental, and looked for the answer in the object-level ontology. The theorem says no object-level ontology can settle it, because every candidate ontology — including the distinction-free one — has to be stated, and the stating is where the distinction lives. That is why the Z3 fork checks came back "satisfiable both ways." It was never an object-level question.


Part II — The Aspect No-Go

Motivation

Thread B's Candidate 3 was the only escape from Hypothesis A that did not obviously beg the question: perhaps representation is not a relation between two things but the possibility that the primitive is present in more than one way — appearance prior to there being two entities. The tradition is respectable and entirely informal: Advaita's vivarta-vāda, Plotinus's undiminished emanation, Donald Baxter's aspects ("qualitative difference without numerical difference"), Chisholm's adverbialism. The sweep found no formal treatment. So: can it be formalized without smuggling in a two-element index set?

Definitions

Definition 4 (aspect structure). An aspect structure is (P,W,App,)(P, W, \mathrm{App}, \approx) with PP a set of primitives, WW a set of ways of appearing, AppW×P\mathrm{App} \subseteq W \times P read "the primitive is present in this way," and \approx an equivalence on WW read as numerical identity (Baxter's move: aspects may be numerically identical yet qualitatively differ).

Three conditions:

  • MANY: w1w2, p\exists\, w_1 \neq w_2,\ \exists p with App(w1,p)\mathrm{App}(w_1,p) and App(w2,p)\mathrm{App}(w_2,p).
  • ONE: P=1|P| = 1.
  • IoI (identity of indiscernibles for ways): if w1w_1 and w2w_2 bear App\mathrm{App} to exactly the same primitives, then w1=w2w_1 = w_2.

The result

Proposition (Aspect dilemma). MANY + ONE + \approx-collapse is satisfiable — the aspect position is formally consistent. But MANY stated in the \approx-quotient — that is, using the theory's own identity relation — is unsatisfiable.

Theorem (Aspect no-go). MANY + ONE + IoI is unsatisfiable.

Proof. Under ONE there is a single primitive p0p_0, so the only App\mathrm{App}-fact available about any way ww is the truth value of App(w,p0)\mathrm{App}(w, p_0). Take w1,w2w_1, w_2 witnessing MANY: both satisfy App(wi,p0)\mathrm{App}(w_i, p_0), hence they agree on every App\mathrm{App}-fact, hence they are indiscernible. IoI gives w1=w2w_1 = w_2, contradicting MANY. \square

Corollary (the cost, located). MANY + ONE + IoI becomes satisfiable exactly when a predicate DD on WW is added that discriminates ways. That predicate is the smuggled index set: structure whose only function is to tell ways apart — a distinction under another name.

Machine verification

experiments/exp_e_aspect_nogo.py, 4/4 pre-registered:

CheckContentPredictedGot
G1MANY + one primitive + numerical collapseSATSAT
G2MANY stated in the theory's own quotientUNSATUNSAT
G3MANY + one primitive + identity of indiscerniblesUNSATUNSAT
G4G3 plus a discriminating predicateSATSAT

The answer

No. "One primitive, many manners of presence" cannot be formalized without paying one of exactly two prices:

  1. Reject the identity of indiscernibles for ways (G1 vs G3). This is available — G1 shows the position is consistent — but it means holding that two ways can differ while nothing whatsoever distinguishes them. And G2 shows what that costs: under the theory's own identity relation, there are not many ways after all. "Many manners of presence" comes out true only under a description the theory simultaneously declares not to mark a real difference.
  2. Add a discriminating predicate (G4) — which is the index set the question asked us to avoid, reintroduced under another name.

So Candidate 3 does not evade Hypothesis A. It relocates the evasion into a currency it declines to count — which is, precisely, the Displacement Theorem showing up again one level down. The two results are the same phenomenon: kill a distinction and it reappears in whatever you used to kill it.


Status of Thread B after these two results

Closed, and closed cleanly rather than abandoned.

  • The fork (distinction-first vs representation-first) is definitional, not factual — settled by whether self-representation counts (exp B, 5/5), and answered by Peirce a century ago with the order-of-being / order-of-knowing distinction.
  • The metalanguage conjecture was right, and now has a theorem and a proof: distinction is displaced, not eliminated, with a counting bound.
  • The appearance escape is closed by a no-go with its cost located.

Nothing here rehabilitates Ontogenic Mathematics as a foundations program. What it does is leave the strand in a state where someone can pick it up and know exactly what is settled, what it cost to settle, and that there is no fourth move waiting at the object level.

Leadership

A word from the scientists and engineers leading the mission — on why the brain is the blueprint, and why the next decade of intelligence will be built here.

"The brain is the universe's only proof that general intelligence is possible. We treat it as the blueprint."

From cortical interfaces to photonic silicon, every program at NeuroGenesys exists to answer one question: how does intelligence arise — and how do we build it safely.

Will Schulz

Will Schulz

Founder, NeuroGenesys • AW3 Technology