• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
        • Deftreeops
          • Deftreeops-implementation
            • Deftreeops-event-generation
            • Deftreeops-info
              • Deftreeops-rulename-info
              • Deftreeops-conc-info
              • Deftreeops-rep-info
              • Deftreeops-numrange-info
                • Deftreeops-numrange-info-fix
                • Deftreeops-numrange-info-equiv
                • Make-deftreeops-numrange-info
                • Deftreeops-numrange-info->get-nat-fn
                • Deftreeops-numrange-info->bounds-thm
                • Change-deftreeops-numrange-info
                • Deftreeops-numrange-infop
              • Deftreeops-charval-info
              • Deftreeops-rep-info-list
              • Deftreeops-conc-info-list
              • Deftreeops-charval-info-alist
              • Deftreeops-rulename-info-alist
              • Deftreeops-numrange-info-alist
            • Deftreeops-process-inputs-and-gen-everything
            • Deftreeops-fn
            • Deftreeops-table
            • Deftreeops-input-processing
            • Deftreeops-macro-definition
          • Deftreeops-show-event
          • Deftreeops-show-info
        • Defdefparse
        • Defgrammar
        • Tree-utilities
        • Notation
        • Grammar-parser
        • Meta-circular-validation
        • Parsing-primitives-defresult
        • Parsing-primitives-seq
        • Operations
        • Examples
        • Differences-with-paper
        • Constructor-utilities
        • Grammar-printer
        • Parsing-tools
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
      • Legacy-defrstobj
      • Proof-checker-array
      • Soft
      • C
      • Farray
      • Rp-rewriter
      • Instant-runoff-voting
      • Imp-language
      • Sidekick
      • Leftist-trees
      • Java
      • Taspi
      • Bitcoin
      • Riscv
      • Des
      • Ethereum
      • X86isa
      • Sha-2
      • Yul
      • Zcash
      • Proof-checker-itp13
      • Regex
      • ACL2-programming-language
      • Json
      • Jfkr
      • Equational
      • Cryptography
      • Poseidon
      • Where-do-i-place-my-book
      • Axe
      • Bigmems
      • Builtins
      • Execloader
      • Aleo
      • Solidity
      • Paco
      • Concurrent-programs
      • Bls12-377-curves
    • Debugging
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
    • Software-verification
    • Math
    • Testing-utilities
  • Deftreeops-info

Deftreeops-numrange-info

Fixtype of deftreeops information about numeric ranges.

This is a product type introduced by fty::defprod.

Fields
get-nat-fn — common-lisp::symbolp
bounds-thm — common-lisp::symbolp

This information consists of:

  • The name of the <prefix>-%<b><min>-<max>-nat function described in deftreeops.
  • The name of the <prefix>-%<b><min>-<max>-nat-bounds theorem described in deftreeops.

Subtopics

Deftreeops-numrange-info-fix
Fixing function for deftreeops-numrange-info structures.
Deftreeops-numrange-info-equiv
Basic equivalence relation for deftreeops-numrange-info structures.
Make-deftreeops-numrange-info
Basic constructor macro for deftreeops-numrange-info structures.
Deftreeops-numrange-info->get-nat-fn
Get the get-nat-fn field from a deftreeops-numrange-info.
Deftreeops-numrange-info->bounds-thm
Get the bounds-thm field from a deftreeops-numrange-info.
Change-deftreeops-numrange-info
Modifying constructor for deftreeops-numrange-info structures.
Deftreeops-numrange-infop
Recognizer for deftreeops-numrange-info structures.