• 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
                • Memory32ip
                  • Memory32i-fix
                • Xregs32i
                • 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
    • Memory32i

    Memory32ip

    Recognizer for memory32i.

    Signature
    (memory32ip x) → *

    Definitions and Theorems

    Function: memory32ip

    (defun memory32ip (x)
      (declare (xargs :guard t))
      (and (ubyte8-listp x)
           (equal (len x) 4294967296)))

    Theorem: booleanp-of-memory32ip

    (defthm booleanp-of-memory32ip
      (booleanp (memory32ip x)))

    Theorem: ubyte8-listp-when-memory32ip-rewrite

    (defthm ubyte8-listp-when-memory32ip-rewrite
      (implies (memory32ip x)
               (ubyte8-listp x)))

    Theorem: ubyte8-listp-when-memory32ip-forward

    (defthm ubyte8-listp-when-memory32ip-forward
      (implies (memory32ip x)
               (ubyte8-listp x))
      :rule-classes :forward-chaining)

    Theorem: len-when-memory32ip-tau

    (defthm len-when-memory32ip-tau
      (implies (memory32ip x)
               (equal (len x) 4294967296))
      :rule-classes :tau-system)