
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
Objective Caml.
You can run Satallax online at the
System On TPTP website.
More recent versions of Satallax are available at
Michael Färber's
Satallax page.
There is also a fork of Satallax called
Lash
that gives fast efficient implementations of vital structures and operations in C.
Downloads
The most recent version is below. All versions are available
here.
Satallax 3.3February 2018
Satallax 3.3 adds support for Mizar style soft typing.
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.