Commit 2026-04-17 15:37 82df3405
View on Github →chore(RingTheory/DedekindDomain/Ideal/*): move decls into namespaces (#38133)
There are a bunch of declarations in Mathlib.RingTheory.DedekindDomain.Ideal.{Basic|Lemmas} that are in the root namespace, but (I think) shouldn't be there.
This PR moves them into the Ideal or the IsDedekindDomain (or FractionalIdeal, PrimeSpectrum in rare cases) namespaces (and does some minor cleanup). The old names are deprecated; this has the slightly unpleasant effect that the new ones cannot be used unqualified even when their name space is open (because then Lean thinks the name is ambiguous, even though it reeally isn't).
See #Is there code for X? > Results on elements of number fields and ideals @ 💬.