This is a formal walkthrough of why the argument against "Exhaustive Closure Physicalism" is logically airtight. The core of the refutation isn't just a philosophical preference—it is a deductive necessity that begins with the very definition of a "perspective" and ends with a mathematical contradiction for anyone claiming that the physical world we encounter is all there is (B=P).
Here is how the logic closes the circle, from the initial "Transcendental" definition to the final Lean-verified proof.
1. The Definitional Identity (§2)
The objection often raised is that there is a "gap" between the math and the philosophy. But in my argument, the link between
formal discriminations and
perspectival differentiations is an
identity, not an interpretation.
In §2.3, I establish the
Transcendental Claim: In any world with multiple standpoints, there must be a "differential given." If every observer saw every object identically (Access(e1,x)=Access(e2,x)), then the "standpoints" themselves would be functionally non-existent. "Multiple standpoints" would just be different names for the same single map.
In the Lean code, this is encoded as nondegenerate_indexing. It isn't a premise I add later; it is the formal definition of what it means for "multiplicity" to be non-vacuous. The English of §2 and the Lean type are the same proposition in two different registers.
2. The Immediate Collapse of Identity (§3)
Once we accept that multiple perspectives must yield different values, the physicalist "Closure Thesis" (the idea that the object
is the accessed value, or t=t′) immediately fails.
As shown in
Theorem 3.1 (Structural UI), if you assume both "multiple perspectives" and "universal identity" (that the object is identical to its appearance), you hit a first-order logical contradiction. If Access(e1,x)=x and Access(e2,x)=x, then e1 and e2 cannot be different. Therefore, any physicalism that tries to claim the world is just the sum of our encounters is structurally incoherent the moment it admits there is more than one way to encounter it.
3. The Diagonal Engine (§7 & §8)
To avoid this collapse, a defender of physicalism might try to go "dynamic," claiming the system can self-correct and eventually "map" everything. This triggers the
Reflexive Extension and the
Diagonal Argument.
In the Lean file, I use diagonal_disc to prove that any system capable of encoding its own observations will always generate a "differentiation" (a way of seeing) that its current code cannot account for. This is a variation of Cantor’s diagonal proof:
- Lean Result: reflexive_extension proves there is always a discrimination d that falls outside the range of the system's decoding.
- This isn't just a math trick; it is the formal expression of the "differential given" from §2 applied to a coding interface. You cannot "totalize" reality because the act of totalizing it creates a new perspective that isn't included in the total.
4. The Blackbox Gap (§9)
This leads to the final hammer:
The Blackbox Gap (Theorem 9.1).If "Exhaustive Closure" were true, there would have to be a perfect one-to-one mapping (a bijection) between the domain of Objects (Obj) and the domain of Encounters (Prime).
The Lean-verified proof blackbox_gap shows this is impossible. By extracting a surjection from the object domain to the decoding system and attempting to compose it, we reach a contradiction with the law that a set cannot be mapped onto its own power set (its total possibilities of discrimination).
5. Why the Circle is Unbreakable (§10)
The "Surrogate-to-Reality" bridge is often seen as a vulnerability, but as I note in the
Premise Audit (p. 15), the circle is already closed at §2.
The formal objects (Obj) represent the Base (B), and the formal encounters (PrimeF) represent the Prime domain (P). Because the discriminations in the math are the exact same "differentiations" demanded by the philosophy of perspective in §2, the mapping adds no new content.
The Conclusion: Any world where you can even
state the thesis of physicalism is a world that must allow for multiple standpoints. But any world that allows for multiple standpoints
must satisfy the conditions that trigger the blackbox_gap.
Therefore,
B>P (Reality > Access) is established
a priori. Exhaustive closure physicalism isn't just "implausible"—it is a structural contradiction. To state it is to satisfy the very conditions that refute it. The Lean verification simply confirms that the logic never breaks at the joints.