• 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
          • Primitive-functions
          • Translated-terms
            • Tterm-constant-list->value-list
            • Tterm-free-vars
            • Tterm-option
            • Tterm-constant-list
            • Tterm-case-constant-listp
            • Lift-term
              • Lift-term-list
            • Tterms
          • Values
          • Evaluation
          • Program-equivalence
          • Functions
          • Packages
          • Programs
          • Interpreter
          • Evaluation-states
        • Prime-fields
        • Json
        • 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
  • Translated-terms

Lift-term

Lift pseudo-terms to the meta level.

Signature
(lift-term term) → tterm
Arguments
term — Guard (pseudo-termp term).
Returns
tterm — Type (ttermp tterm).

Theorem: return-type-of-lift-term.tterm

(defthm return-type-of-lift-term.tterm
  (b* ((?tterm (lift-term term)))
    (ttermp tterm))
  :rule-classes :rewrite)

Theorem: return-type-of-lift-term-list.terms

(defthm return-type-of-lift-term-list.terms
  (b* ((?terms (lift-term-list terms)))
    (tterm-listp terms))
  :rule-classes :rewrite)

Subtopics

Lift-term-list