-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: mul recurrence theorems for LeanSAT #4568
Conversation
The build was failing, but I was surprised as I was rebased on tip-of-tree, and my build succeeded locally, so I can't think of any immediate environment difference between local and remote. Turns out that I had an unused hypothesis which let me squeeze a proof a little bit. I would like to turn on warnings as errors locally so I don't accidentally open a PR that fails CI again. How do I do this? |
Co-authored-by: Kim Morrison <[email protected]>
Mathlib CI status (docs):
|
awaiting-review |
This implements the recurrence theorems
getLsb_mul
,mulRec_zero_eq
,mulRec_succ_eq
to allow bitblasting multiplication.