• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Riscv
        • Specification
        • Executable
        • Specialized
          • Specialized-features
          • Rv64im
          • Rv32im
          • Specialized-states
            • States32i
              • Stat32i
              • Memory32i
              • Xregs32i
                • Xregs32ip
                  • Xregs32i-fix
                • Stat32i-iso
                • Stat-rv32i-p
                • Read32i-xreg-unsigned{2}
                • Read32i-xreg-unsigned{0}
                • Read32i-xreg-unsigned{1}
                • Stat32i-from-stat
                • Stat-from-stat32i
              • States64i
              • States64e
              • States32e
          • Optimized
        • Taspi
        • Bitcoin
        • Des
        • Ethereum
        • X86isa
        • Sha-2
        • Yul
        • Zcash
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Poseidon
        • Where-do-i-place-my-book
        • Axe
        • Aleo
        • Bigmems
        • Builtins
        • Execloader
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Std
      • Community
      • Proof-automation
      • ACL2
      • Macro-libraries
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Xregs32i

    Xregs32ip

    Recognizer for xregs32i.

    Signature
    (xregs32ip x) → *

    Definitions and Theorems

    Function: xregs32ip

    (defun xregs32ip (x)
      (declare (xargs :guard t))
      (and (ubyte32-listp x)
           (equal (len x) 31)))

    Theorem: booleanp-of-xregs32ip

    (defthm booleanp-of-xregs32ip
      (booleanp (xregs32ip x)))

    Theorem: ubyte32-listp-when-xregs32ip-rewrite

    (defthm ubyte32-listp-when-xregs32ip-rewrite
      (implies (xregs32ip x)
               (ubyte32-listp x)))

    Theorem: ubyte32-listp-when-xregs32ip-forward

    (defthm ubyte32-listp-when-xregs32ip-forward
      (implies (xregs32ip x)
               (ubyte32-listp x))
      :rule-classes :forward-chaining)

    Theorem: len-when-xregs32ip-tau

    (defthm len-when-xregs32ip-tau
      (implies (xregs32ip x)
               (equal (len x) 31))
      :rule-classes :tau-system)