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.