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 series
  • Mathlib/RingTheory/PowerSeries/Trunc.lean: add two results eq_shift_mul_X_pow_add_trunc and eq_X_pow_mul_shift_add_trunc generalizing eq_shift_mul_X_add_const and eq_X_mul_shift_add_const
  • Mathlib/Data/ENat/Basic.lean: add ENat.lift_eq_toNat which seems convenient (?)

Estimated changes