• 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

    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)