• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
      • Apt
      • Zfc
      • Acre
      • Milawa
      • Smtlink
      • Abnf
      • Vwsim
      • Isar
      • Wp-gen
      • Dimacs-reader
      • Pfcs
        • Proof-support
        • Abstract-syntax
        • R1cs-subset
        • Semantics
          • Semantics-deeply-embedded
            • Exec-proof-tree
            • Assertion-list->constr-list
            • Assertion-list->asg-list
            • Eval-expr
            • Eval-expr-list
            • Assertion
            • Assignment-wfp
            • Proof-outcome
              • Proof-outcome-fix
              • Proof-outcome-case
              • Proof-outcome-equiv
              • Proof-outcomep
              • Proof-outcome-assertion
              • Proof-outcome-kind
              • Proof-outcome-fail
              • Proof-outcome-error
            • Proof-list-outcome
            • Assertion-list-from
            • Definition-satp
            • Constraint-satp
            • Assignment
            • System-satp
            • Constraint-list-satp
            • Assertion-list
            • Assignment-list
            • Proof-trees
          • Lifting
          • Semantics-shallowly-embedded
        • Abstract-syntax-operations
        • Indexed-names
        • Well-formedness
        • Concrete-syntax
        • R1cs-bridge
        • Parser-interface
      • 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
  • Semantics-deeply-embedded

Proof-outcome

Fixtype of semantic proof outcomes.

This is a tagged union type, introduced by fty::deftagsum.

Member Tags → Types
:assertion → proof-outcome-assertion
:fail → proof-outcome-fail
:error → proof-outcome-error

These are the possible results of executing a proof tree:

  • The proof tree provides a valid proof of an assertion.
  • The proof fails to prove any assertion.
  • The proof causes an error during execution

See exec-proof-tree.

Subtopics

Proof-outcome-fix
Fixing function for proof-outcome structures.
Proof-outcome-case
Case macro for the different kinds of proof-outcome structures.
Proof-outcome-equiv
Basic equivalence relation for proof-outcome structures.
Proof-outcomep
Recognizer for proof-outcome structures.
Proof-outcome-assertion
Proof-outcome-kind
Get the kind (tag) of a proof-outcome structure.
Proof-outcome-fail
Proof-outcome-error