Pith. sign in
theorem

equivalent_refl

proved
show as:
module
IndisputableMonolith.Gravity.SevenGaps.ExactShellGaugePreflight
domain
Gravity
line
96 · github
papers citing
none yet

plain-language theorem explainer

Every bounded complex is gauge-equivalent to itself via the identity relabeling. Anyone counting gauge orbits or proving orbit cardinalities positive cites this. The proof is a one-line term that packages the identity relabel witness.

Claim. For every bounded complex $K$ in the fixed bounded universe, $K$ is gauge-equivalent to itself (the gauge relation is reflexive).

background

This module derives the discrete-gravity symmetry factor $\mu K = 1/|\mathrm{Aut}, K|$ from pure gauge counting, rather than postulating it. The raw data are labeled bounded complexes inside a fixed bound $B$. Two complexes are related by the gauge relation when a concrete relabeling witness exists between them; the identity map is the trivial such witness.

Orbit size is the number of labeled copies gauge-equivalent to a given $K$. Pair count is the number of (copy, witness) pairs along that orbit. The counting-defined class mass is orbit size over pair count; orbit-stabilizer then forces that mass to equal $1/|\mathrm{Aut}|$.

Reflexivity is the first algebraic property of the gauge relation: without it the orbit of $K$ need not contain $K$, and the orbit cardinality is not guaranteed positive.

proof idea

One-line term proof. The equivalence type is inhabited by a relabeling witness; supply the identity relabeling of $K$ to itself. No tactics, no side conditions.

why it matters

Feeds gaugeOrbitCard_pos, which builds a nonempty subtype of complexes equivalent to $K$ by pairing $K$ with this reflexivity witness, then concludes the orbit cardinality is positive. That positivity is prerequisite infrastructure for the torsor/orbit-stabilizer block (relabeling witnesses form an $\mathrm{Aut}$ torsor, pair count factors as orbit size times $|\mathrm{Aut}|$) and for the main derivation that the counting-defined gauge mass equals $1/|\mathrm{Aut}|$.

In the Seven Gaps gravity stack this is pure preflight algebra: it does not touch the Recognition forcing chain (T5–T8) or the mass ladder, but it closes the discrete-gauge bookkeeping that justifies the standard $1/|\mathrm{Aut}|$ measure from counting alone.

Switch to Lean above to see the machine-checked source, dependencies, and usage graph.