• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • C
      • Proof-checker-array
      • Soft
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Ethereum
      • Leftist-trees
      • 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
        • Riscv
        • Taspi
        • Bitcoin
        • Zcash
        • Des
        • X86isa
        • Sha-2
        • Yul
        • Proof-checker-itp13
        • Regex
        • ACL2-programming-language
        • Json
        • Jfkr
        • Equational
        • Cryptography
        • Axe
        • Poseidon
        • Where-do-i-place-my-book
        • Aleo
        • Bigmems
        • Builtins
        • Execloader
        • Solidity
        • Paco
        • Concurrent-programs
        • Bls12-377-curves
      • Debugging
      • Community
      • Std
      • Proof-automation
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • 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)