Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
int_nzero
Def
== {i:
| i
0 }
Thm*
Type
nat
Def
== {i:
| 0
i }
Thm*
Type
prime
Def
prime(a) ==
a = 0 &
(a ~ 1) & (
b,c:
. (a | (b
c))
(a | b)
(a | c))
Thm*
a:
. prime(a)
Prop
not
Def
A == A
False
Thm*
A:Prop. (
A)
Prop
About:
Definitions
graph
1
2
Sections
Graphs
Doc