def
definition
def or abbrev
IsStablePosition
show as:
view Lean formalization →
formal statement (Lean)
198def IsStablePosition (x : ℝ) : Prop :=
proof body
Definition body.
199 x > 0 ∧ x ∈ PhiLadder
200
201/-- All φ-ladder positions are stable -/