theorem
proved
term proof
normalizedRatio_pos
show as:
view Lean formalization →
formal statement (Lean)
52theorem normalizedRatio_pos (s : FiniteVolumeProfile) : 0 < normalizedRatio s := by
proof body
Term-mode proof.
53 unfold normalizedRatio
54 exact div_pos (lt_of_lt_of_le s.omegaRms_pos s.omegaRms_le_max) s.omegaRms_pos
55