Theorems · Theorem · several complex variables
FormalMultilinearSeries.changeOrigin_eval
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] [CompleteSpace F]
(p : FormalMultilinearSeries 𝕜 E F) {x y : E}, ↑‖x‖₊ + ↑‖y‖₊ < p.radius → (p.changeOrigin x).sum y = p.sum (x + y)Summing the series p.changeOrigin x at a point y gives back p (x + y).
- Defined in
- Mathlib.Analysis.Analytic.ChangeOrigin
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 184 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- NormedSpacestatement and proof · cited by 12,499
- ENNRealstatement and proof · cited by 9,879
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Equiv.symmproof · cited by 3,681
- Finset.univproof · cited by 3,473
- CompleteSpacestatement and proof · cited by 2,532
- zero_addproof · cited by 2,366
- Finset.cardproof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
Cited by1
Results whose statement or proof uses this declaration.
- HasFPowerSeriesWithinOnBall.changeOriginproof · cited by 3