• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
      • Kestrel-books
        • Crypto-hdwallet
        • Apt
        • Error-checking
        • Fty-extensions
        • Isar
        • Kestrel-utilities
        • Set
        • Soft
        • C
        • Bv
        • Imp-language
        • Event-macros
        • Java
        • Bitcoin
        • Ethereum
        • Yul
        • Zcash
        • ACL2-programming-language
        • Prime-fields
        • Json
          • Parser-output-to-values
          • Values
            • Value/valuelist/member/memberlist
              • Value
                • Value-case
                • Value-equiv
                • Valuep
                  • Value-string
                  • Value-object
                  • Value-number
                  • Value-array
                  • Value-kind
                  • Value-true
                  • Value-null
                  • Value-false
                  • Value-fix
                  • Value-count
                • Member
                • Value-list
                • Member-list
              • Value-option
              • Irr-value
              • Irr-member
            • Syntax
            • Patbind-pattern
            • Operations
          • Syntheto
          • File-io-light
          • Cryptography
          • Number-theory
          • Lists-light
          • Axe
          • Builtins
          • Solidity
          • Helpers
          • Htclient
          • Typed-lists-light
          • Arithmetic-light
        • X86isa
        • Axe
        • Execloader
      • Math
      • Testing-utilities
    • Value

    Valuep

    Recognizer for value structures.

    Signature
    (valuep x) → *

    Definitions and Theorems

    Theorem: consp-when-valuep

    (defthm consp-when-valuep
      (implies (valuep x) (consp x))
      :rule-classes :compound-recognizer)