Theorems · Theorem · commutative algebra
PowerSeries.eq_shift_mul_X_pow_add_trunc
∀ {R : Type u_1} [inst : Semiring R] (n : ℕ) (f : PowerSeries R),
f = (PowerSeries.mk fun i => (PowerSeries.coeff (i + n)) f) * PowerSeries.X ^ n + ↑((PowerSeries.trunc n) f)Split off the first n coefficients.
- Defined in
- Mathlib.RingTheory.PowerSeries.Trunc
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 104 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.
Cites21
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
- Polynomialstatement · cited by 5,681
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Polynomial.coeffproof · cited by 1,045
- map_addproof · cited by 964
- PowerSeriesstatement and proof · cited by 797
- PowerSeries.coeffstatement and proof · cited by 324
- PowerSeries.Xstatement and proof · cited by 183
Cited by1
Results whose statement or proof uses this declaration.
- PowerSeries.eq_X_pow_mul_shift_add_truncproof · cited by 2