author | wenzelm |
Tue, 20 Oct 1998 16:18:18 +0200 | |
changeset 5680 | 4f526bcd3a68 |
parent 4654 | dbeae12ada20 |
child 5897 | b3548f939dd2 |
permissions | -rw-r--r-- |
4623 | 1 |
Provers: generic theorem proving tools |
0 | 2 |
|
3 |
This directory contains ML sources of generic theorem proving tools. |
|
4 |
Typically, they can be applied to various logics, provided rules of a |
|
3279 | 5 |
certain form are derivable. Some of these are documented in the |
195 | 6 |
Reference Manual. |
0 | 7 |
|
4623 | 8 |
blast.ML generic tableau prover with proof reconstruction |
4654 | 9 |
clasimp.ML combination of classical reasoner and simplifier |
4623 | 10 |
classical.ML theorem prover for classical logics |
11 |
genelim.ML bits and pieces for deriving elimination rules |
|
12 |
hypsubst.ML tactic to substitute in the hypotheses |
|
13 |
ind.ML a simple induction package |
|
14 |
quantifier1.ML simplification procedures for "1 point rules" |
|
15 |
simp.ML powerful but slow simplifier |
|
16 |
simplifier.ML fast simplifier |
|
5680
4f526bcd3a68
split_paired_all.ML: turn surjective pairing into split rule;
wenzelm
parents:
4654
diff
changeset
|
17 |
split_paired_all.ML turn surjective pairing into split rule |
4623 | 18 |
splitter.ML performs case splits for simplifier.ML |
19 |
typedsimp.ML basic simplifier for explicitly typed logics |
|
4289 | 20 |
|
21 |
directory Arith: |
|
4623 | 22 |
cancel_factor.ML cancel common constant factor |
23 |
cancel_sums.ML cancel common summands |
|
24 |
nat_transitive.ML simple package for inequalities over nat |