DEFINITION nat_rec()
TYPE =
Π
P:
nat
→
Set
.(P
O
)
→
(
Π
n:
nat
.(P n)
→
(P (
S
n)))
→
Π
n:
nat
.(P n)
BODY =
Show proof