• 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-conc-info-fix
                • Make-deftreeops-conc-info
                • Deftreeops-conc-info-equiv
                • Deftreeops-conc-info->get-tree-list-list-fn
                • Deftreeops-conc-info->check-conc-fn-equiv-thm
                • Deftreeops-conc-infop
                • Deftreeops-conc-info->rep-infos
                • Deftreeops-conc-info->matching-thm
                • Change-deftreeops-conc-info
                • Deftreeops-conc-info->conc
                • Deftreeops-conc-info->discriminant-term
              • Deftreeops-rep-info
              • Deftreeops-numrange-info
              • 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-conc-info

Fixtype of deftreeops information about a concatenation in the defining alternation of a rule name.

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

Fields
conc — concatenation
discriminant-term
A term.
check-conc-fn-equiv-thm — common-lisp::symbolp
get-tree-list-list-fn — common-lisp::symbolp
matching-thm — common-lisp::symbolp
rep-infos — deftreeops-rep-info-list

This information consists of:

  • The concatenation.
  • The discriminant term used in the <prefix>-<rulename>-conc-equivs theorem described in deftreeops. This is nil if the rule name is defined by an alternation of just one concatenation.
  • The name of the <prefix>-<rulename>-conc?-<i>-iff-match-conc theorem described in deftreeops. This is nil if the theorem is not generated.
  • The name of the <prefix>-<rulename>-conc<i> function described in deftreeops. This is nil if the function is not generated.
  • The name of the <prefix>-<rulename>-conc<i>-matching theorem described in deftreeops. This is nil if the theorem is not generated.
  • The information about the repetitions that form the concatenation.

Subtopics

Deftreeops-conc-info-fix
Fixing function for deftreeops-conc-info structures.
Make-deftreeops-conc-info
Basic constructor macro for deftreeops-conc-info structures.
Deftreeops-conc-info-equiv
Basic equivalence relation for deftreeops-conc-info structures.
Deftreeops-conc-info->get-tree-list-list-fn
Get the get-tree-list-list-fn field from a deftreeops-conc-info.
Deftreeops-conc-info->check-conc-fn-equiv-thm
Get the check-conc-fn-equiv-thm field from a deftreeops-conc-info.
Deftreeops-conc-infop
Recognizer for deftreeops-conc-info structures.
Deftreeops-conc-info->rep-infos
Get the rep-infos field from a deftreeops-conc-info.
Deftreeops-conc-info->matching-thm
Get the matching-thm field from a deftreeops-conc-info.
Change-deftreeops-conc-info
Modifying constructor for deftreeops-conc-info structures.
Deftreeops-conc-info->conc
Get the conc field from a deftreeops-conc-info.
Deftreeops-conc-info->discriminant-term
Get the discriminant-term field from a deftreeops-conc-info.