DEFINITION F_ind()
TYPE =
       P:FProp.(P Appl)(P Cast)f:F.(P f)
BODY =
        assume PFProp
        suppose HAppl
        suppose H1Cast
        assume fF
          by cases on f we prove P f
             case Appl 
                the thesis becomes the hypothesis H
             case Cast 
                the thesis becomes the hypothesis H1
          we proved P f
       we proved P:FProp.(P Appl)(P Cast)f:F.(P f)