lean2/library/standard/logic/connectives/connectives.md
2014-08-01 21:22:53 -07:00

12 lines
416 B
Markdown

logic.connectives
=================
Logical operations and connectives.
* [prop](prop.lean) : the type Prop
* [function](function.lean) : notation for functions
* [basic](basic.lean) : propositional connectives
* [eq](eq.lean) : equality and disequality
* [cast](cast.lean) : casts and heterogeneous equality
* [quantifiers](quantifiers.lean) : existential and universal quantifiers
* [if](if.lean) : if-then-else