11 lines
No EOL
425 B
Markdown
11 lines
No EOL
425 B
Markdown
logic.axioms
|
|
============
|
|
|
|
Axioms that extend the Calculus of Constructions.
|
|
|
|
* [funext](funext.lean) : function extensionality
|
|
* [prop_complete](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
|
|
* [classical](classical.lean) : imports all of the above
|
|
* [examples](examples/examples.md) |