batteries icon indicating copy to clipboard operation
batteries copied to clipboard

The "batteries included" extended library for the Lean programming language and theorem prover

Results 164 batteries issues
Sort by recently updated
recently updated
newest added

This test is timing-sensitive, and has [spuriously failed](https://github.com/leanprover-community/batteries/actions/runs/10036728715/job/27735044947?pr=887) before. Increase the timings slightly to make it less easy to race.

awaiting-review

This PR adds a static vector type to batteries akin to `Mathlib.Data.Vector` with a key difference: It is based on `Array` instead of `List` and is designed for efficient operations...

awaiting-review

This is a follow-up to #849 which uses #793 to simplify major parts of the code, paving the way toward correctness proofs for `BinaryHeap`. - [x] Depends on #849 -...

WIP
merge-conflict

awaiting-review
builds-mathlib

This PR is a redo of #782, but adds the following: - Auxiliary theorems used to prove the theorems below - These were already in #782 - Proof of equivalence...

awaiting-author
merge-conflict

`rfl` for ground terms will reduce at transparency `.all`, even if the current transparency is `.default`. Maybe it's prudent to not rely on this corner case, and have more explicit...

WIP

- [ ] Depends on #813 - [x] Depends on #814 - [x] Depends on #827

WIP
depends on another PR
merge-conflict

Since upstreaming to core (https://github.com/leanprover/lean4/pull/3756) is still controversial, I'd like it to be upstreamed to Batteries first. - [x] Depends on: leanprover-community/mathlib4#19666

awaiting-review
depends on another PR
merge-conflict
breaks-mathlib