12 lines
416 B
Markdown
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
|