doc-src/ind-defs.toc
author oheimb
Wed, 12 Aug 1998 16:21:18 +0200
changeset 5304 c133f16febc7
parent 294 058343877e3a
permissions -rw-r--r--
the splitter is now defined as a functor moved addsplits, delsplits, Addsplits, Delsplits to Provers/splitter.ML moved split_thm_info to Provers/splitter.ML definined atomize via general mk_atomize removed superfluous rot_eq_tac from simplifier.ML HOL/simpdata.ML: renamed mk_meta_eq to meta_eq, re-renamed mk_meta_eq_simp to mk_meta_eq added Eps_eq to simpset

\contentsline {section}{\numberline {1}Introduction}{1}
\contentsline {section}{\numberline {2}Fixedpoint operators}{1}
\contentsline {section}{\numberline {3}Elements of an inductive or coinductive definition}{2}
\contentsline {subsection}{\numberline {3.1}The form of the introduction rules}{2}
\contentsline {subsection}{\numberline {3.2}The fixedpoint definitions}{3}
\contentsline {subsection}{\numberline {3.3}Mutual recursion}{3}
\contentsline {subsection}{\numberline {3.4}Proving the introduction rules}{4}
\contentsline {subsection}{\numberline {3.5}The elimination rule}{4}
\contentsline {section}{\numberline {4}Induction and coinduction rules}{4}
\contentsline {subsection}{\numberline {4.1}The basic induction rule}{4}
\contentsline {subsection}{\numberline {4.2}Mutual induction}{5}
\contentsline {subsection}{\numberline {4.3}Coinduction}{5}
\contentsline {section}{\numberline {5}Examples of inductive and coinductive definitions}{6}
\contentsline {subsection}{\numberline {5.1}The finite set operator}{6}
\contentsline {subsection}{\numberline {5.2}Lists of $n$ elements}{6}
\contentsline {subsection}{\numberline {5.3}A coinductive definition: bisimulations on lazy lists}{7}
\contentsline {subsection}{\numberline {5.4}The accessible part of a relation}{8}
\contentsline {subsection}{\numberline {5.5}The primitive recursive functions}{9}
\contentsline {section}{\numberline {6}Datatypes and codatatypes}{11}
\contentsline {subsection}{\numberline {6.1}Constructors and their domain}{11}
\contentsline {subsection}{\numberline {6.2}The case analysis operator}{11}
\contentsline {section}{\numberline {7}Conclusions and future work}{12}