Commit 2024-07-15 11:16 32fc2e7d
View on Github →chore: remove bit0/bit1 and associated lemmas (#14745)
This PR replaces bit0 x resp. bit1 x with:
2 * xresp.2 * x + 1if possible, or2 • xresp.2 • x + 1if possible, orx + xresp.x + x + 1as fallback. The versionsNum.bit0andNum.bit1(as well as thePosNumandZNumversions) are left alone. All lemmas that mentionbit0/bit1have been adapted. A follow-up PR can remove these lemmas. Deletions:- bit0
- bit1