Theorems · Definition · commutative algebra
PowerSeries.substInv
{R : Type u_2} → [inst : CommRing R] → (P : PowerSeries R) → [Invertible ((PowerSeries.coeff 1) P)] → PowerSeries RGiven a power series P = u • X + O(X²) with u invertible,
this is the power series Q such that P(Q(X)) = X. See PowerSeries.subst_substInv_right.
See also PowerSeries.substInvOfIsUnit for a variant using IsUnit.
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 102 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingInvertible
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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 · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- PowerSeriesstatement and proof · cited by 797
- Invertiblestatement and proof · cited by 549
- PowerSeries.coeffstatement and proof · cited by 324
- PowerSeries.mkproof · cited by 52
- PowerSeries.substInvFunproof · cited by 4
Cited by10
Results whose statement or proof uses this declaration.
- PowerSeries.substInvOfIsUnitproof · cited by 7
- PowerSeries.subst_substInv_leftstatement and proof · cited by 3
- PowerSeries.constantCoeff_substInvstatement · cited by 3
- PowerSeries.substInvOfIsUnit_eq_substInvstatement · cited by 3
- PowerSeries.subst_substInv_rightstatement and proof · cited by 2
- PowerSeries.HasSubst.substInvstatement and proof · cited by 2
- PowerSeries.coeff_one_substInvstatement · cited by 2
- FormalGroup.Xzero_eq_Xproof · cited by 1
- FormalGroup.zeroX_eq_Xproof · cited by 1
- PowerSeries.hasSubst_substInvstatement · cited by 0