doc-src/TutorialI/Inductive/inductive.tex
author wenzelm
Fri, 10 Nov 2000 19:20:17 +0100
changeset 10452 abeefb0a79ae
parent 10371 4015fdd0bcf0
child 10468 87dda999deca
permissions -rw-r--r--
* added overloaded operations "inverse" and "divide" (infix "/");

\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/Star}
\input{Inductive/document/AB}

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

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