Theorems · Theorem · several complex variables
HasFPowerSeriesWithinAt.comp
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [inst : NontriviallyNormedField 𝕜]
[inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {g : F → G} {f : E → F} {q : FormalMultilinearSeries 𝕜 F G}
{p : FormalMultilinearSeries 𝕜 E F} {x : E} {t : Set F} {s : Set E},
HasFPowerSeriesWithinAt g q t (f x) →
HasFPowerSeriesWithinAt f p s x → Set.MapsTo f s t → HasFPowerSeriesWithinAt (g ∘ f) (q.comp p) s xIf two functions g and f have power series q and p respectively at f x and x, within
two sets s and t such that f maps s to t, then g ∘ f admits the power
series q.comp p at x within s.
- Defined in
- Mathlib.Analysis.Analytic.Composition
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites95
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realproof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- ENNRealproof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- Finset.sumproof · cited by 5,195
- Set.preimageproof · cited by 4,946
Cited by2
Results whose statement or proof uses this declaration.
- AnalyticWithinAt.compproof · cited by 9
- HasFPowerSeriesAt.compproof · cited by 1