Commit 2025-05-12 12:04 86d0bf37
View on Github →feat(RingTheory/PowerSeries/*): various small results (#24678)
Mathlib/RingTheory/PowerSeries/CoeffMulMem.lean
: some results on the coefficients of multiplication of two power seriesMathlib/RingTheory/PowerSeries/Trunc.lean
: add two resultseq_shift_mul_X_pow_add_trunc
andeq_X_pow_mul_shift_add_trunc
generalizingeq_shift_mul_X_add_const
andeq_X_mul_shift_add_const
Mathlib/Data/ENat/Basic.lean
: addENat.lift_eq_toNat
which seems convenient (?)