Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
gt
Def
i > j == j < i
Thm*
i,j:
. (i > j)
Prop
iff
Def
P
Q == (P
Q) & (P
Q)
Thm*
A,B:Prop. (A
B)
Prop
nat_plus
Def
== {i:
| 0 < i }
Thm*
Type
About:
Definitions
graph
1
2
Sections
Graphs
Doc