• Top
    • Documentation
    • Books
    • Recursion-and-induction
    • Boolean-reasoning
    • Debugging
    • Projects
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Testing-utilities
    • Math
      • Arithmetic
        • Lispfloat
        • Arithmetic-1
        • Number-theory
        • Proof-by-arith
        • Arith-equivs
          • Nat-equiv
          • Bit->bool
          • Bit-equiv
          • Int-equiv
            • Negp
            • Bool->bit
          • Number-theory
          • Arithmetic-3
          • Arithmetic-2
          • Arithmetic-light
          • Arithmetic-5
        • Bit-vectors
        • Algebra
    • Arith-equivs

    Int-equiv

    Equivalence under ifix, i.e., integer equivalence.

    Definitions and Theorems

    Theorem: int-equiv-implies-equal-zip-1

    (defthm int-equiv-implies-equal-zip-1
            (implies (int-equiv a a-equiv)
                     (equal (zip a) (zip a-equiv)))
            :rule-classes (:congruence))