Theorems · Theorem · complex analysis
Complex.norm_eqOn_closedBall_of_isMaxOn
∀ {E : Type u} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] {F : Type v} [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℂ F] {f : E → F} {z : E} {r : ℝ},
DiffContOnCl ℂ f (Metric.ball z r) →
IsMaxOn (norm ∘ f) (Metric.ball z r) z → Set.EqOn (norm ∘ f) (Function.const E ‖f z‖) (Metric.closedBall z r)Maximum modulus principle on a closed ball: if f : E → F is continuous on a closed ball,
is complex differentiable on the corresponding open ball, and the norm ‖f w‖ takes its maximum
value on the open ball at its center, then the norm ‖f w‖ is constant on the closed ball.
- Defined in
- Mathlib.Analysis.Complex.AbsMax
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 287 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- Norm.normstatement and proof · cited by 5,413
- mul_oneproof · cited by 3,885
- Dist.distproof · cited by 1,539
- eq_or_neproof · cited by 1,117
- Metric.ballstatement and proof · cited by 735
- Set.MapsToproof · cited by 732
- Metric.closedBallstatement and proof · cited by 704
Cited by2
Results whose statement or proof uses this declaration.
- Complex.norm_eq_norm_of_isMaxOn_of_ball_subsetproof · cited by 3
- Complex.norm_eventually_eq_of_isLocalMaxproof · cited by 2