recognition /
Foundation /
Foundation.RecognizerInducesLogic /
explainer
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
203 theorem unification {𝒞 ℰ : Type*}
204 (r : Recognizer 𝒞 ℰ) (weight : ℝ)
205 (h : r.hasNontrivialRecognition) :
206 -- Three definitional Aristotelian conditions:
207 (∀ e : ℰ, r.cost weight e e = 0) ∧
208 (∀ e₁ e₂ : ℰ, r.cost weight e₁ e₂ = r.cost weight e₂ e₁) ∧
209 (∀ e₁ e₂ : ℰ, ∃ c : ℝ, r.cost weight e₁ e₂ = c) ∧
210 -- Single-valuedness on unordered pairs (≡ Non-Contradiction):
211 SingleValuedOnUnorderedPair (r.cost weight) ∧
212 -- Primitive observer:
213 (∃ (O : PrimitiveObserver ℰ) (e₁ e₂ : ℰ),
214 e₁ ≠ e₂ ∧ Separates O e₁ e₂) := by
proof body
Term-mode proof.
215 refine ⟨?_, ?_, ?_, ?_, ?_⟩
216 · exact Recognizer.identity r weight
217 · exact Recognizer.non_contradiction r weight
218 · exact Recognizer.totality r weight
219 · exact Recognizer.singleValued r weight
220 · exact Recognizer.induces_primitive_observer r h
221
222 /-! ## Headline Certificate -/
223
224 /-- **Recognizer-Induces-Logic Certificate.**
225
226 The single forcing chain from Recognition Geometry to the Law of Logic
227 in its current form: the three definitional Aristotelian conditions are
228 automatic, the primitive observer is automatic, and the substantive
229 content reduces to a named compositional hypothesis. -/
used by (17)
From the project-wide theorem graph. These declarations reference this one in their body.
alpha_s_positive
in IndisputableMonolith.Constants.StrongCoupling
decl_use
prelogical_boolean_fragment
in IndisputableMonolith.Foundation.LogicFromCost
decl_use
Recognizer
in IndisputableMonolith.Foundation.RecognizerInducesLogic
decl_use
Recognizer
in IndisputableMonolith.Foundation.RecognizerInducesLogic
decl_use
GUTUnification
in IndisputableMonolith.Physics.RunningCouplings
decl_use
weinberg_angle_in_range
in IndisputableMonolith.Physics.RunningCouplings
decl_use
alpha_GUT
in IndisputableMonolith.QFT.RunningCouplings
decl_use
lspCandidates
in IndisputableMonolith.StandardModel.SupersymmetryBreaking
decl_use
rsWithoutSusy
in IndisputableMonolith.StandardModel.SupersymmetryBreaking
decl_use
superpartners
in IndisputableMonolith.StandardModel.SupersymmetryBreaking
decl_use
susyBenefits
in IndisputableMonolith.StandardModel.SupersymmetryBreaking
decl_use
measurements
in IndisputableMonolith.StandardModel.WeinbergAngle
decl_use
runningAngle
in IndisputableMonolith.StandardModel.WeinbergAngle
decl_use
sin2ThetaW_alt
in IndisputableMonolith.StandardModel.WZMassRatio
decl_use
alpha_s_within_pdg_bounds
in IndisputableMonolith.Unification.GaugeCouplingsComplete
decl_use
C014_certificate
in IndisputableMonolith.Unification.GaugeCouplingsComplete
decl_use
phi_pow_fibonacci_sum_le
in IndisputableMonolith.Unification.QuantumGravityOctaveDuality
decl_use
depends on (21)
Lean names referenced from this declaration's body.
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
Primitive
in IndisputableMonolith.Ethics.Virtues.NormalForm
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
SingleValuedOnUnorderedPair
in IndisputableMonolith.Foundation.MagnitudeOfMismatch
decl_use
cost
in IndisputableMonolith.Foundation.MultiplicativeRecognizerL4
decl_use
cost
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
identity
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
PrimitiveObserver
in IndisputableMonolith.Foundation.ObserverFromRecognition
decl_use
Separates
in IndisputableMonolith.Foundation.ObserverFromRecognition
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
PrimitiveObserver
in IndisputableMonolith.Foundation.PreTemporalForcingOrder
decl_use
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
Primitive
in IndisputableMonolith.Masses.SectorPrimitive
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
identity
in IndisputableMonolith.RRF.Foundation.VantageCategory
decl_use