DEFINITION lt_trans()
TYPE =
∀
n:
nat
.
∀
m:
nat
.
∀
p:
nat
.(
lt
n m)
→
(
lt
m p)
→
(
lt
n p)
BODY =
Show proof