Encyclopedia Constants Constants Alpha Genesis U1 Normalization Gauge Dof Via Faces

ARTICLE 4 claims 4 theorems

Constants Alpha Genesis U1 Normalization Gauge Dof Via Faces

A machine-checked proof that two different ways of counting the cube's loop structure agree on the number 5, while a different ledger-based count gives 11.

The arithmetic verdict

The declaration gauge_dof_via_faces proves a small piece of arithmetic about a cube. A cube has 6 faces, 12 edges, and 8 vertices. The theorem states that the number of faces minus one equals the number of edges minus the number of vertices plus one. For a cube, this is 6 − 1 = 5 and 12 − 8 + 1 = 5. Both expressions evaluate to the same number, 5. This is a closed-form identity, checked symbolically by the machine.

The number 5 has a standard interpretation in graph theory. For any connected graph, the cycle rank is the number of independent loops: edges minus vertices plus one. For the cube graph, this is 5. The theorem gauge_dof_via_faces does not construct the cube graph, its cycle space, or any gauge action. It only proves the arithmetic identity between the two expressions. The physical reading, that 5 counts independent loop coordinates in a finite abelian link model, remains an unformalized paper interpretation.

The same module proves a separate count: the ledger-based channel count equals 11. This comes from a different definition, passive_field_edges, which counts 12 edges minus one active edge. The theorem seed_channel_count_ne_gauge_dof proves that 11 does not equal 5. The two numbers are distinct. Neither count is proved to be a photon kinetic coefficient. The module also defines a candidate value 4π times the cycle rank, which evaluates to 20π, and proves this is less than the assembled alphaInv. This inequality does not derive a Maxwell seed or compare directly with experiment.

In the framework's own terms, the honest formal object is a conditional reading. The structure SeedNormalizationReading bundles three premises: the Heaviside-Lorentz convention, the bare charge quantum e² = 1, and the load-bearing identification that the photon stiffness is the ledger count 11, not the gauge count 5. This structure is inhabited, meaning the reading holds as an identification. It is not a derivation, because the gauge count would give 5, not 11. The verdict is sharp: the ledger-vs-gauge mismatch is proved, and the coupling-normalization promotion does not go through.

THEOREM gauge_dof_via_faces · IndisputableMonolith/Constants/AlphaGenesis/U1Normalization.lean
/-- The arithmetic `cube_faces 3 - 1 = 5`. The definition `cube_faces d = 2d`
counts facets in general and agrees with the number of square faces only at
`d = 3`; no Bianchi relation is formalized. -/
theorem gauge_dof_via_faces : cube_faces D - 1 = cube_cycle_rank := by
  rw [cube_cycle_rank_eq_5]; unfold cube_faces D; decide
THEOREM seed_channel_count_ne_gauge_dof · IndisputableMonolith/Constants/AlphaGenesis/U1Normalization.lean
/-- **Arithmetic verdict.** The seed channel count `11` is not the candidate
cycle-rank count `5`. This theorem does not identify either number with a
kinetic coefficient. -/
theorem seed_channel_count_ne_gauge_dof :
    passive_field_edges D ≠ cube_cycle_rank := by
  rw [seed_channel_count, cube_cycle_rank_eq_5]; norm_num
THEOREM gauge_invariant_seed_excluded · IndisputableMonolith/Constants/AlphaGenesis/U1Normalization.lean
/-- The defined candidate `20π` is less than the corpus's assembled
`Constants.alphaInv`. This is not a direct measurement verdict, and it does
not establish a genuine gauge normalization. -/
theorem gauge_invariant_seed_excluded :
    gauge_invariant_seed < Constants.alphaInv := by
  rw [gauge_invariant_seed_eq_20pi]
  have hpi : Real.pi < (3.141593 : ℝ) := Real.pi_lt_d6
  have h1 : (20 : ℝ) * Real.pi < 63 := by nlinarith [hpi]
  have h2 : (137.030 : ℝ) < Constants.alphaInv := Numerics.alphaInv_gt
  linarith
THEOREM seedNormalizationReading · IndisputableMonolith/Constants/AlphaGenesis/U1Normalization.lean
/-- The honest reading is inhabited, and its load-bearing premise is the proved
ledger-vs-gauge mismatch. This certifies the reading as an identification (it
holds), not a derivation (the gauge count would give `5`, not `11`). -/
def seedNormalizationReading : SeedNormalizationReading where
  hl_convention := trivial
  charge_unit_one := trivial
  stiffness_is_ledger_not_gauge := seed_channel_count_ne_gauge_dof

What this page does not claim

The theorem does not construct a graph, gauge action, cycle space, plaquettes, or Bianchi relation. Neither the count 5 nor the count 11 is proved to be a photon kinetic coefficient. The inequality 20π < alphaInv does not derive a Maxwell seed or compare directly with experiment. The promotion of the alpha seed 4π·11 to a coupling-normalization theorem is not established.

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/Constants/AlphaGenesis/U1Normalization.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