lean2/library/standard/logic/axioms/axioms.md
2014-08-01 21:22:53 -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)