Definitions
graph
1
1
Sections
Graphs
Doc
Some definitions of interest.
absval
Def
|i| == if 0
i
i else -i fi
Thm*
x:
. |x|
band
Def
p
q == if p
q else false
fi
Thm*
p,q:
. (p
q)
gt
Def
i > j == j < i
Thm*
i,j:
. (i > j)
Prop
int_nzero
Def
== {i:
| i
0 }
Thm*
Type
lt_int
Def
i <
j == if i < j
true
; false
fi
Thm*
i,j:
. (i <
j)
not
Def
A == A
False
Thm*
A:Prop. (
A)
Prop
About:
Definitions
graph
1
1
Sections
Graphs
Doc