theorem
proved
term proof
zeroCompositionWitness_forces_on_critical_line
show as:
view Lean formalization →
formal statement (Lean)
91theorem zeroCompositionWitness_forces_on_critical_line
92 {ρ : ℂ} (w : ZeroCompositionWitness ρ) :
93 OnCriticalLine ρ :=
proof body
Term-mode proof.
94 (zeroCompositionLaw_forces_eta_zero w.law ρ).mp w.value_at_deviation
95
96/-- Therefore the zero-location defect must vanish there as well. -/