theorem
proved
wrapper
carrier_frequency_pos
show as:
view Lean formalization →
formal statement (Lean)
41theorem carrier_frequency_pos : 0 < carrier_frequency := by
proof body
One-line wrapper that applies unfold.
42 unfold carrier_frequency; exact mul_pos (by norm_num) phi_pos
43