src/HOL/PreList.thy
author chaieb
Wed, 06 Oct 2004 13:58:08 +0200
changeset 15231 96d5b6e2b6e4
parent 15140 322485b816ac
child 15298 a5bea99352d6
permissions -rw-r--r--
changed in order to insert Barith.thy

(*  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 Barith Recdef Relation_Power Parity
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