d306c42a1f
Remark: the main motivation for piext was Lean 0.1 simplifier. We are using a different approach in Lean 0.2. The axiom is not needed anymore. It is also not used in any part of the standard library
10 lines
No EOL
364 B
Markdown
10 lines
No EOL
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) |