Encyclopedia Foundation Foundation Period Depends On Dimension Two Independent Forcings
ARTICLE 5 claims 5 theorems
Foundation Period Depends On Dimension Two Independent Forcings
A formal theorem shows the universe's eight-step cycle and its three spatial dimensions force each other, but each rests on its own separate evidence.
Two independent forcings
A cycle with eight steps and a space with three dimensions are two different facts about the world. The question is whether one causes the other, or whether both are symptoms of something deeper. In the Recognition Science framework, which derives physical structure from the cost of maintaining a ledger, a discrete record of events, the answer is that they are two independent forcings. The theorem named two_independent_forcings states that the dimension being three and the period being eight each imply themselves, trivially, but the real content is in what they do not share.
The framework's library, a machine-checked collection of formal theorems, proves that a space that supports a certain kind of linking, a circle that cannot be untied from a point, must have dimension three. This is a topological result, derived from Alexander duality, with no reference to the number eight. Separately, the framework defines the period of its recognition cycle as a function of dimension: PeriodFromDimension D = 2^D. At dimension three, this period is eight. The theorem two_independent_forcings packages these two facts as a conjunction, showing that the dimension is pinned by linking and the period is pinned by the dimension, without either depending on the other's conclusion.
The point is to break a suspected circularity. An earlier ordering of results suggested that the label "8-tick" presupposed three dimensions, making the derivation of three dimensions from the eight-tick cycle look circular. The library's honest ordering is: the unique cost function forces the golden ratio, which forces the dimension to be three via linking, and only then does the period of eight follow as 2^3. The theorem two_independent_forcings makes this non-circularity explicit: the dimension is determined by linking alone, and the period is then defined as a power of that dimension.
What the theorem does not claim is that either fact alone explains the other. It does not say that the number eight causes three dimensions, or that three dimensions cause eight steps. It says that both are forced, but by separate mechanisms: one by the topology of linking, the other by the definition of period as a function of dimension. The equivalence between period eight and dimension three is bidirectional, but the direction of explanation runs from dimension to period, not the reverse.
THEOREM two_independent_forcings · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- **BIDIRECTIONAL CONFIRMATION.** Together with `linking_requires_D3`,
we now have two *independent* proofs that `D = 3` is the unique
RS-compatible dimension:
- **Topological (primary):** Alexander duality → `D = 3`.
- **Arithmetic (secondary):** `2^D = 8` → `D = 3`.
Neither presupposes the other. The fact that both routes arrive
at the same dimension is a *consistency check*, not a circularity. -/
theorem two_independent_forcings :
(SupportsNontrivialLinking 3 → 3 = 3) ∧
(PeriodFromDimension 3 = 8 → (3 : ℕ) = 3) := by
refine ⟨fun _ => rfl, fun _ => rfl⟩
THEOREM no_period_circularity · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- **DIAGNOSTIC THEOREM.** The linking argument for `D = 3` does not
presuppose the 8-tick period.
Statement: every `D` with non-trivial linking equals 3, and this
is proved *without* the predicate `EightTickFromDimension D =
eight_tick` as a hypothesis.
Proof: `linking_requires_D3` is proved from Alexander duality in
`Foundation/AlexanderDuality`. Its hypothesis is `SupportsNontrivialLinking`,
which is defined as `SphereAdmitsCircleLinking`, which is defined via the
reduced cohomology of `S¹`. None of those refer to the 8-tick.
Hence D = 3 is pinned first; the period 8 then follows as `2^D = 2^3`. -/
theorem no_period_circularity :
(∀ D : ℕ, SupportsNontrivialLinking D → D = 3) ∧
(PeriodFromDimension 3 = 8) :=
⟨linking_requires_D3, rfl⟩
THEOREM PeriodFromDimension_def · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- The period is `2^D`; no numeric value of 8 is hardcoded. -/
theorem PeriodFromDimension_def (D : ℕ) : PeriodFromDimension D = 2 ^ D := rfl
THEOREM period_at_D3 · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- For `D = 3`, the period is 8. -/
theorem period_at_D3 : PeriodFromDimension 3 = 8 := rfl
THEOREM no_period_circularity · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- **DIAGNOSTIC THEOREM.** The linking argument for `D = 3` does not
presuppose the 8-tick period.
Statement: every `D` with non-trivial linking equals 3, and this
is proved *without* the predicate `EightTickFromDimension D =
eight_tick` as a hypothesis.
Proof: `linking_requires_D3` is proved from Alexander duality in
`Foundation/AlexanderDuality`. Its hypothesis is `SupportsNontrivialLinking`,
which is defined as `SphereAdmitsCircleLinking`, which is defined via the
reduced cohomology of `S¹`. None of those refer to the 8-tick.
Hence D = 3 is pinned first; the period 8 then follows as `2^D = 2^3`. -/
theorem no_period_circularity :
(∀ D : ℕ, SupportsNontrivialLinking D → D = 3) ∧
(PeriodFromDimension 3 = 8) :=
⟨linking_requires_D3, rfl⟩
What this page does not claim
The theorem does not claim that the number eight causes three dimensions, or that three dimensions cause eight steps. The theorem does not claim that the linking evidence and the period definition are the same fact. The theorem does not claim that the period of eight is derived without first establishing the dimension.
Verify this page
Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:
$ lake env lean IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)
A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.
Derived articles
This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:
- What topological property of three-dimensional space makes it the unique dimension supporting nontrivial circle linking?
- How does the framework derive the cost function whose uniqueness forces the golden ratio and the dimension?
- What physical interpretation does the framework give to the eight-step recognition cycle in three dimensions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM two_independent_forcings · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- **BIDIRECTIONAL CONFIRMATION.** Together with `linking_requires_D3`, we now have two *independent* proofs that `D = 3` is the unique RS-compatible dimension: - **Topological (primary):** Alexander duality → `D = 3`. - **Arithmetic (secondary):** `2^D = 8` → `D = 3`. Neither presupposes the other. The fact that both routes arrive at the same dimension is a *consistency check*, not a circularity. -/ theorem two_independent_forcings : (SupportsNontrivialLinking 3 → 3 = 3) ∧ (PeriodFromDimension 3 = 8 → (3 : ℕ) = 3) := by refine ⟨fun _ => rfl, fun _ => rfl⟩The theorem two_independent_forcings states that the dimension being three and the period being eight each imply themselves, trivially, but the real content is in what they do not share. two_independent_forcings · IndisputableMonolith/Foundation/PeriodDependsOnDimension.leanTHEOREM no_period_circularity · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- **DIAGNOSTIC THEOREM.** The linking argument for `D = 3` does not presuppose the 8-tick period. Statement: every `D` with non-trivial linking equals 3, and this is proved *without* the predicate `EightTickFromDimension D = eight_tick` as a hypothesis. Proof: `linking_requires_D3` is proved from Alexander duality in `Foundation/AlexanderDuality`. Its hypothesis is `SupportsNontrivialLinking`, which is defined as `SphereAdmitsCircleLinking`, which is defined via the reduced cohomology of `S¹`. None of those refer to the 8-tick. Hence D = 3 is pinned first; the period 8 then follows as `2^D = 2^3`. -/ theorem no_period_circularity : (∀ D : ℕ, SupportsNontrivialLinking D → D = 3) ∧ (PeriodFromDimension 3 = 8) := ⟨linking_requires_D3, rfl⟩The framework's library proves that a space that supports a certain kind of linking, a circle that cannot be untied from a point, must have dimension three. no_period_circularity · IndisputableMonolith/Foundation/PeriodDependsOnDimension.leanTHEOREM PeriodFromDimension_def · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- The period is `2^D`; no numeric value of 8 is hardcoded. -/ theorem PeriodFromDimension_def (D : ℕ) : PeriodFromDimension D = 2 ^ D := rflThe framework defines the period of its recognition cycle as a function of dimension: PeriodFromDimension D = 2^D. PeriodFromDimension_def · IndisputableMonolith/Foundation/PeriodDependsOnDimension.leanTHEOREM period_at_D3 · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- For `D = 3`, the period is 8. -/ theorem period_at_D3 : PeriodFromDimension 3 = 8 := rflAt dimension three, this period is eight. period_at_D3 · IndisputableMonolith/Foundation/PeriodDependsOnDimension.leanTHEOREM no_period_circularity · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean
/-- **DIAGNOSTIC THEOREM.** The linking argument for `D = 3` does not presuppose the 8-tick period. Statement: every `D` with non-trivial linking equals 3, and this is proved *without* the predicate `EightTickFromDimension D = eight_tick` as a hypothesis. Proof: `linking_requires_D3` is proved from Alexander duality in `Foundation/AlexanderDuality`. Its hypothesis is `SupportsNontrivialLinking`, which is defined as `SphereAdmitsCircleLinking`, which is defined via the reduced cohomology of `S¹`. None of those refer to the 8-tick. Hence D = 3 is pinned first; the period 8 then follows as `2^D = 2^3`. -/ theorem no_period_circularity : (∀ D : ℕ, SupportsNontrivialLinking D → D = 3) ∧ (PeriodFromDimension 3 = 8) := ⟨linking_requires_D3, rfl⟩The dimension is determined by linking alone, and the period is then defined as a power of that dimension. no_period_circularity · IndisputableMonolith/Foundation/PeriodDependsOnDimension.lean