Theorems · Definition · several complex variables
FormalMultilinearSeries.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] →
FormalMultilinearSeries 𝕜 E F → (E ≃L[𝕜] F) → E → FormalMultilinearSeries 𝕜 F EThe right inverse of a formal multilinear series, where the n-th term is defined inductively
in terms of the previous ones to make sure that p ∘ (rightInv p i) = id. For this, the linear
term p₁ in p should be invertible. In the definition, i is a linear isomorphism that should
coincide with p₁, so that one can use its inverse in the construction. The definition does not
use that i = p₁, but proofs that the definition is well-behaved do.
The n-th term in p ∘ q is ∑ pₖ (q_{j₁}, ..., q_{jₖ}) over j₁ + ... + jₖ = n. In this
expression, qₙ appears only once, in p₁ (qₙ). We adjust the definition of qₙ so that this
term compensates the rest of the sum, using i⁻¹ as an inverse to p₁.
These formulas only make sense when the constant term p₀ vanishes. The definition we give is
general, but it ignores the value of p₀.
- Defined in
- Mathlib.Analysis.Analytic.Inverse
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- ContinuousMultilinearMapproof · cited by 1,016
- ContinuousLinearEquivstatement and proof · cited by 743
- FormalMultilinearSeriesstatement and proof · cited by 615
- ContinuousLinearEquiv.toContinuousLinearMapproof · cited by 448
- ContinuousLinearEquiv.symmproof · cited by 368
- LinearIsometryEquiv.symmproof · cited by 287
- continuousMultilinearCurryFin1proof · cited by 58
Cited by10
Results whose statement or proof uses this declaration.
- FormalMultilinearSeries.rightInv_coeff_onestatement · cited by 3
- FormalMultilinearSeries.comp_rightInv_aux2statement and proof · cited by 2
- FormalMultilinearSeries.rightInv_coeff_zerostatement · cited by 2
- FormalMultilinearSeries.radius_rightInv_pos_of_radius_posstatement and proof · cited by 1
- FormalMultilinearSeries.radius_rightInv_pos_of_radius_pos_aux2statement and proof · cited by 1
- FormalMultilinearSeries.leftInv_eq_rightInvstatement and proof · cited by 1
- FormalMultilinearSeries.comp_rightInvstatement and proof · cited by 1
- FormalMultilinearSeries.rightInv_coeffstatement and proof · cited by 1
- FormalMultilinearSeries.rightInv_removeZerostatement and proof · cited by 0
- FormalMultilinearSeries.rightInv.eq_defstatement and proof · cited by 0