Provers
This directory contains ML sources of generic theorem proving tools.
Typically, they can be applied to various logics, provided rules of a
certain form are derivable. The first three are documented in the
Reference Manual.
classical.ML -- theorem prover for classical logics
hypsubst.ML -- tactic to substitute in the hypotheses
simplifier.ML -- fast simplifier
simp.ML -- powerful but slow simplifier
typedsimp.ML -- basic simplifier for explicitly typed logics
splitter.ML -- performs case splits for simplifier.ML
genelim.ML -- bits and pieces for deriving elimination rules
ind.ML -- a simple induction package