pith. sign in
module module high

IndisputableMonolith.Papers.GCIC.ReducedPhasePotential

show as:
view Lean formalization →

The ReducedPhasePotential module defines the toroidal distance distZ to the nearest integer and the reduced Jtilde function for phase analysis. Researchers deriving the Global Co-Identity Constraint cite these when reducing phase to the compact circle. The module supplies the core definitions plus elementary lemmas on non-negativity, periodicity, and zero sets, all built from the imported Cost and Constants structures.

claim$d_ℤ(δ) = min(fract(δ), 1 - fract(δ))$ lies in $[0, 1/2]$ and equals zero precisely when $δ ∈ ℤ$. The reduced potential satisfies $Jtilde(δ) ≥ 0$, $Jtilde(δ + n) = Jtilde(δ)$ for $n ∈ ℤ$, and $Jtilde(δ) = 0$ iff $δ ∈ ℤ$.

background

The module sits inside the Recognition Science treatment of phase compactness for the Global Co-Identity Constraint. It imports the fundamental time quantum τ₀ = 1 tick from Constants and the J-cost functional from Cost. distZ is introduced exactly as the distance to the nearest integer on the circle, while Jtilde is the corresponding reduced potential obtained by composing J with the exponential map to the phase circle.

proof idea

This is a definition module. distZ is defined via the fractional-part minimum and its four basic properties (non-negativity, bound by 1/2, periodicity, zero set) are proved by direct fractional-part arithmetic. Jtilde is then defined from the upstream J and shown to inherit non-negativity, periodicity, and the zero condition by substitution and the already-established distZ lemmas.

why it matters in Recognition Science

These objects supply the compact-phase ingredient required by the downstream GlobalCoIdentityConstraint (all stable boundaries share one global phase) and by GCICDerivation (T5 J-uniqueness plus T6-T7 compact phase Θ ∈ ℝ/ℤ yields GCIC at J-stationarity). The module therefore closes the phase-reduction step in the forcing-chain derivation of the GCIC.

scope and limits

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (2)

Lean names referenced from this declaration's body.

declarations in this module (16)