Theorems · Theorem · complex analysis
Complex.norm_le_norm_of_mapsTo_ball_self
Deprecated since 2026-01-03Use Complex.norm_le_norm_of_mapsTo_ball instead.
∀ {E : Type u_1} {F : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace ℂ F] {R : ℝ} {f : E → F} {z : E},
DifferentiableOn ℂ f (Metric.ball 0 R) →
Set.MapsTo f (Metric.ball 0 R) (Metric.closedBall 0 R) → f 0 = 0 → ‖z‖ < R → ‖f z‖ ≤ ‖z‖Alias of Complex.norm_le_norm_of_mapsTo_ball.
The Schwarz Lemma.
Let f : E → F be a complex analytic on an open ball with center at the origin.
If f sends this ball to the closed ball with center 0 of the same radius and f 0 = 0,
then for any point z of this disk we have ‖f z‖ ≤ ‖z‖.
- Defined in
- Mathlib.Analysis.Complex.Schwarz
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 296 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement · cited by 15,752
- NormedSpacestatement · cited by 12,499
- Complexstatement · cited by 5,565
- Norm.normstatement · cited by 5,413
- Metric.ballstatement · cited by 735
- Set.MapsTostatement · cited by 732
- Metric.closedBallstatement · cited by 704
- DifferentiableOnstatement · cited by 419
- Complex.norm_le_norm_of_mapsTo_ballproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.