lean4-htt/src
Luisa Cicolini 3c7555168d
feat: add BitVec.(msb, getMsbD)_(rotateLeft, rotateRight) (#6120)
This PR adds theorems `BitVec.(getMsbD, msb)_(rotateLeft, rotateRight)`.

We follow the same strategy taken for `getLsbD`, constructing the
necessary auxilliary theorems first (relying on different hypotheses)
and then generalizing.

---------

Co-authored-by: Siddharth <siddu.druid@gmail.com>
Co-authored-by: Tobias Grosser <tobias@grosser.es>
2024-11-19 23:04:14 +00:00
..
bin
cmake feat: compile against Windows SDK headers under Windows (#5753) 2024-10-22 13:00:02 +00:00
include/lean fix: only consider salient bytes in sharecommon eq, hash (#5840) 2024-11-19 13:56:46 +00:00
Init feat: add BitVec.(msb, getMsbD)_(rotateLeft, rotateRight) (#6120) 2024-11-19 23:04:14 +00:00
initialize fix: explicitly initialize Std in lean_initialize (#4668) 2024-07-06 13:17:30 +00:00
kernel fix: instantiateMVars slowdown in the language server (#5805) 2024-10-25 09:35:41 +00:00
lake refactor: lake: avoid v! in builtin code (#6073) 2024-11-14 05:00:02 +00:00
Lean feat: have #print show precise fields of structures (#6096) 2024-11-19 21:54:45 +00:00
library chore: tag prerelease builds with -pre (#5943) 2024-11-06 14:47:52 +00:00
runtime fix: only consider salient bytes in sharecommon eq, hash (#5840) 2024-11-19 13:56:46 +00:00
shell chore: avoid rebuilding leanmanifest in each build (#5057) 2024-08-15 14:55:36 +00:00
Std chore: generalize List.get_mem (#6095) 2024-11-19 11:08:10 +00:00
util feat: add --short-version (-V) option to display short version (#5930) 2024-11-03 15:18:23 +00:00
cadical.mk feat: ship cadical (#4325) 2024-08-23 09:13:27 +00:00
CMakeLists.txt chore: tag prerelease builds with -pre (#5943) 2024-11-06 14:47:52 +00:00
config.h.in
githash.h.in
Init.lean feat: change Array.set to take a Nat and a tactic provided bound (#5988) 2024-11-11 07:53:24 +00:00
lakefile.toml.in feat: introduce Std (#4499) 2024-06-21 07:08:45 +00:00
lean-toolchain
Lean.lean chore: remove SplitIf.ext cache (#5571) 2024-10-17 09:36:00 +00:00
lean.mk.in fix: split libleanshared on Windows to avoid symbol limit 2024-08-12 14:14:42 +02:00
Leanc.lean feat: expose flags for the bundled C compiler (#4477) 2024-06-22 01:23:33 +00:00
Std.lean feat: add date and time functionality (#4904) 2024-11-14 14:04:19 +00:00
stdlib.make.in fix: rm new shared libs before build for Windows (#5541) 2024-10-02 04:06:03 +00:00
stdlib_flags.h chore: unset parseQuotWithCurrentStage in stage1’s src/stdlib_flags.h (#4537) 2024-06-23 09:44:14 +00:00
version.h.in chore: tag prerelease builds with -pre (#5943) 2024-11-06 14:47:52 +00:00