Commit 2024-04-08 02:32 d4b9a267
View on Github →chore(Data/Nat/Defs): Integrate Nat.sqrt material (#11866)
Move the content of Data.Nat.ForSqrt and Data.Nat.Sqrt to Data.Nat.Defs by using Nat-specific Std lemmas rather than the mathlib general ones. This makes it ready to move to Std if wanted.