10 lines
364 B
Markdown
10 lines
364 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
|
||
|
* [prop_decidable](prop_decidable.lean) : the decidable class is trivial with excluded middle
|
||
|
* [examples](examples/examples.md)
|