Theorems · Theorem · complex analysis
cauchyPowerSeries_apply
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℂ E] (f : ℂ → E) (c : ℂ) (R : ℝ) (n : ℕ) (w : ℂ),
((cauchyPowerSeries f c R n) fun x => w) =
(2 * ↑Real.pi * Complex.I)⁻¹ • ∮ (z : ℂ) in C(c, R), (w / (z - c)) ^ n • (z - c)⁻¹ • f z- Cited by
- 2 results in Mathlib
- Foundations
- Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · 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
- Real.pistatement and proof · cited by 1,774
- Complex.ofRealstatement and proof · cited by 1,654
- ContinuousMultilinearMapstatement · cited by 1,016
- Complex.Istatement and proof · cited by 866
- div_eq_mul_invproof · cited by 715
- SemigroupAction.mul_smulproof · cited by 291
- mul_powproof · cited by 220
Cited by2
Results whose statement or proof uses this declaration.
- hasSum_cauchyPowerSeries_integralproof · cited by 2