Definitions
graph
1
1
Sections
Graphs
Doc
Some definitions of interest.
int_nzero
Def
== {i:
| i
0 }
Thm*
Type
nat
Def
== {i:
| 0
i }
Thm*
Type
sum
Def
sum(f(x) | x < k) == primrec(k;0;
x,n. n+f(x))
Thm*
n:
, f:(
n
). sum(f(x) | x < n)
About:
Definitions
graph
1
1
Sections
Graphs
Doc