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

possible_not_impossible

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)

 138theorem possible_not_impossible (x : ℝ) : RSPossible x → ¬RSImpossible x := by

proof body

Term-mode proof.

 139  intro hposs himp
 140  exact absurd hposs ((impossible_is_non_positive x).mp himp)
 141
 142/-! ## V. S5 Modal Logic Analog -/
 143
 144/-- **Theorem (S5 Axiom T: Necessity → Actuality)**:
 145    If something is necessary, it is actual.
 146    (The J-minimizer exists = the actual world is real.) -/

depends on (12)

Lean names referenced from this declaration's body.