structure
definition
def or abbrev
ModularDiscriminantBridge
show as:
view Lean formalization →
formal statement (Lean)
112structure ModularDiscriminantBridge where
113 /-- The exponent in η²⁴ -/
114 eta_exponent : ℕ := 24
proof body
Definition body.
115 /-- It matches the directed flux count -/
116 matches_flux : eta_exponent = directed_edge_count D := by rfl
117
118/-- The bridge certificate: 24 directed fluxes = η²⁴ exponent. -/