Theorems · Definition · several complex variables
FormalMultilinearSeries.leftInv
{𝕜 : 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 left inverse of a formal multilinear series, where the n-th term is defined inductively
in terms of the previous ones to make sure that (leftInv p i) ∘ p = 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 q ∘ p is ∑ qₖ (p_{j₁}, ..., p_{jₖ}) over j₁ + ... + jₖ = n. In this
expression, qₙ appears only once, in qₙ (p₁, ..., p₁). We adjust the definition 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
- 8 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.
Cites19
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
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- 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
Cited by8
Results whose statement or proof uses this declaration.
- OpenPartialHomeomorph.hasFPowerSeriesAt_symmstatement and proof · cited by 2
- FormalMultilinearSeries.leftInv_coeff_onestatement · cited by 2
- FormalMultilinearSeries.leftInv_coeff_zerostatement · cited by 2
- FormalMultilinearSeries.leftInv_compstatement and proof · cited by 2
- FormalMultilinearSeries.radius_leftInv_pos_of_radius_posstatement · cited by 1
- FormalMultilinearSeries.leftInv_eq_rightInvstatement and proof · cited by 1
- FormalMultilinearSeries.leftInv_removeZerostatement and proof · cited by 0
- FormalMultilinearSeries.leftInv.eq_defstatement and proof · cited by 0