Commit 2024-04-23 14:29 bdfbc7fa
View on Github →chore: split RingTheory.Nilpotent (#12184)
Mathlib.RingTheory.Nilpotent
has a few very simple definitions (Mathlib.Data.Nat.Lattice
is sufficient to state them), but needs some pretty heavy imports (ideals, linear algebra) towards the end. This change moves the heavier parts into a new file.