src/HOL/PreList.thy
author wenzelm
Wed, 13 Jul 2005 16:07:35 +0200
changeset 16813 67140ae50e77
parent 16760 5c5f051aaaaa
child 17042 da5cfaa258f7
permissions -rw-r--r--
removed ad-hoc atp_hook, cal_atp; removed depth_of; tuned;

(*  Title:      HOL/PreList.thy
    ID:         $Id$
    Author:     Tobias Nipkow and Markus Wenzel
    Copyright   2000 TU Muenchen
*)

header{*A Basis for Building the Theory of Lists*}

theory PreList
imports Wellfounded_Relations Presburger Relation_Power GCD
begin

text {*
  Is defined separately to serve as a basis for theory ToyList in the
  documentation. *}

lemmas wf_induct_rule = wf_induct [rule_format, case_names less, induct set: wf]
  -- {* belongs to theory @{text Wellfounded_Recursion} *}

end