185theorem diverge_impossible (c : ℝ) : ¬RSDiverge c := by
proof body
Term-mode proof.
186 intro h 187 -- RSDiverge c says ∀ C, defect c > C 188 -- Take C = defect c 189 have : defect c > defect c := h (defect c) 190 linarith 191 192/-- Every real configuration is either RSStab or RSOutside (never RSDiverge). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.