Mathlib Map

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.

Cited by1

Results whose statement or proof uses this declaration.