Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add twoPow multiplication lemmas (#6742)
This PR adds the lemmas that show what happens when multiplying by `twoPow` to an arbitrary term, as well to another `twoPow`. This will be followed up by a PR that uses these to build a simproc to canonicalize `twoPow w i * x` and `x * twoPow w i`.
- Loading branch information