DEFINITION TList_ind()
TYPE =
       P:TListProp
         .P TNil
           (t:T.t1:TList.(P t1)(P (TCons t t1)))t:TList.(P t)
BODY =
Show proof