Mathlib Map

Theorems · Theorem · complex analysis

Complex.eventually_eq_of_isLocalMax_norm

∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {F : Type v} [inst_2 : NormedAddCommGroup F]
  [inst_3 : NormedSpace ℂ F] [StrictConvexSpace ℝ F] {f : E → F} {c : E},
  (∀ᶠ (z : E) in nhds c, DifferentiableAt ℂ f z) → IsLocalMax (norm ∘ f) c → ∀ᶠ (y : E) in nhds c, f y = f c

Maximum modulus principle: if f : E → F is complex differentiable in a neighborhood of c and the norm ‖f z‖ has a local maximum at c, then f is locally constant in a neighborhood of c.

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

Around this declaration

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

Cites21

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

Cited by1

Results whose statement or proof uses this declaration.