theorem
proved
term proof
zeroDefect_nonneg
show as:
view Lean formalization →
formal statement (Lean)
100theorem zeroDefect_nonneg (ρ : ℂ) : 0 ≤ zeroDefect ρ := by
proof body
Term-mode proof.
101 rw [zeroDefect_eq_J_log]
102 exact Foundation.DiscretenessForcing.J_log_nonneg (zeroDeviation ρ)
103