Commit 2025-04-16 20:00 422961d2
View on Github →chore: cleanup API around order of univariate power series (#24072) The main changes are:
- avoid ENat.lift in favor of ENat.toNat to avoid dependent types
- change a bunch of
order φ < ⊤assumptions toφ ≠ 0 - rename
divided_by_X_pow_ordertodivXPowOrder, and define it concretely for any power series by translating the coefficients (meaning we send 0 to 0) - some golfs in the proofs