130theorem normalized_vorticity_bounded (M : ℕ → ℝ) (hpos : ∀ n, 0 < M n) (n : ℕ) : 131 normalized M n ≤ 1 :=
proof body
Term-mode proof.
132 normalized_le_one M n (hpos n) 133 134/-- The running maximum is the correct normalization: after normalizing, 135 the sequence no longer diverges. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.