Encyclopedia Holography Holography Seam Cycle Carrier Holonomy Euclidean Period

ARTICLE 3 claims 2 theorems 1 model

Holography Seam Cycle Carrier Holonomy Euclidean Period

In the Recognition Science framework, a theorem shows that a certain mathematical flow returns to its starting point after one full period, a fact that underpins the framework's account of thermal physics.

The cycle carrier

In mathematics, a cycle flow is a way of moving points in a space that repeats itself after a fixed interval, called the period. Think of a clock hand: after sixty minutes it returns to where it began. The Recognition Science framework builds its account of thermal physics on such flows. The declaration holonomy_euclideanPeriod is a theorem stating that a specific flow, defined on the complex plane, returns every point to its starting position after exactly one period. That period, called the Euclidean period, is not chosen freely; it is the unique interval at which a certain deficit, a measure of how much a path fails to close, vanishes.

The flow in question is a rotation: a point z moves to exp(iκt)·z, where κ is a positive rate and t is the time. The theorem proves that after time t = 2π/κ, the point returns to z, because exp(2πi) = 1. This closure is the defining property of a cycle flow. The declaration is a theorem in the framework's machine-checked library of formal theorems, meaning its proof is verified step by step from the axioms of the underlying logic. It relies on earlier results about the deficit-free period and the holonomy, the mathematical term for how a point transforms as it travels around a loop.

The significance is that this single structural fact replaces two separate assumptions. Earlier work had assumed, as a model, that a certain correlator, a function measuring how two points are related, is both periodic and even. This theorem derives both properties from the flow itself. Periodicity follows from the flow closing; evenness, the property that the correlator at time -τ equals the correlator at time τ, follows from the pairing being symmetric and stationary. The framework presents this as a step toward grounding the Gibbs form and the Bekenstein bound, but that full chain is not part of this declaration.

What the theorem does not claim is equally important. It does not assert that the physical seam correlator, the actual two-point function of the framework's holographic theory, is this flow's correlator. That identification remains a model, a choice about which mathematical object carries the physics. The theorem is conditional: if the carrier is a paired cycle flow, then periodicity and evenness follow. The declaration also does not prove the detailed balance condition, the bound Z ≤ 1, or the horizon rate and Clausius form. Those remain open targets downstream. A reader should understand the theorem as a precise structural result about a mathematical object, not as a complete physical derivation.

THEOREM holonomy_euclideanPeriod · IndisputableMonolith/Holography/SeamCycleCarrier.lean
/-- **Closure at the deficit-free period (THEOREM, the B2/B3 content).** The holonomy
returns to 1 at `β = 2π/κ`: this is the membership half of
`euclideanPeriod_isLeast` converted through `holonomy_deficit_free_iff`. The cycle
flow's `closes` field is NOT an assumption for the U(1) carrier. -/
theorem holonomy_euclideanPeriod (kappa : ℝ) (hk : 0 < kappa) :
    holonomy kappa (euclideanPeriod kappa) = 1 := by
  rw [← holonomy_deficit_free_iff]
  exact (euclideanPeriod_isLeast kappa hk).1.2
THEOREM holonomy_euclideanPeriod · IndisputableMonolith/Holography/SeamCycleCarrier.lean
/-- **Closure at the deficit-free period (THEOREM, the B2/B3 content).** The holonomy
returns to 1 at `β = 2π/κ`: this is the membership half of
`euclideanPeriod_isLeast` converted through `holonomy_deficit_free_iff`. The cycle
flow's `closes` field is NOT an assumption for the U(1) carrier. -/
theorem holonomy_euclideanPeriod (kappa : ℝ) (hk : 0 < kappa) :
    holonomy kappa (euclideanPeriod kappa) = 1 := by
  rw [← holonomy_deficit_free_iff]
  exact (euclideanPeriod_isLeast kappa hk).1.2
MODEL PairedCycleFlow · IndisputableMonolith/Holography/SeamCycleCarrier.lean
/-- A paired cycle flow: a cycle flow together with a SYMMETRIC pairing that the flow
moves through by inversion. `pair_symm` is the insertion identity (the two seam
insertions are identical, so the pair is unordered); `stationary` says translating
one insertion forward along the cycle equals translating the other backward — the
pairing sees only the separation. Inversion invariance is the carrier form of T5
reciprocity `J(x) = J(1/x)` (see `Jcost_exp_even`). -/
structure PairedCycleFlow (α : Type*) (beta : ℝ) extends CycleFlow α beta where
  /-- The seam pairing between two insertions. -/
  pair : α → α → ℝ
  /-- Insertion identity: the pair is unordered. -/
  pair_symm : ∀ x y, pair x y = pair y x
  /-- Stationarity: the flow moves through the pairing by inversion. -/
  stationary : ∀ t x y, pair (U t x) y = pair x (U (-t) y)

What this page does not claim

The declaration does not prove that the physical seam correlator is the flow's correlator. The declaration does not establish detailed balance, the bound Z ≤ 1, or the horizon rate and Clausius form. The declaration does not derive the fine-structure constant or any other specific physical constant.

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/Holography/SeamCycleCarrier.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:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND