lean2/library/standard/logic/axioms/axioms.md

11 lines
409 B
Markdown
Raw Normal View History

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)