doc-src/TutorialI/Inductive/inductive.tex
author paulson
Thu, 11 Jan 2001 11:35:39 +0100
changeset 10864 f0b0a125ae4b
parent 10762 cd1a2bee5549
child 10865 18927bcf7aed
permissions -rw-r--r--
revisions corresponding to the new version of sets.tex

\chapter{Inductively Defined Sets}
\index{inductive definition|(}
\index{*inductive|(}

This chapter is dedicated to the most important definition principle after
recursive functions and datatypes: inductively defined sets.

We start with a simple example: the set of even numbers.
A slightly more complicated example, the
reflexive transitive closure, is the subject of {\S}\ref{sec:rtc}. In particular,
some standard induction heuristics are discussed. To demonstrate the
versatility of inductive definitions, {\S}\ref{sec:CFG} presents a case study
from the realm of context-free grammars. The chapter closes with a discussion
of advanced forms of inductive definitions.

\input{Inductive/Even}
\input{Inductive/document/Mutual}
\input{Inductive/document/Star}

\section{Advanced inductive definitions}
\input{Inductive/Advanced}

\input{Inductive/document/AB}

\index{inductive definition|)}
\index{*inductive|)}