Definitions
graph
1
1
Sections
Graphs
Doc
Some definitions of interest.
f91
Def
f91(i) == if 100 <
i
i-10 else f91(f91(i+11)) fi (recursive)
Thm*
i:
. f91(i)
nat
Def
== {i:
| 0
i }
Thm*
Type
le
Def
A
B ==
B < A
Thm*
i,j:
. (i
j)
Prop
lt_int
Def
i <
j == if i < j
true
; false
fi
Thm*
i,j:
. (i <
j)
About:
Definitions
graph
1
1
Sections
Graphs
Doc