
Satallax is an automated theorem prover for higher-order logic.
The particular form of higher-order logic supported by Satallax
is Church's simple type theory with extensionality and choice operators.
The SAT solver
MiniSat is responsible for much of the search for a proof.
Satallax generates propositional clauses corresponding to rules of a complete tableau calculus
and calls MiniSat periodically to test satisfiability of these clauses.
Satallax is implemented in
Steel Bank Common Lisp.
You can run Satallax online at the
System On TPTP website.
News
February, 2011: Satallax has been reimplemented in Objective Caml and released as Satallax 2.0.
July, 2010: Satallax 1.4 came in second in the higher-order THF division of
CASC-J5. (Click
here for results
and
here for detailed results.)
Satallax won the best new system award.
Downloads
The most recent version is below. All versions are available
here.
Satallax 2.2September 9, 2011
There is now an option for producing higher-order unsatisfiable cores.
The production of Coq proof scripts is more robust than in Satallax 2.1.
Brief Description
Satallax progressively generates higher-order formulas and corresponding
propositional clauses. These formulas and propositional clauses correspond to a
complete tableau calculus for higher-order logic with a choice operator.
Satallax uses the SAT solver
MiniSat as an engine to test the current set of propositional clauses
for unsatisfiability.
If the clauses are unsatisfiable, then the original set of higher-order formulas is unsatisfiable.
If there are no quantifiers at function types, the generation of higher-order formulas
and corresponding clauses may terminate. In such a case, if MiniSat reports the final
set of clauses as satisfiable, then the original set of higher-order formulas is satisfiable.
The theorem prover Satallax is spelled Satallax, as opposed to any of the following:
Satellax, Satillax, Satalax, Sattalax, Satelax, Sattilax,
and so on. This footnote is included to help search engines.