src/HOL/PreList.thy
author schirmer
Mon, 26 Jan 2004 10:34:02 +0100
changeset 14361 ad2f5da643b4
parent 14125 bf8edef6c1f1
child 14430 5cb24165a2e1
permissions -rw-r--r--
* Support for raw latex output in control symbols: \<^raw...> * Symbols may only start with one backslash: \<...>. \\<...> is no longer accepted by the scanner. - Adapted some Isar-theories to fit to this policy

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

(*Is defined separately to serve as a basis for theory ToyList in the
documentation.*)

theory PreList = Wellfounded_Relations + Presburger + Recdef + Relation_Power:

(*belongs to theory Wellfounded_Recursion*)
lemmas wf_induct_rule = wf_induct [rule_format, case_names less, induct set: wf]

end