pith. machine review for the scientific record. sign in
structure definition def or abbrev

BayesianUpdateCert

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)

  70structure BayesianUpdateCert where
  71  cost_at_null : ∀ p : ℝ, p ≠ 0 → bayesFactorCost p p = 0
  72  cost_nonneg : ∀ l p : ℝ, 0 < l → 0 < p → 0 ≤ bayesFactorCost l p
  73  threshold_gt_one : 1 < bayesFactorThreshold
  74  moderate_gt_two : (2 : ℝ) < bayesFactorModerate
  75

used by (2)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (4)

Lean names referenced from this declaration's body.