Definitions
graph
1
1
Sections
Graphs
Doc
Some definitions of interest.
absval
Def
|i| == if 0
i
i else -i fi
Thm*
x:
. |x|
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
int_nzero
Def
== {i:
| i
0 }
Thm*
Type
About:
Definitions
graph
1
1
Sections
Graphs
Doc