next up previous
Next: Descriptions Up: Proofs Previous: Proofs

SPASS Resolution Proofs

Here is the instantiation of the general proof schema for SPASS style resolution proofs.

user_reference ::= number
user_result ::= cnf_clause
user_rule_appl ::= GeR | SpL | SpR | EqF | Rew | Obv
user_parent ::= number
user_proof_type ::= SPASS_resolution

The association list as well as the key/value list is not used. Figure 3 shows an example for a DFG-problem together with a SPASS style resolution proof. The rule application identifiers name the SPASS inference/simplification/reduction rules general resolution (GeR), superposition left (SpL), superposition right (SpR), equality factoring (EqF), rewriting (Rew), obvious reduction (Obv) and clause reduction (ClR). Clauses are labelled with numbers and references inside of proof steps refer to these numbers.


  
Abbildung 3: A SPASS Style Resolution Proof
\begin{figure}\begin{center}
\tt
\fbox{\begin{tabular}{l}
begin\_problem(ProofDe...
...\
end\_of\_list.\\
\\
end\_problem.\\
\end{tabular}}\end{center}\end{figure}



Uwe Brahm
1999-09-15