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