DEFINITION tslt_wf__q_ind()
TYPE =
       P:TListProp
         .n:nat
             .λP0:TListProp.λn0:nat.ts:TList.(eq nat (tslen ts) n0)(P0 ts)
               P
               n
           ts:TList.(P ts)
BODY =
Show proof