• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Community
    • 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
          • Atj
          • Aij
          • Language
            • Syntax
            • Semantics
              • Primitive-function-macros
              • Primitive-values
              • Floating-point-placeholders
              • Pointers
              • Floating-point-value-set-parameters
                • Floatx-paramp
                • Doublex-paramp
                • Floatx-param
                • Doublex-param
                • Values
                • Primitive-operations
                • Primitive-conversions
                • Reference-values
          • Bitcoin
          • Ethereum
          • Yul
          • Zcash
          • ACL2-programming-language
          • 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
    • Floating-point-value-set-parameters

    Doublex-param

    Parameter that describes the support of the double-extended-exponent value set.

    Definition: doublex-param

    (encapsulate (((doublex-param) => *))
      (local (value-triple :elided))
      (defrule doublex-paramp-of-doublex-param
        (doublex-paramp (doublex-param))))

    Definitions and Theorems

    Theorem: doublex-paramp-of-doublex-param

    (defthm doublex-paramp-of-doublex-param
      (doublex-paramp (doublex-param)))

    Theorem: posp-of-doublex-param-when-non-nil

    (defthm posp-of-doublex-param-when-non-nil
      (implies (doublex-param)
               (posp (doublex-param))))

    Theorem: doublex-param-lower-bound-when-non-nil

    (defthm doublex-param-lower-bound-when-non-nil
      (implies (doublex-param)
               (>= (doublex-param) 15))
      :rule-classes :linear)