2014-08-01 17:37:55 +00:00
|
|
|
logic.axioms
|
|
|
|
============
|
|
|
|
|
|
|
|
Axioms that extend the Calculus of Constructions.
|
|
|
|
|
|
|
|
* [funext](funext.lean) : function extensionality
|
2015-02-01 15:58:58 +00:00
|
|
|
* [prop_complete](classical.lean) : the law of the excluded middle
|
2014-08-01 17:37:55 +00:00
|
|
|
* [hilbert](hilbert.lean) : choice functions
|
|
|
|
* [prop_decidable](prop_decidable.lean) : the decidable class is trivial with excluded middle
|
2015-02-01 15:58:58 +00:00
|
|
|
* [classical](classical.lean) : imports all of the above
|
2014-08-01 17:37:55 +00:00
|
|
|
* [examples](examples/examples.md)
|