This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
be5d034b6e
lean2
/
library
/
standard
/
logic
/
axioms
/
axioms.md
Jeremy Avigad
77931f2af8
feat(library/standard): add markdown documentation
2014-08-01 21:22:53 -07:00
409 B
Raw
Blame
History
logic.axioms
Axioms that extend the Calculus of Constructions.
funext
: function extensionality
classical
: the law of the excluded middle
hilbert
: choice functions
piext
: equality of Pi types
prop_decidable
: the decidable class is trivial with excluded middle
examples