Theorems · Theorem · complex analysis
circleAverage_sub_sub_inv_smul_of_differentiable_on_off_countable
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] [CompleteSpace E] {f : ℂ → E} {R : ℝ}
{c w : ℂ} {s : Set ℂ},
s.Countable →
ContinuousOn f (Metric.closedBall c |R|) →
(∀ z ∈ Metric.ball c |R| \ s, DifferentiableAt ℂ f z) →
w ∈ Metric.ball c |R| → Real.circleAverage (fun z => ((z - c) / (z - w)) • f z) c R = f wThe Generalized Mean Value Property of complex differentiable functions: If f : ℂ → E is
continuous on a closed disc of radius R and center c, and is complex differentiable at all but
countably many points of its interior, then for every point w in the disk, the circle average
circleAverage (fun z ↦ ((z - c) * (z - w)⁻¹) • f z) c R equals f w.
- Defined in
- Mathlib.Analysis.Complex.MeanValue
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 283 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- 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
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- CompleteSpacestatement and proof · cited by 2,532
- Nat.cast_oneproof · cited by 2,501
- LT.lt.leproof · cited by 2,189
- Nat.cast_zeroproof · cited by 1,870
Cited by2
Results whose statement or proof uses this declaration.
- DiffContOnCl.circleAverage_smul_divproof · cited by 2
- circleAverage_of_differentiable_on_off_countableproof · cited by 0