pith. machine review for the scientific record. sign in
theorem proved term proof

probability_is_relational

show as:
view Lean formalization →

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)

 198theorem probability_is_relational :
 199    -- The number of probability bins equals the observer's resolution
 200    ∀ (obs : Observer),
 201    Fintype.card (Fin obs.resolution) = obs.resolution := by

proof body

Term-mode proof.

 202  intro obs
 203  simp
 204
 205/-- **Theorem (Propensity Vindicated)**:
 206    There IS something objective about probability: the J-cost landscape
 207    determines the projection fiber structure. The "propensity" of outcome v
 208    is the J-cost-weighted measure of fiber(v). This is objective. -/

depends on (16)

Lean names referenced from this declaration's body.