lean2/library/logic/axioms/axioms.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

11 lines
No EOL
409 B
Markdown

logic.axioms
============
Axioms that extend the Calculus of Constructions.
* [funext](funext.lean) : function extensionality
* [classical](classical.lean) : the law of the excluded middle
* [hilbert](hilbert.lean) : choice functions
* [piext](piext.lean) : equality of Pi types
* [prop_decidable](prop_decidable.lean) : the decidable class is trivial with excluded middle
* [examples](examples/examples.md)