• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Std
    • Proof-automation
      • Gl
      • Witness-cp
        • Definstantiate
        • Defexample
        • Defwitness
        • Defquantexpr
        • Def-witness-ruleset
        • Witness
        • Defquant
        • Ccg
        • Install-not-normalized
        • Rewrite$
        • Fgl
        • Removable-runes
        • Efficiency
        • Rewrite-bounds
        • Bash
        • Def-dag-measure
        • Bdd
        • Remove-hyps
        • Contextual-rewriting
        • Simp
        • Rewrite$-hyps
        • Bash-term-to-dnf
        • Use-trivial-ancestors-check
        • Minimal-runes
        • Clause-processor-tools
        • Fn-is-body
        • Without-subsumption
        • Rewrite-equiv-hint
        • Def-bounds
        • Rewrite$-context
        • Try-gl-concls
        • Hint-utils
      • Macro-libraries
      • ACL2
      • Interfacing-tools
      • Hardware-verification
      • Software-verification
      • Math
      • Testing-utilities
    • Witness-cp

    Defquant

    Define a quantified function and corresponding witness-cp rules.

    Defquant introduces a quantified function using defun-sk and subsequently adds appropriate defwitness and definstantiate rules for that function. Note that no defexample rules are provided (we judge these too hard to get right automatically).

    Usage: Defquant takes the same arguments as defun-sk, plus the following additional keywords:

    • :define — default t, use nil to skip the defun-sk step (useful if it has already been done)
    • :wcp-witness-rulename and :instance-rulename — name the generated witness and instance rules. The defaults are name-witnessing and name-instancing.