lean4-htt/src/Init/Data
Leonardo de Moura c8aae00847
feat: Nat inequalities in cutsat (#7494)
This PR implements support for `Nat` inequalities in the cutsat
procedure.
2025-03-15 00:43:18 +00:00
..
Array feat: mark forIn_pure_yield lemmas simp (#7433) 2025-03-14 00:28:23 +00:00
BitVec feat: BitVec.extract_Lsb'_append_[ite|of_lt|of_le] (#7482) 2025-03-14 18:25:50 +00:00
ByteArray doc: review List docstrings for manual (#7452) 2025-03-13 16:10:06 +00:00
Char doc: Char docstring proofreading (#7198) 2025-03-08 22:17:01 +00:00
Fin doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
FloatArray doc: review List docstrings for manual (#7452) 2025-03-13 16:10:06 +00:00
Format doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
Int feat: Nat inequalities in cutsat (#7494) 2025-03-15 00:43:18 +00:00
List feat: mark forIn_pure_yield lemmas simp (#7433) 2025-03-14 00:28:23 +00:00
Nat doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
Option feat: mark forIn_pure_yield lemmas simp (#7433) 2025-03-14 00:28:23 +00:00
Range feat: lemmas about lexicographic order on Array and Vector (#6399) 2024-12-19 10:36:50 +00:00
SInt fix: Repr instance for Int32 (#7467) 2025-03-13 06:24:42 +00:00
String doc: review List docstrings for manual (#7452) 2025-03-13 16:10:06 +00:00
Sum doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
ToString doc: review List docstrings for manual (#7452) 2025-03-13 16:10:06 +00:00
UInt feat: remaining lemmas about iterated conversions of finite types (#7414) 2025-03-10 12:58:30 +00:00
Vector feat: mark forIn_pure_yield lemmas simp (#7433) 2025-03-14 00:28:23 +00:00
AC.lean feat: cleanup of get and back functions on List/Array (#7059) 2025-02-17 01:43:45 +00:00
Array.lean feat: align Array/Vector.extract lemmas with List (#7105) 2025-02-17 04:56:04 +00:00
Basic.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
BEq.lean feat: HashMap getKey lemmas (#7289) 2025-03-03 15:06:58 +00:00
BitVec.lean chore: update copyrights (#5449) 2024-09-24 05:27:53 +00:00
Bool.lean doc: add missing Bool docstrings and review existing ones (#7246) 2025-03-08 08:16:13 +00:00
ByteArray.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Cast.lean chore: upstream NatCast and IntCast (#3347) 2024-02-16 00:54:22 +00:00
Channel.lean refactor: move IO.Channel and IO.Mutex to Std.Sync (#6282) 2024-12-03 09:36:50 +00:00
Char.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
Fin.lean chore: upstream Std.BitVec.* (#3400) 2024-02-19 12:43:34 -08:00
Float.lean feat: conversions between Float and finite integers (#7083) 2025-02-17 15:42:10 +00:00
Float32.lean feat: conversions between Float and finite integers (#7083) 2025-02-17 15:42:10 +00:00
FloatArray.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
Format.lean refactor: move ToString Syntax and BEq Syntax to Init 2021-02-26 13:21:04 -08:00
Function.lean doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
Hashable.lean doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
Int.lean feat: infrastructure for supporting Nat in cutsat (#7394) 2025-03-08 08:36:58 +00:00
List.lean feat: lemmas about lexicographic order on Array and Vector (#6399) 2024-12-19 10:36:50 +00:00
Nat.lean feat: lemmas about Std.Range (#6396) 2024-12-16 03:16:46 +00:00
NeZero.lean feat: align lemmas about List.getLast(!?) with Array/Vector.back(!?) (#7205) 2025-02-24 11:48:43 +00:00
OfScientific.lean fix: Float32.ofInt (#7277) 2025-03-02 23:22:35 +00:00
Option.lean feat: lemmas about for loops over Option (#6316) 2024-12-05 05:09:07 +00:00
Ord.lean doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
PLift.lean feat: basic instances for ULift and PLift (#5112) 2024-08-21 11:37:13 +00:00
Prod.lean doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
Queue.lean chore: minimize some imports (#5067) 2024-08-16 06:18:11 +00:00
Random.lean feat: use BaseIO at IO.rand (#6102) 2024-11-19 05:26:03 +00:00
Range.lean feat: lemmas about Std.Range (#6396) 2024-12-16 03:16:46 +00:00
RArray.lean feat: Lean.RArray (#6070) 2024-11-14 10:56:50 +00:00
Repr.lean doc: manual docstring review for smaller namespaces (#7365) 2025-03-13 16:09:37 +00:00
SInt.lean feat: IntX theory for simprocs and bv_decide (#7259) 2025-02-28 07:04:52 +00:00
Stream.lean feat: change Array.get to take a Nat and a proof (#6032) 2024-11-12 03:30:46 +00:00
String.lean feat: some Char, UInt, and Fin theorems (#4231) 2024-05-21 06:11:23 +00:00
Subtype.lean feat: align {List/Array/Vector}.{attach,attachWith,pmap} lemmas (#6723) 2025-01-21 06:36:36 +00:00
Sum.lean chore: upstream basic material on Sum (#5741) 2024-10-17 01:27:41 +00:00
ToString.lean chore: remove #lang lean4 header 2020-10-25 09:54:07 -07:00
UInt.lean refactor: redefine unsigned fixed width integers in terms of BitVec (#5323) 2024-10-16 07:28:23 +00:00
ULift.lean feat: basic instances for ULift and PLift (#5112) 2024-08-21 11:37:13 +00:00
Vector.lean feat: complete aligning List/Array/Vector.finRange (#7106) 2025-02-17 06:11:43 +00:00
Zero.lean chore: upstream Zero and NeZero 2024-09-10 19:30:09 +10:00