2014-08-01 17:37:55 +00:00
|
|
|
logic
|
|
|
|
=====
|
|
|
|
|
2014-12-15 21:13:04 +00:00
|
|
|
Logical constructions and theorems, beyond what has already been
|
2015-07-29 20:30:18 +00:00
|
|
|
declared in init.datatypes and init.logic.
|
2014-08-01 17:37:55 +00:00
|
|
|
|
2015-07-29 20:30:18 +00:00
|
|
|
The command `import logic` does not import any axioms by default.
|
2014-10-05 17:50:13 +00:00
|
|
|
|
2014-12-15 21:13:04 +00:00
|
|
|
* [connectives](connectives.lean) : the propositional connectives
|
2014-12-01 05:19:56 +00:00
|
|
|
* [eq](eq.lean) : additional theorems for equality and disequality
|
2014-10-05 17:50:13 +00:00
|
|
|
* [cast](cast.lean) : casts and heterogeneous equality
|
|
|
|
* [quantifiers](quantifiers.lean) : existential and universal quantifiers
|
|
|
|
* [identities](identities.lean) : some useful identities
|
2014-12-15 21:13:04 +00:00
|
|
|
* [default](default.lean)
|
2014-10-05 17:50:13 +00:00
|
|
|
|
2014-12-15 21:13:04 +00:00
|
|
|
Subfolders:
|
2014-10-05 17:50:13 +00:00
|
|
|
|
2016-02-23 00:41:22 +00:00
|
|
|
* [examples](examples/examples.md)
|