Mathlib Map

Theorems · Theorem · complex analysis

Complex.norm_eq_norm_of_isMaxOn_of_ball_subset

∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {F : Type v} [inst_2 : NormedAddCommGroup F]
  [inst_3 : NormedSpace ℂ F] {f : E → F} {s : Set E} {z w : E},
  DiffContOnCl ℂ f s → IsMaxOn (norm ∘ f) s z → Metric.ball z (dist w z) ⊆ s → ‖f w‖ = ‖f z‖

Maximum modulus principle: if f : E → F is complex differentiable on a set s, the norm of f takes it maximum on s at z, and w is a point such that the closed ball with center z and radius dist w z is included in s, then ‖f w‖ = ‖f z‖.

Defined in
Mathlib.Analysis.Complex.AbsMax
Cited by
3 results in Mathlib
Foundations
Depth 288 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.