def
definition
computability_status
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Meta.Axioms on GitHub at line 159.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
156**Status**: Well-known computability result.
157**Location**: IndisputableMonolith/Meta/ConstructiveNote.lean
158-/
159def computability_status : String := "Mathematical Fact (Computability)"
160
161/-! ## Category 3: Open Problems
162
163These axioms represent claims that are conjectured but not yet derived.
164They mark the research frontier of Recognition Science.
165-/
166
167/-- **Electron Mass Residue**: The electron mass follows the Z-structure
168with a shift that is not yet derived.
169
170**Status**: Open problem (T9 frontier).
171**Location**: IndisputableMonolith/Physics/ElectronMass.lean
172-/
173def electron_mass_status : String := "Open Problem (T9 Frontier)"
174
175/-- **Missing Shift**: There exists a topological shift relating the
176Z-gap prediction to the observed electron mass residue.
177
178**Status**: Open problem. The shift is approximately 34.7, suggesting
179a missing integer (possibly 2×17).
180**Location**: IndisputableMonolith/Physics/ElectronMass.lean
181-/
182def missing_shift_status : String := "Open Problem (Active Research)"
183
184/-! ## Axiom Count Summary -/
185
186/-- Total axioms by category. -/
187def axiom_summary : String :=
188 "Physical Postulates: 4\n" ++
189 "Mathematical Facts: 8\n" ++