Definitions
graph
1
1
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
le
Def
A
B ==
B < A
Thm*
i,j:
. (i
j)
Prop
not
Def
A == A
False
Thm*
A:Prop. (
A)
Prop
About:
Definitions
graph
1
1
Sections
Graphs
Doc