DEFINITION tslt()
TYPE =
TList
→
TList
→
Prop
BODY =
λ
ts1:
TList
.
λ
ts2:
TList
.
lt
(
tslen
ts1) (
tslen
ts2)