Commit 2026-04-14 12:34 2233275c
View on Github →chore: golf proofs in Mathlib/RingTheory/PowerSeries/Substitution.lean (#37821)
This PR golfs three proofs in Mathlib/RingTheory/PowerSeries/Substitution.lean by reusing existing lemmas instead of reproving the relevant coefficient computations.
Specifically:
constantCoeff_subst_eq_zeronow usesMvPowerSeries.constantCoeff_subst_eq_zero.Polynomial.toPowerSeries_toMvPowerSeriesnow usesPolynomial.pUnitAlgEquiv_symm_toPowerSeries.map_substnow usesMvPowerSeries.map_subst. This is a pure proof cleanup; no declarations are changed.