lean4-htt/src/Init/Data/Nat
Rob23oba 7cca594a4a
chore: adjust BEq classes (#7855)
This PR moves `ReflBEq` to `Init.Core` and changes `LawfulBEq` to extend
`ReflBEq`.

**BREAKING CHANGES:**
- The `refl` field of `ReflBEq` has been renamed to `rfl` to match
`LawfulBEq`
- `LawfulBEq` extends `ReflBEq`, so in particular `LawfulBEq.rfl` is no
longer valid
2025-04-16 13:24:23 +00:00
..
Bitwise feat: add BitVec.[toInt_append|toFin_append] (#7835) 2025-04-07 05:50:12 +00:00
Div chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Basic.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Bitwise.lean chore: update copyrights (#5449) 2024-09-24 05:27:53 +00:00
Compare.lean feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
Control.lean doc: review of Nat docstrings (#7552) 2025-03-20 09:13:36 +00:00
Div.lean feat: lemmas about Std.Range (#6396) 2024-12-16 03:16:46 +00:00
Dvd.lean feat: Nat.gcd lemmas (#7756) 2025-04-01 17:05:42 +00:00
Fold.lean doc: review of Nat docstrings (#7552) 2025-03-20 09:13:36 +00:00
Gcd.lean feat: Int.gcd/Int.lcm lemmas (#7802) 2025-04-04 12:44:59 +00:00
Lcm.lean feat: Int.gcd/Int.lcm lemmas (#7802) 2025-04-04 12:44:59 +00:00
Lemmas.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Linear.lean chore: adjust BEq classes (#7855) 2025-04-16 13:24:23 +00:00
Log2.lean doc: review of Nat docstrings (#7552) 2025-03-20 09:13:36 +00:00
MinMax.lean chore: upstream Nat material from mathlib (#7971) 2025-04-16 06:55:32 +00:00
Mod.lean chore: remove unnecessary simp priorities (#6812) 2025-01-28 23:50:33 +00:00
Power2.lean chore: fix naming of several theorems (#7499) 2025-04-04 10:52:52 +00:00
Simproc.lean fix: replace unary Nat.succ simp rules with simprocs (#3808) 2024-04-04 23:15:26 +00:00
SOM.lean