theorem
proved
term proof
normalizedRatio_ge_one
show as:
view Lean formalization →
formal statement (Lean)
56theorem normalizedRatio_ge_one (s : FiniteVolumeProfile) : 1 ≤ normalizedRatio s := by
proof body
Term-mode proof.
57 unfold normalizedRatio
58 exact (one_le_div s.omegaRms_pos).2 s.omegaRms_le_max
59