lean2/library/logic/classes/classes.md
Leonardo de Moura dbaf81e16d refactor(library): remove unnecessary 'standard' subdirectory
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-23 18:08:09 -07:00

694 B

logic.classes

Useful classes for general logical manipulations.

Constructively, inhabited types have a witness, while nonempty types are "proof irrelevant". Classically (assuming the axiom in logic.axioms.hilbert) the two are equivalent. Type class inferences are set up to use "inhabited" however, so users should use that to declare that types have an element. Use "nonempty" in the hypothesis of a theorem when the theorem does not depend on the witness chosen.