src/Provers/induct_method.ML
changeset 14981 e73f8140af78
parent 14404 4952c5a92e04
child 15235 614a804d7116
equal deleted inserted replaced
14980:267cc670317a 14981:e73f8140af78
     1 (*  Title:      Provers/induct_method.ML
     1 (*  Title:      Provers/induct_method.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author:     Markus Wenzel, TU Muenchen
     3     Author:     Markus Wenzel, TU Muenchen
     4     License:    GPL (GNU GENERAL PUBLIC LICENSE)
       
     5 
     4 
     6 Proof by cases and induction on sets and types.
     5 Proof by cases and induction on sets and types.
     7 *)
     6 *)
     8 
     7 
     9 signature INDUCT_METHOD_DATA =
     8 signature INDUCT_METHOD_DATA =