lean4-htt/src/Init/Data/List
Kim Morrison bac34c7767
feat: theorems about == on Vector (#6376)
This PR adds theorems about `==` on `Vector`, reproducing those already
on `List` and `Array`.
2024-12-13 02:07:12 +00:00
..
Nat chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
Sort chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
Attach.lean chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
Basic.lean chore: alignment of Array.any/all lemmas with List (#6353) 2024-12-10 09:23:52 +00:00
BasicAux.lean chore: robustify for byAsSorry (#6287) 2024-12-02 23:53:16 +00:00
Control.lean feat: duplicate List.attach/attachWith/pmap API for Array (#6132) 2024-11-20 01:16:48 +00:00
Count.lean chore: upstream List.length_flatMap (#6294) 2024-12-03 01:59:32 +00:00
Erase.lean chore: cleanup unused variables (#5579) 2024-10-02 01:51:22 +00:00
Find.lean chore: run Batteries linter on Lean (#6364) 2024-12-13 01:28:53 +00:00
FinRange.lean feat: upstream List.finRange from Batteries (#6234) 2024-11-27 04:27:22 +00:00
Impl.lean feat: lemmas about for loops over Array (#6055) 2024-11-13 23:23:55 +00:00
Lemmas.lean feat: theorems about == on Vector (#6376) 2024-12-13 02:07:12 +00:00
MapIdx.lean chore: cleanup of Array lemmas (#6337) 2024-12-08 22:03:23 +00:00
MinMax.lean chore: move Antisymm to Std.Antisymm (#5740) 2024-10-17 02:26:55 +00:00
Monadic.lean feat: variants of List.forIn_eq_foldlM (#6023) 2024-11-11 02:30:40 +00:00
Nat.lean feat: Array.swap_perm (#6272) 2024-12-01 08:35:28 +00:00
Notation.lean chore: reorganisation of List API (#4469) 2024-06-17 04:21:53 +00:00
OfFn.lean feat: minor lemmas about List.ofFn (#5982) 2024-11-06 23:05:42 +00:00
Pairwise.lean feat: update omega/solve_by_elim to use new tactic syntax, use new tactic syntax (#5932) 2024-11-03 16:23:37 +00:00
Perm.lean feat: Array.swap_perm (#6272) 2024-12-01 08:35:28 +00:00
Range.lean chore: upstream List.sum, planning to later deprecate Nat.sum (#5703) 2024-10-15 08:41:35 +00:00
Sort.lean feat: List.mergeSort (#5092) 2024-08-20 06:32:52 +00:00
Sublist.lean chore: robustify for byAsSorry (#6287) 2024-12-02 23:53:16 +00:00
TakeDrop.lean chore: robustify for byAsSorry (#6287) 2024-12-02 23:53:16 +00:00
ToArray.lean feat: theorems about == on Vector (#6376) 2024-12-13 02:07:12 +00:00
ToArrayImpl.lean chore: alignment of Array and List lemmas (#6342) 2024-12-09 11:30:45 +00:00
Zip.lean feat: upstream List.mapIdx, and add lemmas (#5696) 2024-10-14 07:25:02 +00:00