• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
      • 100-theorems
      • Arithmetic
      • Bit-vectors
        • Sparseint
        • Bitops
          • Bitops/merge
          • Bitops-compatibility
          • Bitops-books
          • Logbitp-reasoning
          • Bitops/signed-byte-p
          • Fast-part-select
          • Bitops/integer-length
          • Bitops/extra-defs
          • Install-bit
          • Trailing-0-count
          • Bitops/defaults
          • Logbitp-mismatch
          • Trailing-1-count
          • Bitops/rotate
          • Bitops/equal-by-logbitp
          • Bitops/ash-bounds
            • Self-bounds-for-ash
            • Self-bounds-for-logtail
            • Monotonicity-properties-of-ash
            • (= 0 (ash 1 x))
          • Bitops/fast-logrev
          • Limited-shifts
          • Bitops/part-select
          • Bitops/parity
          • Bitops/saturate
          • Bitops/part-install
          • Bitops/logbitp-bounds
          • Bitops/ihsext-basics
          • Bitops/fast-rotate
          • Bitops/fast-logext
          • Bitops/ihs-extensions
        • Bv
        • Ihs
        • Rtl
      • Algebra
    • Testing-utilities
  • Bitops

Bitops/ash-bounds

A book with some basic bounding and monotonicity lemmas for ash and logtail.

This is a fast-loading book that can be used separately from the rest of Bitops.

Subtopics

Self-bounds-for-ash
Lemmas for the bounds of (ash a b) versus a.
Self-bounds-for-logtail
Lemmas for the bounds of (logtail n a) versus a.
Monotonicity-properties-of-ash
Lemmas about (ash a b) versus (ash a c).
(= 0 (ash 1 x))