pith. machine review for the scientific record. sign in
def

probabilityCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Mathematics.ProbabilityTheoryFromRS
domain
Mathematics
line
43 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Mathematics.ProbabilityTheoryFromRS on GitHub at line 43.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

depends on

formal source

  40  certain_zero : Jcost 1 = 0
  41  uncertain_positive : ∀ {r : ℝ}, 0 < r → r ≠ 1 → 0 < Jcost r
  42
  43def probabilityCert : ProbabilityCert where
  44  five_axioms := kolmogorovAxiomCount
  45  certain_zero := certain_event_zero_cost
  46  uncertain_positive := uncertain_event_positive_cost
  47
  48end IndisputableMonolith.Mathematics.ProbabilityTheoryFromRS