DEFINITION True_ind()
TYPE =
       P:Prop.PTrueP
BODY =
        assume PProp
        suppose HP
        suppose H1True
          by cases on H1 we prove P
             case 
                the thesis becomes the hypothesis H
          we proved P
       we proved P:Prop.PTrueP