recognition /
Philosophy /
Philosophy.ProbabilityMeaningStructure /
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)
273 theorem ph006_probability_certificate :
274 -- Reality is deterministic
275 (∃! x : ℝ, 0 < x ∧ Foundation.LawOfExistence.defect x = 0) ∧
276 -- Probability arises from projection
277 (∀ obs : Observer, ∃ x y : ℝ, x ≠ y ∧ project obs x = project obs y) ∧
278 -- Fibers cover all states
279 (∀ obs : Observer, ∀ x : ℝ, ∃! v : Fin obs.resolution, x ∈ Fiber obs v) ∧
280 -- Each outcome is possible
281 (∀ obs : Observer, ∀ v : Fin obs.resolution, (Fiber obs v).Nonempty) :=
proof body
Term-mode proof.
282 ⟨⟨1, ⟨by norm_num, Foundation.LawOfExistence.defect_at_one⟩,
283 fun y ⟨hy_pos, hy_zero⟩ =>
284 (Foundation.LawOfExistence.defect_zero_iff_one hy_pos).mp hy_zero⟩,
285 projection_lossy,
286 fibers_cover,
287 each_fiber_nonempty⟩
288
289 end ProbabilityMeaningStructure
290 end Philosophy
291 end IndisputableMonolith
depends on (19)
Lean names referenced from this declaration's body.
all
in IndisputableMonolith.Aesthetics.NarrativeGeodesic
decl_use
all
in IndisputableMonolith.Anthropology.KinshipGraphCohomology
decl_use
all
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
Observer
in IndisputableMonolith.Foundation.Determinism
decl_use
project
in IndisputableMonolith.Foundation.Determinism
decl_use
projection_lossy
in IndisputableMonolith.Foundation.Determinism
decl_use
defect
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
defect_at_one
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
defect_zero_iff_one
in IndisputableMonolith.Foundation.LawOfExistence
decl_use
Observer
in IndisputableMonolith.Foundation.ObserverForcing
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
all
in IndisputableMonolith.Musicology.ModalPreferenceFromPhi
decl_use
each_fiber_nonempty
in IndisputableMonolith.Philosophy.ProbabilityMeaningStructure
decl_use
Fiber
in IndisputableMonolith.Philosophy.ProbabilityMeaningStructure
decl_use
fibers_cover
in IndisputableMonolith.Philosophy.ProbabilityMeaningStructure
decl_use