Commit 2023-06-18 08:20 9ccc8b74

View on Github →

feat: add Nat.maxPowDiv (#5158) Adds tail recursive definition of maximal k such that p^k | n for p, n : Nat and csimp theorem relating it to Nat.padicValNat

Estimated changes