Definitions graph 1 1 Sections Graphs Doc

Some definitions of interest.
int_nzero Def == {i:| i 0 }
Thm* Type
nat Def == {i:| 0i }
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:
intnatural_numberaddsetlambda
functionuniversememberall
!abstraction

Definitions graph 1 1 Sections Graphs Doc