• 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

    Floatx-param

    Parameter that describes the support of the float-extended-exponent value set [JLS14:4.2.3].

    Definition: floatx-param

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

    Definitions and Theorems

    Theorem: floatx-paramp-of-floatx-param

    (defthm floatx-paramp-of-floatx-param
      (floatx-paramp (floatx-param)))

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

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

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

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