Theorems · Theorem · commutative algebra
PowerSeries.eq_X_mul_shift_add_const
∀ {R : Type u_1} [inst : Semiring R] (φ : PowerSeries R),
φ =
(PowerSeries.X * PowerSeries.mk fun p => (PowerSeries.coeff (p + 1)) φ) +
PowerSeries.C (PowerSeries.constantCoeff φ)Split off the constant coefficient.
- Defined in
- Mathlib.RingTheory.PowerSeries.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Semiringstatement and proof · cited by 13,802
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MulZeroClass.zero_mulproof · cited by 1,625
- map_mulproof · cited by 1,137
- map_addproof · cited by 964
- PowerSeriesstatement and proof · cited by 797
- PowerSeries.coeffstatement and proof · cited by 324
Cited by2
Results whose statement or proof uses this declaration.
- PowerSeries.sub_const_eq_X_mul_shiftproof · cited by 2
- PowerSeries.map_constantCoeff_le_self_of_X_memproof · cited by 0