def
definition
summary
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.QFT on GitHub at line 62.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
59namespace IndisputableMonolith.QFT
60
61/-- Summary of QFT derivations from RS. -/
62def summary : String :=
63 "QFT from Recognition Science (Tier 2):\n" ++
64 "✅ Spin-Statistics: 8-tick phase mechanism\n" ++
65 "✅ Fermion/Boson symmetry: odd/even phase ledger entries\n" ++
66 "✅ Pauli Exclusion: ledger single-occupancy\n" ++
67 "✅ CPT Invariance: Ledger symmetry\n" ++
68 "✅ Noether's Theorem: cost stationarity\n" ++
69 "✅ S-Matrix Unitarity: ledger conservation\n" ++
70 "✅ Decoherence: Gap-45 threshold\n" ++
71 "✅ Higgs Mechanism: J-cost symmetry breaking\n" ++
72 "✅ Gauge Invariance: ledger redundancy\n" ++
73 "✅ UV Cutoff: τ₀ discreteness scale\n"
74
75end IndisputableMonolith.QFT