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

falsification_decidable

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)

  65theorem falsification_decidable (x : ℝ) :
  66    ILG_falsified x ∨ ILG_passes x := by

proof body

Term-mode proof.

  67  unfold ILG_falsified ILG_passes generous_threshold
  68  exact le_or_gt x 5.0 |>.elim (Or.inr) (Or.inl)
  69
  70/-! ## RS Parameter Lock -/
  71
  72/-- The alpha parameter is locked to alphaLock ≈ 0.191. -/

used by (1)

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

depends on (9)

Lean names referenced from this declaration's body.