constructive mathematics, realizability, computability
propositions as types, proofs as programs, computational trinitarianism
natural deduction metalanguage, practical foundations
type theory (dependent, intensional, observational type theory, homotopy type theory)
computational trinitarianism =
propositions as types +programs as proofs +relation type theory/category theory
Metamath is a proof assistant for creating databases of formally verified proofs. The proof language is extremely parsimonious, using textual substitution as its only rule of inference (augmented by distinct variable constraints so that unfortunate variable captures can be prohibited).
One consequence of this philosophy is that the proof verifier itself treats definitions, syntax and axioms all as axioms. To avoid inadvertently introducing ambiguities or contradictions there is a separate tool called the definition checker, which implements a set of rules which are more complicated than the simple substitution rule of the verifier, and which is only applicable for proof databases similar to the set theory ones widely used.
Metamath proof verifiers can be very small and simple, so many have been implemented in a wide variety of computer languages. Perhaps the most interesting was created by Stephen O’Rear using a language that makes Turing machines optimised for few states. This was used to reduce the bound of the smallest Busy Beaver Number that ZFC cannot prove to exist. A side effect was a small Turing machine that halts iff the Riemann Hypothesis is False (and gives the smallest counterexample)
based on plain type theory/set theory:
based on dependent type theory/homotopy type theory:
based on cubical type theory:
1lab (cross-linked reference resource)
based on modal type theory:
based on simplicial type theory:
For monoidal category theory:
projects for formalization of mathematics with proof assistants:
Archive of Formal Proofs (using Isabelle)
ForMath project (using Coq)
UniMath project (using Coq and Agda)
Xena project (using Lean)
Other proof assistants
Historical projects that died out:
Metamath was originally designed by Norman Megill, but many people have contributed over the years.
There are several Metamath databases on the Metamath website. The most developed covers classical ZFC set theory, but there is a very nice NF set theory database and a couple of other less well developed ones.
See also
Last revised on April 2, 2024 at 19:32:55. See the history of this page for a list of all contributions to it.