Skip to content
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: add BitVec.toInt_sub #27

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

feat: add BitVec.toInt_sub #27

wants to merge 9 commits into from

Commits on Oct 19, 2024

  1. feat: add BitVec.toInt_sub

    This requires us to expand the theory of `Int.bmod`, add `Int.natCast_sub`, as
    well as `Int.ofNat_sub_ofNat` and a couple of related theorems.
    tobiasgrosser committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    2f5ce55 View commit details
    Browse the repository at this point in the history
  2. shorten proof

    tobiasgrosser committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    731f040 View commit details
    Browse the repository at this point in the history
  3. clean proof further

    tobiasgrosser committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    1c37281 View commit details
    Browse the repository at this point in the history
  4. use implicit arguments

    tobiasgrosser committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ea02646 View commit details
    Browse the repository at this point in the history
  5. remove redundant proofs

    tobiasgrosser committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    93674cf View commit details
    Browse the repository at this point in the history
  6. remove redundant proofs

    tobiasgrosser committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ac94282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2233ac4 View commit details
    Browse the repository at this point in the history
  8. Update src/Init/Data/BitVec/Lemmas.lean

    Co-authored-by: Alex Keizer <[email protected]>
    tobiasgrosser and alexkeizer authored Oct 19, 2024
    Configuration menu
    Copy the full SHA
    a51004e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. add 'simp only'

    tobiasgrosser committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    95afc18 View commit details
    Browse the repository at this point in the history