Theorems · Theorem · several complex variables
FormalMultilinearSeries.comp_rightInv
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {F : Type u_3} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F]
(p : FormalMultilinearSeries 𝕜 E F) (i : E ≃L[𝕜] F) (x : E),
p 1 = (continuousMultilinearCurryFin1 𝕜 E F).symm ↑i →
p.comp (p.rightInv i x) = FormalMultilinearSeries.id 𝕜 F ((p 0) 0)The right inverse to a formal multilinear series is indeed a right inverse, provided its linear term is invertible and its constant term vanishes.
- Defined in
- Mathlib.Analysis.Analytic.Inverse
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 183 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites45
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- Set.ofPredproof · cited by 6,101
- ContinuousLinearMapstatement · cited by 5,352
- Finset.sumproof · cited by 5,195
- add_zeroproof · cited by 2,707
- Finset.sum_congrproof · cited by 2,323
- map_zeroproof · cited by 1,614
- ContinuousMultilinearMapstatement and proof · cited by 1,016
Cited by1
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.leftInv_eq_rightInvproof · cited by 1