lean4-htt/src
Markus Himmel 1bf2d8eba2
feat: IntX modulo lemmas (#7704)
This PR adds lemmas about the modulo operation defined on signed bounded
integers.

The results depend on the lemma
```lean
theorem BitVec.toInt_srem (a b : BitVec w) : (a.srem b).toInt = a.toInt.tmod b.toInt := sorry
```
which is missing at the time of posting the PR.
2025-03-29 12:53:30 +00:00
..
bin feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
cmake
include/lean feat: socket support using LibUV (#6683) 2025-03-19 13:54:51 +00:00
Init feat: IntX modulo lemmas (#7704) 2025-03-29 12:53:30 +00:00
initialize
kernel fix: bv_omega to use -implicitDefEqProofs (#7387) 2025-03-09 00:13:14 +00:00
lake doc: docstring details (#7711) 2025-03-28 22:30:53 +00:00
Lean fix: bug in grind model-based theory combination (#7714) 2025-03-29 01:05:20 +00:00
library chore: fix interpreter lean_assert 2025-03-21 09:38:50 +01:00
runtime feat: UDP socket support using LibUV (#7574) 2025-03-26 15:04:25 +00:00
shell
Std perf: skip computing hash of bv_decide BVExpr.Cache.Key (#7709) 2025-03-28 17:21:10 +00:00
util perf: remove most remaining async blockers in Init.Data.List.Sublist (#7500) 2025-03-15 15:26:06 +00:00
cadical.mk
CMakeLists.txt chore: CI: USE_LAKE secondary build job (#7505) 2025-03-20 12:16:53 +00:00
config.h.in
githash.h.in
Init.lean feat: allow async elab tasks to contribute to info trees reported to linters and request handlers (#7457) 2025-03-13 15:09:00 +00:00
lakefile.toml.in chore: lake: revert use of Lake plugin (#7608) 2025-03-21 00:59:43 +00:00
lean-toolchain
Lean.lean feat: use realizeConst for all equation, unfold, induction, and partial fixpoint theorems (#7261) 2025-03-06 15:38:04 +00:00
lean.mk.in chore: USE_LAKE: integrate into CMake (#4466) 2025-03-15 08:58:01 +00:00
Leanc.lean
Std.lean
stdlib.make.in chore: lake: revert use of Lake plugin (#7608) 2025-03-21 00:59:43 +00:00
stdlib_flags.h chore: remove comment from src/stdlib_flags.h (#7531) 2025-03-17 18:07:58 +00:00
version.h.in feat: language reference links and examples in docstrings (#7240) 2025-03-12 09:17:27 +00:00