src/HOL/PreList.thy
author wenzelm
Tue, 17 May 2005 18:51:16 +0200
changeset 15992 cb02d70a2040
parent 15298 a5bea99352d6
child 16760 5c5f051aaaaa
permissions -rw-r--r--
var_or_skolem: always print question mark for vars stemming from skolems;

(*  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 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