doc-src/ind-defs.tex
author nipkow
Mon, 11 Dec 1995 11:24:51 +0100
changeset 1402 b72ccd1cff02
parent 1197 ae58cd15e802
child 1421 1471e85624a7
permissions -rw-r--r--
layout
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1197
ae58cd15e802 trivial updates to header and bibliography
lcp
parents: 597
diff changeset
     1
\documentstyle[a4,proof209,iman,extra,12pt]{llncs}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
     2
\newif\ifCADE
497
990d2573efa6 revised for new theory system: removal of ext, addition of thy_name
lcp
parents: 455
diff changeset
     3
\CADEfalse
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
     4
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
     5
\title{A Fixedpoint Approach to Implementing\\ 
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
     6
  (Co)Inductive Definitions\thanks{J. Grundy and S. Thompson made detailed
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
     7
    comments; the referees were also helpful.  Research funded by
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
     8
    SERC grants GR/G53279, GR/H40570 and by the ESPRIT Project 6453
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
     9
    `Types'.}}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    10
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    11
\author{Lawrence C. Paulson\\{\tt lcp@cl.cam.ac.uk}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    12
\institute{Computer Laboratory, University of Cambridge, England}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    13
\date{\today} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    14
\setcounter{secnumdepth}{2} \setcounter{tocdepth}{2}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    15
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    16
\newcommand\sbs{\subseteq}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    17
\let\To=\Rightarrow
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    18
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    19
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    20
\newcommand\pow{{\cal P}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    21
%%%\let\pow=\wp
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    22
\newcommand\RepFun{\hbox{\tt RepFun}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    23
\newcommand\cons{\hbox{\tt cons}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    24
\def\succ{\hbox{\tt succ}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    25
\newcommand\split{\hbox{\tt split}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    26
\newcommand\fst{\hbox{\tt fst}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    27
\newcommand\snd{\hbox{\tt snd}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    28
\newcommand\converse{\hbox{\tt converse}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    29
\newcommand\domain{\hbox{\tt domain}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    30
\newcommand\range{\hbox{\tt range}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    31
\newcommand\field{\hbox{\tt field}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    32
\newcommand\lfp{\hbox{\tt lfp}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    33
\newcommand\gfp{\hbox{\tt gfp}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    34
\newcommand\id{\hbox{\tt id}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    35
\newcommand\trans{\hbox{\tt trans}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    36
\newcommand\wf{\hbox{\tt wf}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    37
\newcommand\nat{\hbox{\tt nat}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    38
\newcommand\rank{\hbox{\tt rank}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    39
\newcommand\univ{\hbox{\tt univ}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    40
\newcommand\Vrec{\hbox{\tt Vrec}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    41
\newcommand\Inl{\hbox{\tt Inl}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    42
\newcommand\Inr{\hbox{\tt Inr}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    43
\newcommand\case{\hbox{\tt case}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    44
\newcommand\lst{\hbox{\tt list}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    45
\newcommand\Nil{\hbox{\tt Nil}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    46
\newcommand\Cons{\hbox{\tt Cons}}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    47
\newcommand\lstcase{\hbox{\tt list\_case}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    48
\newcommand\lstrec{\hbox{\tt list\_rec}}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    49
\newcommand\length{\hbox{\tt length}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    50
\newcommand\listn{\hbox{\tt listn}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    51
\newcommand\acc{\hbox{\tt acc}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    52
\newcommand\primrec{\hbox{\tt primrec}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    53
\newcommand\SC{\hbox{\tt SC}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    54
\newcommand\CONST{\hbox{\tt CONST}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    55
\newcommand\PROJ{\hbox{\tt PROJ}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    56
\newcommand\COMP{\hbox{\tt COMP}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    57
\newcommand\PREC{\hbox{\tt PREC}}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    58
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    59
\newcommand\quniv{\hbox{\tt quniv}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    60
\newcommand\llist{\hbox{\tt llist}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    61
\newcommand\LNil{\hbox{\tt LNil}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    62
\newcommand\LCons{\hbox{\tt LCons}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    63
\newcommand\lconst{\hbox{\tt lconst}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    64
\newcommand\lleq{\hbox{\tt lleq}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    65
\newcommand\map{\hbox{\tt map}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    66
\newcommand\term{\hbox{\tt term}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    67
\newcommand\Apply{\hbox{\tt Apply}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    68
\newcommand\termcase{\hbox{\tt term\_case}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    69
\newcommand\rev{\hbox{\tt rev}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    70
\newcommand\reflect{\hbox{\tt reflect}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    71
\newcommand\tree{\hbox{\tt tree}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    72
\newcommand\forest{\hbox{\tt forest}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    73
\newcommand\Part{\hbox{\tt Part}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    74
\newcommand\TF{\hbox{\tt tree\_forest}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    75
\newcommand\Tcons{\hbox{\tt Tcons}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    76
\newcommand\Fcons{\hbox{\tt Fcons}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    77
\newcommand\Fnil{\hbox{\tt Fnil}}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    78
\newcommand\TFcase{\hbox{\tt TF\_case}}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    79
\newcommand\Fin{\hbox{\tt Fin}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    80
\newcommand\QInl{\hbox{\tt QInl}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    81
\newcommand\QInr{\hbox{\tt QInr}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    82
\newcommand\qsplit{\hbox{\tt qsplit}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    83
\newcommand\qcase{\hbox{\tt qcase}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    84
\newcommand\Con{\hbox{\tt Con}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    85
\newcommand\data{\hbox{\tt data}}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    86
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    87
\binperiod     %%%treat . like a binary operator
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    88
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    89
\begin{document}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
    90
\pagestyle{empty}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
    91
\begin{titlepage}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    92
\maketitle 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
    93
\begin{abstract}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    94
  This paper presents a fixedpoint approach to inductive definitions.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    95
  Instead of using a syntactic test such as `strictly positive,' the
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    96
  approach lets definitions involve any operators that have been proved
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    97
  monotone.  It is conceptually simple, which has allowed the easy
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    98
  implementation of mutual recursion and other conveniences.  It also
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
    99
  handles coinductive definitions: simply replace the least fixedpoint by a
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   100
  greatest fixedpoint.  This represents the first automated support for
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   101
  coinductive definitions.
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   102
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   103
  The method has been implemented in two of Isabelle's logics, ZF set theory
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   104
  and higher-order logic.  It should be applicable to any logic in which
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   105
  the Knaster-Tarski Theorem can be proved.  Examples include lists of $n$
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   106
  elements, the accessible part of a relation and the set of primitive
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   107
  recursive functions.  One example of a coinductive definition is
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   108
  bisimulations for lazy lists.  \ifCADE\else Recursive datatypes are
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   109
  examined in detail, as well as one example of a {\bf codatatype}: lazy
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   110
  lists.  The appendices are simple user's manuals for this Isabelle
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   111
  package.\fi
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   112
\end{abstract}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   113
%
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   114
\bigskip\centerline{Copyright \copyright{} \number\year{} by Lawrence C. Paulson}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   115
\thispagestyle{empty} 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   116
\end{titlepage}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   117
\tableofcontents\cleardoublepage\pagestyle{plain}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   118
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   119
\section{Introduction}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   120
Several theorem provers provide commands for formalizing recursive data
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   121
structures, like lists and trees.  Examples include Boyer and Moore's shell
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   122
principle~\cite{bm79} and Melham's recursive type package for the Cambridge HOL
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   123
system~\cite{melham89}.  Such data structures are called {\bf datatypes}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   124
below, by analogy with {\tt datatype} definitions in Standard~ML\@.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   125
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   126
A datatype is but one example of an {\bf inductive definition}.  This
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   127
specifies the least set closed under given rules~\cite{aczel77}.  The
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   128
collection of theorems in a logic is inductively defined.  A structural
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   129
operational semantics~\cite{hennessy90} is an inductive definition of a
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   130
reduction or evaluation relation on programs.  A few theorem provers
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   131
provide commands for formalizing inductive definitions; these include
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   132
Coq~\cite{paulin92} and again the HOL system~\cite{camilleri92}.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   133
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   134
The dual notion is that of a {\bf coinductive definition}.  This specifies
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   135
the greatest set closed under given rules.  Important examples include
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   136
using bisimulation relations to formalize equivalence of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   137
processes~\cite{milner89} or lazy functional programs~\cite{abramsky90}.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   138
Other examples include lazy lists and other infinite data structures; these
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   139
are called {\bf codatatypes} below.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   140
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   141
Not all inductive definitions are meaningful.  {\bf Monotone} inductive
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   142
definitions are a large, well-behaved class.  Monotonicity can be enforced
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   143
by syntactic conditions such as `strictly positive,' but this could lead to
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   144
monotone definitions being rejected on the grounds of their syntactic form.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   145
More flexible is to formalize monotonicity within the logic and allow users
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   146
to prove it.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   147
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   148
This paper describes a package based on a fixedpoint approach.  Least
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   149
fixedpoints yield inductive definitions; greatest fixedpoints yield
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   150
coinductive definitions.  The package has several advantages:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   151
\begin{itemize}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   152
\item It allows reference to any operators that have been proved monotone.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   153
  Thus it accepts all provably monotone inductive definitions, including
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   154
  iterated definitions.
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   155
\item It accepts a wide class of datatype definitions, including those with
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   156
  infinite branching.
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   157
\item It handles coinductive and codatatype definitions.  Most of
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   158
  the discussion below applies equally to inductive and coinductive
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   159
  definitions, and most of the code is shared.  To my knowledge, this is
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   160
  the only package supporting coinductive definitions.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   161
\item Definitions may be mutually recursive.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   162
\end{itemize}
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   163
The package has been implemented in Isabelle~\cite{isabelle-intro} using ZF
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   164
set theory \cite{paulson-set-I,paulson-set-II}; part of it has since been
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   165
ported to Isabelle's higher-order logic.  However, the fixedpoint approach is
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   166
independent of Isabelle.  The recursion equations are specified as
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   167
introduction rules for the mutually recursive sets.  The package transforms
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   168
these rules into a mapping over sets, and attempts to prove that the
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   169
mapping is monotonic and well-typed.  If successful, the package makes
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   170
fixedpoint definitions and proves the introduction, elimination and
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   171
(co)induction rules.  The package consists of several Standard ML
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   172
functors~\cite{paulson91}; it accepts its argument and returns its result
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   173
as ML structures.\footnote{This use of ML modules is not essential; the
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   174
  package could also be implemented as a function on records.}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   175
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   176
Most datatype packages equip the new datatype with some means of expressing
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   177
recursive functions.  This is the main omission from my package.  Its
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   178
fixedpoint operators define only recursive sets.  To define recursive
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   179
functions, the Isabelle/ZF theory provides well-founded recursion and other
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   180
logical tools~\cite{paulson-set-II}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   181
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   182
{\bf Outline.} Section~2 introduces the least and greatest fixedpoint
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   183
operators.  Section~3 discusses the form of introduction rules, mutual
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   184
recursion and other points common to inductive and coinductive definitions.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   185
Section~4 discusses induction and coinduction rules separately.  Section~5
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   186
presents several examples, including a coinductive definition.  Section~6
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   187
describes datatype definitions.  Section~7 presents related work.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   188
Section~8 draws brief conclusions.  \ifCADE\else The appendices are simple
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   189
user's manuals for this Isabelle package.\fi
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   190
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   191
Most of the definitions and theorems shown below have been generated by the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   192
package.  I have renamed some variables to improve readability.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   193
 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   194
\section{Fixedpoint operators}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   195
In set theory, the least and greatest fixedpoint operators are defined as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   196
follows:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   197
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   198
   \lfp(D,h)  & \equiv & \inter\{X\sbs D. h(X)\sbs X\} \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   199
   \gfp(D,h)  & \equiv & \union\{X\sbs D. X\sbs h(X)\}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   200
\end{eqnarray*}   
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   201
Let $D$ be a set.  Say that $h$ is {\bf bounded by}~$D$ if $h(D)\sbs D$, and
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   202
{\bf monotone below~$D$} if
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   203
$h(A)\sbs h(B)$ for all $A$ and $B$ such that $A\sbs B\sbs D$.  If $h$ is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   204
bounded by~$D$ and monotone then both operators yield fixedpoints:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   205
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   206
   \lfp(D,h)  & = & h(\lfp(D,h)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   207
   \gfp(D,h)  & = & h(\gfp(D,h)) 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   208
\end{eqnarray*}   
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   209
These equations are instances of the Knaster-Tarski Theorem, which states
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   210
that every monotonic function over a complete lattice has a
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   211
fixedpoint~\cite{davey&priestley}.  It is obvious from their definitions
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   212
that  $\lfp$ must be the least fixedpoint, and $\gfp$ the greatest.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   213
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   214
This fixedpoint theory is simple.  The Knaster-Tarski Theorem is easy to
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   215
prove.  Showing monotonicity of~$h$ is trivial, in typical cases.  We must
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   216
also exhibit a bounding set~$D$ for~$h$.  Frequently this is trivial, as
179
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   217
when a set of `theorems' is (co)inductively defined over some previously
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   218
existing set of `formulae.'  Isabelle/ZF provides a suitable bounding set
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   219
for finitely branching (co)datatype definitions; see~\S\ref{univ-sec}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   220
below.  Bounding sets are also called {\bf domains}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   221
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   222
The powerset operator is monotone, but by Cantor's Theorem there is no
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   223
set~$A$ such that $A=\pow(A)$.  We cannot put $A=\lfp(D,\pow)$ because
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   224
there is no suitable domain~$D$.  But \S\ref{acc-sec} demonstrates
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   225
that~$\pow$ is still useful in inductive definitions.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   226
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   227
\section{Elements of an inductive or coinductive definition}\label{basic-sec}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   228
Consider a (co)inductive definition of the sets $R_1$, \ldots,~$R_n$, in
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   229
mutual recursion.  They will be constructed from domains $D_1$,
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   230
\ldots,~$D_n$, respectively.  The construction yields not $R_i\sbs D_i$ but
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   231
$R_i\sbs D_1+\cdots+D_n$, where $R_i$ is contained in the image of~$D_i$
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   232
under an injection.  Reasons for this are discussed
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   233
elsewhere~\cite[\S4.5]{paulson-set-II}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   234
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   235
The definition may involve arbitrary parameters $\vec{p}=p_1$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   236
\ldots,~$p_k$.  Each recursive set then has the form $R_i(\vec{p})$.  The
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   237
parameters must be identical every time they occur within a definition.  This
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   238
would appear to be a serious restriction compared with other systems such as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   239
Coq~\cite{paulin92}.  For instance, we cannot define the lists of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   240
$n$ elements as the set $\listn(A,n)$ using rules where the parameter~$n$
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   241
varies.  Section~\ref{listn-sec} describes how to express this set using the
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   242
inductive definition package.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   243
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   244
To avoid clutter below, the recursive sets are shown as simply $R_i$
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   245
instead of $R_i(\vec{p})$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   246
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   247
\subsection{The form of the introduction rules}\label{intro-sec}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   248
The body of the definition consists of the desired introduction rules,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   249
specified as strings.  The conclusion of each rule must have the form $t\in
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   250
R_i$, where $t$ is any term.  Premises typically have the same form, but
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   251
they can have the more general form $t\in M(R_i)$ or express arbitrary
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   252
side-conditions.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   253
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   254
The premise $t\in M(R_i)$ is permitted if $M$ is a monotonic operator on
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   255
sets, satisfying the rule 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   256
\[ \infer{M(A)\sbs M(B)}{A\sbs B} \]
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   257
The user must supply the package with monotonicity rules for all such premises.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   258
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   259
The ability to introduce new monotone operators makes the approach
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   260
flexible.  A suitable choice of~$M$ and~$t$ can express a lot.  The
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   261
powerset operator $\pow$ is monotone, and the premise $t\in\pow(R)$
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   262
expresses $t\sbs R$; see \S\ref{acc-sec} for an example.  The `list of'
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   263
operator is monotone, as is easily proved by induction.  The premise
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   264
$t\in\lst(R)$ avoids having to encode the effect of~$\lst(R)$ using mutual
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   265
recursion; see \S\ref{primrec-sec} and also my earlier
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   266
paper~\cite[\S4.4]{paulson-set-II}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   267
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   268
Introduction rules may also contain {\bf side-conditions}.  These are
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   269
premises consisting of arbitrary formulae not mentioning the recursive
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   270
sets. Side-conditions typically involve type-checking.  One example is the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   271
premise $a\in A$ in the following rule from the definition of lists:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   272
\[ \infer{\Cons(a,l)\in\lst(A)}{a\in A & l\in\lst(A)} \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   273
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   274
\subsection{The fixedpoint definitions}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   275
The package translates the list of desired introduction rules into a fixedpoint
455
466dd59b3645 misc updates
lcp
parents: 355
diff changeset
   276
definition.  Consider, as a running example, the finite powerset operator
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   277
$\Fin(A)$: the set of all finite subsets of~$A$.  It can be
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   278
defined as the least set closed under the rules
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   279
\[  \emptyset\in\Fin(A)  \qquad 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   280
    \infer{\{a\}\un b\in\Fin(A)}{a\in A & b\in\Fin(A)} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   281
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   282
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   283
The domain in a (co)inductive definition must be some existing set closed
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   284
under the rules.  A suitable domain for $\Fin(A)$ is $\pow(A)$, the set of all
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   285
subsets of~$A$.  The package generates the definition
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   286
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   287
  \Fin(A) & \equiv &  \lfp(\pow(A), \;
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   288
  \begin{array}[t]{r@{\,}l}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   289
      \lambda X. \{z\in\pow(A). & z=\emptyset \disj{} \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   290
                  &(\exists a\,b. z=\{a\}\un b\conj a\in A\conj b\in X)\})
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   291
  \end{array}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   292
\end{eqnarray*} 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   293
The contribution of each rule to the definition of $\Fin(A)$ should be
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   294
obvious.  A coinductive definition is similar but uses $\gfp$ instead
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   295
of~$\lfp$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   296
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   297
The package must prove that the fixedpoint operator is applied to a
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   298
monotonic function.  If the introduction rules have the form described
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   299
above, and if the package is supplied a monotonicity theorem for every
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   300
$t\in M(R_i)$ premise, then this proof is trivial.\footnote{Due to the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   301
  presence of logical connectives in the fixedpoint's body, the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   302
  monotonicity proof requires some unusual rules.  These state that the
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   303
  connectives $\conj$, $\disj$ and $\exists$ preserve monotonicity with respect
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   304
  to the partial ordering on unary predicates given by $P\sqsubseteq Q$ if and
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   305
  only if $\forall x.P(x)\imp Q(x)$.}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   306
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   307
The package returns its result as an ML structure, which consists of named
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   308
components; we may regard it as a record.  The result structure contains
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   309
the definitions of the recursive sets as a theorem list called {\tt defs}.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   310
It also contains, as the theorem {\tt unfold}, a fixedpoint equation such
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   311
as
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   312
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   313
  \Fin(A) & = &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   314
  \begin{array}[t]{r@{\,}l}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   315
     \{z\in\pow(A). & z=\emptyset \disj{} \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   316
             &(\exists a\,b. z=\{a\}\un b\conj a\in A\conj b\in \Fin(A))\}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   317
  \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   318
\end{eqnarray*}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   319
It also contains, as the theorem {\tt dom\_subset}, an inclusion such as 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   320
$\Fin(A)\sbs\pow(A)$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   321
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   322
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   323
\subsection{Mutual recursion} \label{mutual-sec}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   324
In a mutually recursive definition, the domain of the fixedpoint construction
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   325
is the disjoint sum of the domain~$D_i$ of each~$R_i$, for $i=1$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   326
\ldots,~$n$.  The package uses the injections of the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   327
binary disjoint sum, typically $\Inl$ and~$\Inr$, to express injections
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   328
$h_{1n}$, \ldots, $h_{nn}$ for the $n$-ary disjoint sum $D_1+\cdots+D_n$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   329
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   330
As discussed elsewhere \cite[\S4.5]{paulson-set-II}, Isabelle/ZF defines the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   331
operator $\Part$ to support mutual recursion.  The set $\Part(A,h)$
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   332
contains those elements of~$A$ having the form~$h(z)$:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   333
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   334
   \Part(A,h)  & \equiv & \{x\in A. \exists z. x=h(z)\}.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   335
\end{eqnarray*}   
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   336
For mutually recursive sets $R_1$, \ldots,~$R_n$ with
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   337
$n>1$, the package makes $n+1$ definitions.  The first defines a set $R$ using
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   338
a fixedpoint operator. The remaining $n$ definitions have the form
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   339
\begin{eqnarray*}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   340
  R_i & \equiv & \Part(R,h_{in}), \qquad i=1,\ldots, n.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   341
\end{eqnarray*} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   342
It follows that $R=R_1\un\cdots\un R_n$, where the $R_i$ are pairwise disjoint.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   343
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   344
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   345
\subsection{Proving the introduction rules}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   346
The user supplies the package with the desired form of the introduction
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   347
rules.  Once it has derived the theorem {\tt unfold}, it attempts
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   348
to prove those rules.  From the user's point of view, this is the
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   349
trickiest stage; the proofs often fail.  The task is to show that the domain 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   350
$D_1+\cdots+D_n$ of the combined set $R_1\un\cdots\un R_n$ is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   351
closed under all the introduction rules.  This essentially involves replacing
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   352
each~$R_i$ by $D_1+\cdots+D_n$ in each of the introduction rules and
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   353
attempting to prove the result.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   354
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   355
Consider the $\Fin(A)$ example.  After substituting $\pow(A)$ for $\Fin(A)$
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   356
in the rules, the package must prove
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   357
\[  \emptyset\in\pow(A)  \qquad 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   358
    \infer{\{a\}\un b\in\pow(A)}{a\in A & b\in\pow(A)} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   359
\]
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   360
Such proofs can be regarded as type-checking the definition.\footnote{The
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   361
  Isabelle/HOL version does not require these proofs, as HOL has implicit
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   362
  type-checking.}  The user supplies the package with type-checking rules to
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   363
apply.  Usually these are general purpose rules from the ZF theory.  They
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   364
could however be rules specifically proved for a particular inductive
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   365
definition; sometimes this is the easiest way to get the definition
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   366
through!
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   367
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   368
The result structure contains the introduction rules as the theorem list {\tt
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   369
intrs}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   370
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   371
\subsection{The case analysis rule}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   372
The elimination rule, called {\tt elim}, performs case analysis.  There is one
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   373
case for each introduction rule.  The elimination rule
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   374
for $\Fin(A)$ is
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   375
\[ \infer{Q}{x\in\Fin(A) & \infer*{Q}{[x=\emptyset]}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   376
                 & \infer*{Q}{[x=\{a\}\un b & a\in A &b\in\Fin(A)]_{a,b}} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   377
\]
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   378
The subscripted variables $a$ and~$b$ above the third premise are
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   379
eigenvariables, subject to the usual `not free in \ldots' proviso.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   380
The rule states that if $x\in\Fin(A)$ then either $x=\emptyset$ or else
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   381
$x=\{a\}\un b$ for some $a\in A$ and $b\in\Fin(A)$; it is a simple consequence
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   382
of {\tt unfold}.
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   383
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   384
The package also returns a function for generating simplified instances of
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   385
the case analysis rule.  It works for datatypes and for inductive
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   386
definitions involving datatypes, such as an inductively defined relation
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   387
between lists.  It instantiates {\tt elim} with a user-supplied term then
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   388
simplifies the cases using freeness of the underlying datatype.  The
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   389
simplified rules perform `rule inversion' on the inductive definition.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   390
Section~\S\ref{mkcases} presents an example.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   391
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   392
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   393
\section{Induction and coinduction rules}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   394
Here we must consider inductive and coinductive definitions separately.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   395
For an inductive definition, the package returns an induction rule derived
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   396
directly from the properties of least fixedpoints, as well as a modified
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   397
rule for mutual recursion and inductively defined relations.  For a
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   398
coinductive definition, the package returns a basic coinduction rule.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   399
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   400
\subsection{The basic induction rule}\label{basic-ind-sec}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   401
The basic rule, called {\tt induct}, is appropriate in most situations.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   402
For inductive definitions, it is strong rule induction~\cite{camilleri92}; for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   403
datatype definitions (see below), it is just structural induction.  
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   404
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   405
The induction rule for an inductively defined set~$R$ has the following form.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   406
The major premise is $x\in R$.  There is a minor premise for each
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   407
introduction rule:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   408
\begin{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   409
\item If the introduction rule concludes $t\in R_i$, then the minor premise
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   410
is~$P(t)$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   411
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   412
\item The minor premise's eigenvariables are precisely the introduction
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   413
rule's free variables that are not parameters of~$R$.  For instance, the
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   414
eigenvariables in the $\Fin(A)$ rule below are $a$ and $b$, but not~$A$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   415
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   416
\item If the introduction rule has a premise $t\in R_i$, then the minor
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   417
premise discharges the assumption $t\in R_i$ and the induction
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   418
hypothesis~$P(t)$.  If the introduction rule has a premise $t\in M(R_i)$
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   419
then the minor premise discharges the single assumption
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   420
\[ t\in M(\{z\in R_i. P(z)\}). \] 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   421
Because $M$ is monotonic, this assumption implies $t\in M(R_i)$.  The
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   422
occurrence of $P$ gives the effect of an induction hypothesis, which may be
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   423
exploited by appealing to properties of~$M$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   424
\end{itemize}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   425
The induction rule for $\Fin(A)$ resembles the elimination rule shown above,
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   426
but includes an induction hypothesis:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   427
\[ \infer{P(x)}{x\in\Fin(A) & P(\emptyset)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   428
        & \infer*{P(\{a\}\un b)}{[a\in A & b\in\Fin(A) & P(b)]_{a,b}} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   429
\] 
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   430
Stronger induction rules often suggest themselves.  We can derive a rule
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   431
for $\Fin(A)$ whose third premise discharges the extra assumption $a\not\in
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   432
b$.  The Isabelle/ZF theory defines the {\bf rank} of a
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   433
set~\cite[\S3.4]{paulson-set-II}, which supports well-founded induction and
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   434
recursion over datatypes.  The package proves a rule for mutual induction
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   435
and inductive relations.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   436
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   437
\subsection{Mutual induction}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   438
The mutual induction rule is called {\tt
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   439
mutual\_induct}.  It differs from the basic rule in several respects:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   440
\begin{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   441
\item Instead of a single predicate~$P$, it uses $n$ predicates $P_1$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   442
\ldots,~$P_n$: one for each recursive set.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   443
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   444
\item There is no major premise such as $x\in R_i$.  Instead, the conclusion
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   445
refers to all the recursive sets:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   446
\[ (\forall z.z\in R_1\imp P_1(z))\conj\cdots\conj
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   447
   (\forall z.z\in R_n\imp P_n(z))
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   448
\]
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   449
Proving the premises establishes $P_i(z)$ for $z\in R_i$ and $i=1$,
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   450
\ldots,~$n$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   451
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   452
\item If the domain of some $R_i$ is the Cartesian product
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   453
  $A_1\times\cdots\times A_m$ (associated to the right), then the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   454
  corresponding predicate $P_i$ takes $m$ arguments and the corresponding
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   455
  conjunct of the conclusion is
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   456
\[ (\forall z_1\ldots z_m.\pair{z_1,\ldots,z_m}\in R_i\imp P_i(z_1,\ldots,z_m))
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   457
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   458
\end{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   459
The last point above simplifies reasoning about inductively defined
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   460
relations.  It eliminates the need to express properties of $z_1$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   461
\ldots,~$z_m$ as properties of the tuple $\pair{z_1,\ldots,z_m}$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   462
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   463
\subsection{Coinduction}\label{coind-sec}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   464
A coinductive definition yields a primitive coinduction rule, with no
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   465
refinements such as those for the induction rules.  (Experience may suggest
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   466
refinements later.)  Consider the codatatype of lazy lists as an example.  For
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   467
suitable definitions of $\LNil$ and $\LCons$, lazy lists may be defined as the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   468
greatest fixedpoint satisfying the rules
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   469
\[  \LNil\in\llist(A)  \qquad 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   470
    \infer[(-)]{\LCons(a,l)\in\llist(A)}{a\in A & l\in\llist(A)}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   471
\]
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   472
The $(-)$ tag stresses that this is a coinductive definition.  A suitable
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   473
domain for $\llist(A)$ is $\quniv(A)$, a set closed under variant forms of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   474
sum and product for representing infinite data structures
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   475
(see~\S\ref{univ-sec}).  Coinductive definitions use these variant sums and
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   476
products.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   477
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   478
The package derives an {\tt unfold} theorem similar to that for $\Fin(A)$. 
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   479
Then it proves the theorem {\tt coinduct}, which expresses that $\llist(A)$
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   480
is the greatest solution to this equation contained in $\quniv(A)$:
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   481
\[ \infer{x\in\llist(A)}{x\in X & X\sbs \quniv(A) &
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   482
    \infer*{z=\LNil\disj \bigl(\exists a\,l.\,
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   483
            z=\LCons(a,l) \conj a\in A \conj l\in X\un\llist(A) \bigr)}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   484
           {[z\in X]_z}}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   485
%     \begin{array}[t]{@{}l}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   486
%       z=\LCons(a,l) \conj a\in A \conj{}\\
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   487
%       l\in X\un\llist(A) \bigr)
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   488
%     \end{array}  }{[z\in X]_z}}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   489
\]
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   490
This rule complements the introduction rules; it provides a means of showing
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   491
$x\in\llist(A)$ when $x$ is infinite.  For instance, if $x=\LCons(0,x)$ then
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   492
applying the rule with $X=\{x\}$ proves $x\in\llist(\nat)$.  (Here $\nat$
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   493
is the set of natural numbers.)
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   494
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   495
Having $X\un\llist(A)$ instead of simply $X$ in the third premise above
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   496
represents a slight strengthening of the greatest fixedpoint property.  I
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   497
discuss several forms of coinduction rules elsewhere~\cite{paulson-coind}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   498
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   499
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   500
\section{Examples of inductive and coinductive definitions}\label{ind-eg-sec}
455
466dd59b3645 misc updates
lcp
parents: 355
diff changeset
   501
This section presents several examples: the finite powerset operator,
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   502
lists of $n$ elements, bisimulations on lazy lists, the well-founded part
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   503
of a relation, and the primitive recursive functions.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   504
455
466dd59b3645 misc updates
lcp
parents: 355
diff changeset
   505
\subsection{The finite powerset operator}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   506
This operator has been discussed extensively above.  Here is the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   507
corresponding invocation in an Isabelle theory file.  Note that
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   508
$\cons(a,b)$ abbreviates $\{a\}\un b$ in Isabelle/ZF.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   509
\begin{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   510
Finite = Arith + 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   511
consts      Fin :: "i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   512
inductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   513
  domains   "Fin(A)" <= "Pow(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   514
  intrs
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   515
    emptyI  "0 : Fin(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   516
    consI   "[| a: A;  b: Fin(A) |] ==> cons(a,b) : Fin(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   517
  type_intrs "[empty_subsetI, cons_subsetI, PowI]"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   518
  type_elims "[make_elim PowD]"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   519
end
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   520
\end{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   521
Theory {\tt Finite} extends the parent theory {\tt Arith} by declaring the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   522
unary function symbol~$\Fin$, which is defined inductively.  Its domain is
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   523
specified as $\pow(A)$, where $A$ is the parameter appearing in the
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   524
introduction rules.  For type-checking, we supply two introduction
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   525
rules:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   526
\[ \emptyset\sbs A              \qquad
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   527
   \infer{\{a\}\un B\sbs C}{a\in C & B\sbs C}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   528
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   529
A further introduction rule and an elimination rule express the two
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   530
directions of the equivalence $A\in\pow(B)\bimp A\sbs B$.  Type-checking
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   531
involves mostly introduction rules.  
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   532
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   533
Like all Isabelle theory files, this one yields a structure containing the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   534
new theory as an \ML{} value.  Structure {\tt Finite} also has a
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   535
substructure, called~{\tt Fin}.  After declaring \hbox{\tt open Finite;} we
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   536
can refer to the $\Fin(A)$ introduction rules as the list {\tt Fin.intrs}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   537
or individually as {\tt Fin.emptyI} and {\tt Fin.consI}.  The induction
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   538
rule is {\tt Fin.induct}.
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   539
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   540
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   541
\subsection{Lists of $n$ elements}\label{listn-sec}
179
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   542
This has become a standard example of an inductive definition.  Following
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   543
Paulin-Mohring~\cite{paulin92}, we could attempt to define a new datatype
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   544
$\listn(A,n)$, for lists of length~$n$, as an $n$-indexed family of sets.
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   545
But her introduction rules
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   546
\[ \hbox{\tt Niln}\in\listn(A,0)  \qquad
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   547
   \infer{\hbox{\tt Consn}(n,a,l)\in\listn(A,\succ(n))}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   548
         {n\in\nat & a\in A & l\in\listn(A,n)}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   549
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   550
are not acceptable to the inductive definition package:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   551
$\listn$ occurs with three different parameter lists in the definition.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   552
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   553
The Isabelle version of this example suggests a general treatment of
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   554
varying parameters.  Here, we use the existing datatype definition of
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   555
$\lst(A)$, with constructors $\Nil$ and~$\Cons$.  Then incorporate the
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   556
parameter~$n$ into the inductive set itself, defining $\listn(A)$ as a
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   557
relation.  It consists of pairs $\pair{n,l}$ such that $n\in\nat$
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   558
and~$l\in\lst(A)$ and $l$ has length~$n$.  In fact, $\listn(A)$ is the
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   559
converse of the length function on~$\lst(A)$.  The Isabelle/ZF introduction
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   560
rules are
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   561
\[ \pair{0,\Nil}\in\listn(A)  \qquad
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   562
   \infer{\pair{\succ(n),\Cons(a,l)}\in\listn(A)}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   563
         {a\in A & \pair{n,l}\in\listn(A)}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   564
\]
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   565
The Isabelle theory file takes, as parent, the theory~{\tt List} of lists.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   566
We declare the constant~$\listn$ and supply an inductive definition,
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   567
specifying the domain as $\nat\times\lst(A)$:
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   568
\begin{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   569
ListN = List +
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   570
consts  listn ::"i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   571
inductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   572
  domains   "listn(A)" <= "nat*list(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   573
  intrs
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   574
    NilI  "<0,Nil> : listn(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   575
    ConsI "[| a: A;  <n,l> : listn(A) |] ==> <succ(n), Cons(a,l)> : listn(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   576
  type_intrs "nat_typechecks @ list.intrs"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   577
end
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   578
\end{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   579
The type-checking rules include those for 0, $\succ$, $\Nil$ and $\Cons$.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   580
Because $\listn(A)$ is a set of pairs, type-checking requires the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   581
equivalence $\pair{a,b}\in A\times B \bimp a\in A \conj b\in B$; the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   582
package always includes the necessary rules.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   583
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   584
The package returns introduction, elimination and induction rules for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   585
$\listn$.  The basic induction rule, {\tt ListN.induct}, is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   586
\[ \infer{P(x)}{x\in\listn(A) & P(\pair{0,\Nil}) &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   587
             \infer*{P(\pair{\succ(n),\Cons(a,l)})}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   588
                {[a\in A & \pair{n,l}\in\listn(A) & P(\pair{n,l})]_{a,l,n}}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   589
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   590
This rule requires the induction formula to be a 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   591
unary property of pairs,~$P(\pair{n,l})$.  The alternative rule, {\tt
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   592
ListN.mutual\_induct}, uses a binary property instead:
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   593
\[ \infer{\forall n\,l. \pair{n,l}\in\listn(A) \imp P(n,l)}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   594
         {P(0,\Nil) &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   595
          \infer*{P(\succ(n),\Cons(a,l))}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   596
                {[a\in A & \pair{n,l}\in\listn(A) & P(n,l)]_{a,l,n}}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   597
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   598
It is now a simple matter to prove theorems about $\listn(A)$, such as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   599
\[ \forall l\in\lst(A). \pair{\length(l),\, l}\in\listn(A) \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   600
\[ \listn(A)``\{n\} = \{l\in\lst(A). \length(l)=n\} \]
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   601
This latter result --- here $r``X$ denotes the image of $X$ under $r$
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   602
--- asserts that the inductive definition agrees with the obvious notion of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   603
$n$-element list.  
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   604
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   605
Unlike in Coq, the definition does not declare a new datatype.  A `list of
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   606
$n$ elements' really is a list and is subject to list operators such
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   607
as append (concatenation).  For example, a trivial induction on
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   608
$\pair{m,l}\in\listn(A)$ yields
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   609
\[ \infer{\pair{m\mathbin{+} m,\, l@l'}\in\listn(A)}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   610
         {\pair{m,l}\in\listn(A) & \pair{m',l'}\in\listn(A)} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   611
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   612
where $+$ here denotes addition on the natural numbers and @ denotes append.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   613
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   614
\subsection{A demonstration of rule inversion}\label{mkcases}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   615
The elimination rule, {\tt ListN.elim}, is cumbersome:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   616
\[ \infer{Q}{x\in\listn(A) & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   617
          \infer*{Q}{[x = \pair{0,\Nil}]} &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   618
          \infer*{Q}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   619
             {\left[\begin{array}{l}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   620
               x = \pair{\succ(n),\Cons(a,l)} \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   621
               a\in A \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   622
               \pair{n,l}\in\listn(A)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   623
               \end{array} \right]_{a,l,n}}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   624
\]
179
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   625
The ML function {\tt ListN.mk\_cases} generates simplified instances of
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   626
this rule.  It works by freeness reasoning on the list constructors:
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   627
$\Cons(a,l)$ is injective in its two arguments and differs from~$\Nil$.  If
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   628
$x$ is $\pair{i,\Nil}$ or $\pair{i,\Cons(a,l)}$ then {\tt ListN.mk\_cases}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   629
deduces the corresponding form of~$i$;  this is called rule inversion.  For
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   630
example, 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   631
\begin{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   632
ListN.mk_cases List.con_defs "<i,Cons(a,l)> : listn(A)"
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   633
\end{ttbox}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   634
yields a rule with only two premises:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   635
\[ \infer{Q}{\pair{i, \Cons(a,l)}\in\listn(A) & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   636
          \infer*{Q}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   637
             {\left[\begin{array}{l}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   638
               i = \succ(n) \\ a\in A \\ \pair{n,l}\in\listn(A)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   639
               \end{array} \right]_{n}}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   640
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   641
The package also has built-in rules for freeness reasoning about $0$
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   642
and~$\succ$.  So if $x$ is $\pair{0,l}$ or $\pair{\succ(i),l}$, then {\tt
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   643
ListN.mk\_cases} can similarly deduce the corresponding form of~$l$. 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   644
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   645
The function {\tt mk\_cases} is also useful with datatype definitions.  The
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   646
instance from the definition of lists, namely {\tt List.mk\_cases}, can
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   647
prove the rule
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   648
\[ \infer{Q}{\Cons(a,l)\in\lst(A) & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   649
                 & \infer*{Q}{[a\in A &l\in\lst(A)]} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   650
\]
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   651
A typical use of {\tt mk\_cases} concerns inductive definitions of
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   652
evaluation relations.  Then rule inversion yields case analysis on possible
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   653
evaluations.  For example, the Isabelle/ZF theory includes a short proof
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   654
of the diamond property for parallel contraction on combinators.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   655
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   656
\subsection{A coinductive definition: bisimulations on lazy lists}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   657
This example anticipates the definition of the codatatype $\llist(A)$, which
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   658
consists of finite and infinite lists over~$A$.  Its constructors are $\LNil$
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   659
and
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   660
$\LCons$, satisfying the introduction rules shown in~\S\ref{coind-sec}.  
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   661
Because $\llist(A)$ is defined as a greatest fixedpoint and uses the variant
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   662
pairing and injection operators, it contains non-well-founded elements such as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   663
solutions to $\LCons(a,l)=l$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   664
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   665
The next step in the development of lazy lists is to define a coinduction
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   666
principle for proving equalities.  This is done by showing that the equality
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   667
relation on lazy lists is the greatest fixedpoint of some monotonic
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   668
operation.  The usual approach~\cite{pitts94} is to define some notion of 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   669
bisimulation for lazy lists, define equivalence to be the greatest
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   670
bisimulation, and finally to prove that two lazy lists are equivalent if and
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   671
only if they are equal.  The coinduction rule for equivalence then yields a
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   672
coinduction principle for equalities.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   673
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   674
A binary relation $R$ on lazy lists is a {\bf bisimulation} provided $R\sbs
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   675
R^+$, where $R^+$ is the relation
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   676
\[ \{\pair{\LNil,\LNil}\} \un 
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   677
   \{\pair{\LCons(a,l),\LCons(a,l')} . a\in A \conj \pair{l,l'}\in R\}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   678
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   679
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   680
A pair of lazy lists are {\bf equivalent} if they belong to some bisimulation. 
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   681
Equivalence can be coinductively defined as the greatest fixedpoint for the
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   682
introduction rules
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   683
\[  \pair{\LNil,\LNil} \in\lleq(A)  \qquad 
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   684
    \infer[(-)]{\pair{\LCons(a,l),\LCons(a,l')} \in\lleq(A)}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   685
          {a\in A & \pair{l,l'}\in \lleq(A)}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   686
\]
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   687
To make this coinductive definition, the theory file includes (after the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   688
declaration of $\llist(A)$) the following lines:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   689
\begin{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   690
consts    lleq :: "i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   691
coinductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   692
  domains "lleq(A)" <= "llist(A) * llist(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   693
  intrs
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   694
    LNil  "<LNil, LNil> : lleq(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   695
    LCons "[| a:A; <l,l'>: lleq(A) |] ==> <LCons(a,l), LCons(a,l')>: lleq(A)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   696
  type_intrs  "llist.intrs"
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   697
\end{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   698
Again, {\tt addconsts} declares a constant for $\lleq$ in the parent theory. 
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   699
The domain of $\lleq(A)$ is $\llist(A)\times\llist(A)$.  The type-checking
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   700
rules include the introduction rules for $\llist(A)$, whose 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   701
declaration is discussed below (\S\ref{lists-sec}).
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   702
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   703
The package returns the introduction rules and the elimination rule, as
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   704
usual.  But instead of induction rules, it returns a coinduction rule.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   705
The rule is too big to display in the usual notation; its conclusion is
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   706
$x\in\lleq(A)$ and its premises are $x\in X$, 
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   707
${X\sbs\llist(A)\times\llist(A)}$ and
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   708
\[ \infer*{z=\pair{\LNil,\LNil}\disj \bigl(\exists a\,l\,l'.\,
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   709
      z=\pair{\LCons(a,l),\LCons(a,l')} \conj 
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   710
      a\in A \conj\pair{l,l'}\in X\un\lleq(A) \bigr)
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   711
%     \begin{array}[t]{@{}l}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   712
%       z=\pair{\LCons(a,l),\LCons(a,l')} \conj a\in A \conj{}\\
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   713
%       \pair{l,l'}\in X\un\lleq(A) \bigr)
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   714
%     \end{array}  
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   715
    }{[z\in X]_z}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   716
\]
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   717
Thus if $x\in X$, where $X$ is a bisimulation contained in the
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   718
domain of $\lleq(A)$, then $x\in\lleq(A)$.  It is easy to show that
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   719
$\lleq(A)$ is reflexive: the equality relation is a bisimulation.  And
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   720
$\lleq(A)$ is symmetric: its converse is a bisimulation.  But showing that
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   721
$\lleq(A)$ coincides with the equality relation takes some work.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   722
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   723
\subsection{The accessible part of a relation}\label{acc-sec}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   724
Let $\prec$ be a binary relation on~$D$; in short, $(\prec)\sbs D\times D$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   725
The {\bf accessible} or {\bf well-founded} part of~$\prec$, written
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   726
$\acc(\prec)$, is essentially that subset of~$D$ for which $\prec$ admits
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   727
no infinite decreasing chains~\cite{aczel77}.  Formally, $\acc(\prec)$ is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   728
inductively defined to be the least set that contains $a$ if it contains
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   729
all $\prec$-predecessors of~$a$, for $a\in D$.  Thus we need an
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   730
introduction rule of the form 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   731
\[ \infer{a\in\acc(\prec)}{\forall y.y\prec a\imp y\in\acc(\prec)} \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   732
Paulin-Mohring treats this example in Coq~\cite{paulin92}, but it causes
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   733
difficulties for other systems.  Its premise is not acceptable to the
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   734
inductive definition package of the Cambridge HOL
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   735
system~\cite{camilleri92}.  It is also unacceptable to Isabelle package
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   736
(recall \S\ref{intro-sec}), but fortunately can be transformed into the
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
   737
acceptable form $t\in M(R)$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   738
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   739
The powerset operator is monotonic, and $t\in\pow(R)$ is equivalent to
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   740
$t\sbs R$.  This in turn is equivalent to $\forall y\in t. y\in R$.  To
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   741
express $\forall y.y\prec a\imp y\in\acc(\prec)$ we need only find a
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   742
term~$t$ such that $y\in t$ if and only if $y\prec a$.  A suitable $t$ is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   743
the inverse image of~$\{a\}$ under~$\prec$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   744
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   745
The theory file below follows this approach.  Here $r$ is~$\prec$ and
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   746
$\field(r)$ refers to~$D$, the domain of $\acc(r)$.  (The field of a
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   747
relation is the union of its domain and range.)  Finally $r^{-}``\{a\}$
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   748
denotes the inverse image of~$\{a\}$ under~$r$.  We supply the theorem {\tt
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   749
  Pow\_mono}, which asserts that $\pow$ is monotonic.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   750
\begin{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   751
Acc = WF + 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   752
consts    acc :: "i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   753
inductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   754
  domains "acc(r)" <= "field(r)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   755
  intrs
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   756
    vimage  "[| r-``\{a\}: Pow(acc(r)); a: field(r) |] ==> a: acc(r)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   757
  monos     "[Pow_mono]"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   758
end
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   759
\end{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   760
The Isabelle theory proceeds to prove facts about $\acc(\prec)$.  For
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   761
instance, $\prec$ is well-founded if and only if its field is contained in
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   762
$\acc(\prec)$.  
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   763
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   764
As mentioned in~\S\ref{basic-ind-sec}, a premise of the form $t\in M(R)$
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   765
gives rise to an unusual induction hypothesis.  Let us examine the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   766
induction rule, {\tt Acc.induct}:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   767
\[ \infer{P(x)}{x\in\acc(r) &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   768
     \infer*{P(a)}{[r^{-}``\{a\}\in\pow(\{z\in\acc(r).P(z)\}) & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   769
                   a\in\field(r)]_a}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   770
\]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   771
The strange induction hypothesis is equivalent to
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   772
$\forall y. \pair{y,a}\in r\imp y\in\acc(r)\conj P(y)$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   773
Therefore the rule expresses well-founded induction on the accessible part
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   774
of~$\prec$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   775
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   776
The use of inverse image is not essential.  The Isabelle package can accept
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   777
introduction rules with arbitrary premises of the form $\forall
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   778
\vec{y}.P(\vec{y})\imp f(\vec{y})\in R$.  The premise can be expressed
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   779
equivalently as 
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   780
\[ \{z\in D. P(\vec{y}) \conj z=f(\vec{y})\} \in \pow(R) \] 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   781
provided $f(\vec{y})\in D$ for all $\vec{y}$ such that~$P(\vec{y})$.  The
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   782
following section demonstrates another use of the premise $t\in M(R)$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   783
where $M=\lst$. 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   784
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   785
\subsection{The primitive recursive functions}\label{primrec-sec}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   786
The primitive recursive functions are traditionally defined inductively, as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   787
a subset of the functions over the natural numbers.  One difficulty is that
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   788
functions of all arities are taken together, but this is easily
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   789
circumvented by regarding them as functions on lists.  Another difficulty,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   790
the notion of composition, is less easily circumvented.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   791
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   792
Here is a more precise definition.  Letting $\vec{x}$ abbreviate
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   793
$x_0,\ldots,x_{n-1}$, we can write lists such as $[\vec{x}]$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   794
$[y+1,\vec{x}]$, etc.  A function is {\bf primitive recursive} if it
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   795
belongs to the least set of functions in $\lst(\nat)\to\nat$ containing
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   796
\begin{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   797
\item The {\bf successor} function $\SC$, such that $\SC[y,\vec{x}]=y+1$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   798
\item All {\bf constant} functions $\CONST(k)$, such that
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   799
  $\CONST(k)[\vec{x}]=k$. 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   800
\item All {\bf projection} functions $\PROJ(i)$, such that
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   801
  $\PROJ(i)[\vec{x}]=x_i$ if $0\leq i<n$. 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   802
\item All {\bf compositions} $\COMP(g,[f_0,\ldots,f_{m-1}])$, 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   803
where $g$ and $f_0$, \ldots, $f_{m-1}$ are primitive recursive,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   804
such that
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   805
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   806
  \COMP(g,[f_0,\ldots,f_{m-1}])[\vec{x}] & = & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   807
  g[f_0[\vec{x}],\ldots,f_{m-1}[\vec{x}]].
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   808
\end{eqnarray*} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   809
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   810
\item All {\bf recursions} $\PREC(f,g)$, where $f$ and $g$ are primitive
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   811
  recursive, such that
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   812
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   813
  \PREC(f,g)[0,\vec{x}] & = & f[\vec{x}] \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   814
  \PREC(f,g)[y+1,\vec{x}] & = & g[\PREC(f,g)[y,\vec{x}],\, y,\, \vec{x}].
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   815
\end{eqnarray*} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   816
\end{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   817
Composition is awkward because it combines not two functions, as is usual,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   818
but $m+1$ functions.  In her proof that Ackermann's function is not
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   819
primitive recursive, Nora Szasz was unable to formalize this definition
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   820
directly~\cite{szasz93}.  So she generalized primitive recursion to
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   821
tuple-valued functions.  This modified the inductive definition such that
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   822
each operation on primitive recursive functions combined just two functions.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   823
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   824
\begin{figure}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   825
\begin{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   826
Primrec = List +
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   827
consts
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   828
  primrec :: "i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   829
  SC      :: "i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   830
  \(\vdots\)
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   831
defs
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   832
  SC_def    "SC == lam l:list(nat).list_case(0, %x xs.succ(x), l)"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   833
  \(\vdots\)
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   834
inductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   835
  domains "primrec" <= "list(nat)->nat"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   836
  intrs
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   837
    SC       "SC : primrec"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   838
    CONST    "k: nat ==> CONST(k) : primrec"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   839
    PROJ     "i: nat ==> PROJ(i) : primrec"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   840
    COMP     "[| g: primrec; fs: list(primrec) |] ==> COMP(g,fs): primrec"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   841
    PREC     "[| f: primrec; g: primrec |] ==> PREC(f,g): primrec"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   842
  monos      "[list_mono]"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   843
  con_defs   "[SC_def,CONST_def,PROJ_def,COMP_def,PREC_def]"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   844
  type_intrs "nat_typechecks @ list.intrs @                     \ttback
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   845
\ttback             [lam_type, list_case_type, drop_type, map_type,   \ttback
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   846
\ttback             apply_type, rec_type]"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   847
end
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   848
\end{ttbox}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   849
\hrule
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   850
\caption{Inductive definition of the primitive recursive functions} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   851
\label{primrec-fig}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   852
\end{figure}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   853
\def\fs{{\it fs}} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   854
Szasz was using ALF, but Coq and HOL would also have problems accepting
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   855
this definition.  Isabelle's package accepts it easily since
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   856
$[f_0,\ldots,f_{m-1}]$ is a list of primitive recursive functions and
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   857
$\lst$ is monotonic.  There are five introduction rules, one for each of
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   858
the five forms of primitive recursive function.  Let us examine the one for
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   859
$\COMP$: 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   860
\[ \infer{\COMP(g,\fs)\in\primrec}{g\in\primrec & \fs\in\lst(\primrec)} \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   861
The induction rule for $\primrec$ has one case for each introduction rule.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   862
Due to the use of $\lst$ as a monotone operator, the composition case has
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   863
an unusual induction hypothesis:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   864
 \[ \infer*{P(\COMP(g,\fs))}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   865
          {[g\in\primrec & \fs\in\lst(\{z\in\primrec.P(z)\})]_{\fs,g}} \]
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   866
The hypothesis states that $\fs$ is a list of primitive recursive functions
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   867
satisfying the induction formula.  Proving the $\COMP$ case typically requires
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   868
structural induction on lists, yielding two subcases: either $\fs=\Nil$ or
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   869
else $\fs=\Cons(f,\fs')$, where $f\in\primrec$, $P(f)$, and $\fs'$ is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   870
another list of primitive recursive functions satisfying~$P$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   871
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   872
Figure~\ref{primrec-fig} presents the theory file.  Theory {\tt Primrec}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   873
defines the constants $\SC$, $\CONST$, etc.  These are not constructors of
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   874
a new datatype, but functions over lists of numbers.  Their definitions,
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   875
most of which are omitted, consist of routine list programming.  In
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   876
Isabelle/ZF, the primitive recursive functions are defined as a subset of
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   877
the function set $\lst(\nat)\to\nat$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   878
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   879
The Isabelle theory goes on to formalize Ackermann's function and prove
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   880
that it is not primitive recursive, using the induction rule {\tt
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   881
  Primrec.induct}.  The proof follows Szasz's excellent account.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   882
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   883
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   884
\section{Datatypes and codatatypes}\label{data-sec}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   885
A (co)datatype definition is a (co)inductive definition with automatically
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   886
defined constructors and a case analysis operator.  The package proves that
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   887
the case operator inverts the constructors and can prove freeness theorems
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   888
involving any pair of constructors.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   889
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   890
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   891
\subsection{Constructors and their domain}\label{univ-sec}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   892
Conceptually, our two forms of definition are distinct.  A (co)inductive
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   893
definition selects a subset of an existing set; a (co)datatype definition
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   894
creates a new set.  But the package reduces the latter to the former.  A
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   895
set having strong closure properties must serve as the domain of the
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   896
(co)inductive definition.  Constructing this set requires some theoretical
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   897
effort, which must be done anyway to show that (co)datatypes exist.  It is
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   898
not obvious that standard set theory is suitable for defining codatatypes.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   899
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   900
Isabelle/ZF defines the standard notion of Cartesian product $A\times B$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   901
containing ordered pairs $\pair{a,b}$.  Now the $m$-tuple
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   902
$\pair{x_1,\ldots,x_m}$ is the empty set~$\emptyset$ if $m=0$, simply
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   903
$x_1$ if $m=1$ and $\pair{x_1,\pair{x_2,\ldots,x_m}}$ if $m\geq2$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   904
Isabelle/ZF also defines the disjoint sum $A+B$, containing injections
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   905
$\Inl(a)\equiv\pair{0,a}$ and $\Inr(b)\equiv\pair{1,b}$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   906
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   907
A datatype constructor $\Con(x_1,\ldots,x_m)$ is defined to be
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   908
$h(\pair{x_1,\ldots,x_m})$, where $h$ is composed of $\Inl$ and~$\Inr$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   909
In a mutually recursive definition, all constructors for the set~$R_i$ have
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   910
the outer form~$h_{in}$, where $h_{in}$ is the injection described
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   911
in~\S\ref{mutual-sec}.  Further nested injections ensure that the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   912
constructors for~$R_i$ are pairwise distinct.  
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   913
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   914
Isabelle/ZF defines the set $\univ(A)$, which contains~$A$ and
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   915
furthermore contains $\pair{a,b}$, $\Inl(a)$ and $\Inr(b)$ for $a$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   916
$b\in\univ(A)$.  In a typical datatype definition with set parameters
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   917
$A_1$, \ldots, $A_k$, a suitable domain for all the recursive sets is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   918
$\univ(A_1\un\cdots\un A_k)$.  This solves the problem for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   919
datatypes~\cite[\S4.2]{paulson-set-II}.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   920
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   921
The standard pairs and injections can only yield well-founded
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   922
constructions.  This eases the (manual!) definition of recursive functions
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   923
over datatypes.  But they are unsuitable for codatatypes, which typically
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   924
contain non-well-founded objects.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   925
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   926
To support codatatypes, Isabelle/ZF defines a variant notion of ordered
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   927
pair, written~$\pair{a;b}$.  It also defines the corresponding variant
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   928
notion of Cartesian product $A\otimes B$, variant injections $\QInl(a)$
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   929
and~$\QInr(b)$ and variant disjoint sum $A\oplus B$.  Finally it defines
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   930
the set $\quniv(A)$, which contains~$A$ and furthermore contains
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   931
$\pair{a;b}$, $\QInl(a)$ and $\QInr(b)$ for $a$, $b\in\quniv(A)$.  In a
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   932
typical codatatype definition with set parameters $A_1$, \ldots, $A_k$, a
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   933
suitable domain is $\quniv(A_1\un\cdots\un A_k)$.  This approach using
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   934
standard ZF set theory~\cite{paulson-final} is an alternative to adopting
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   935
Aczel's Anti-Foundation Axiom~\cite{aczel88}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   936
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   937
\subsection{The case analysis operator}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   938
The (co)datatype package automatically defines a case analysis operator,
179
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   939
called {\tt$R$\_case}.  A mutually recursive definition still has only one
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   940
operator, whose name combines those of the recursive sets: it is called
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   941
{\tt$R_1$\_\ldots\_$R_n$\_case}.  The case operator is analogous to those
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
   942
for products and sums.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   943
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   944
Datatype definitions employ standard products and sums, whose operators are
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   945
$\split$ and $\case$ and satisfy the equations
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   946
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   947
  \split(f,\pair{x,y})  & = &  f(x,y) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   948
  \case(f,g,\Inl(x))    & = &  f(x)   \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   949
  \case(f,g,\Inr(y))    & = &  g(y)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   950
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   951
Suppose the datatype has $k$ constructors $\Con_1$, \ldots,~$\Con_k$.  Then
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   952
its case operator takes $k+1$ arguments and satisfies an equation for each
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   953
constructor:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   954
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   955
  R\hbox{\_case}(f_1,\ldots,f_k, {\tt Con}_i(\vec{x})) & = & f_i(\vec{x}),
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   956
    \qquad i = 1, \ldots, k
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   957
\end{eqnarray*}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   958
The case operator's definition takes advantage of Isabelle's representation
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   959
of syntax in the typed $\lambda$-calculus; it could readily be adapted to a
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   960
theorem prover for higher-order logic.  If $f$ and~$g$ have meta-type
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   961
$i\To i$ then so do $\split(f)$ and
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   962
$\case(f,g)$.  This works because $\split$ and $\case$ operate on their last
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   963
argument.  They are easily combined to make complex case analysis
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   964
operators.  Here are two examples:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   965
\begin{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   966
\item $\split(\lambda x.\split(f(x)))$ performs case analysis for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   967
$A\times (B\times C)$, as is easily verified:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   968
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   969
  \split(\lambda x.\split(f(x)), \pair{a,b,c}) 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   970
    & = & (\lambda x.\split(f(x))(a,\pair{b,c}) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   971
    & = & \split(f(a), \pair{b,c}) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   972
    & = & f(a,b,c)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   973
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   974
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   975
\item $\case(f,\case(g,h))$ performs case analysis for $A+(B+C)$; let us
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   976
verify one of the three equations:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   977
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   978
  \case(f,\case(g,h), \Inr(\Inl(b))) 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   979
    & = & \case(g,h,\Inl(b)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   980
    & = & g(b)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   981
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   982
\end{itemize}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
   983
Codatatype definitions are treated in precisely the same way.  They express
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   984
case operators using those for the variant products and sums, namely
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   985
$\qsplit$ and~$\qcase$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   986
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   987
\medskip
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   988
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   989
\ifCADE The package has processed all the datatypes discussed in
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   990
my earlier paper~\cite{paulson-set-II} and the codatatype of lazy lists.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   991
Space limitations preclude discussing these examples here, but they are
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   992
distributed with Isabelle.  \typeout{****Omitting datatype examples from
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
   993
  CADE version!} \else
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   994
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   995
To see how constructors and the case analysis operator are defined, let us
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   996
examine some examples.  These include lists and trees/forests, which I have
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   997
discussed extensively in another paper~\cite{paulson-set-II}.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
   998
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
   999
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1000
\subsection{Example: lists and lazy lists}\label{lists-sec}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1001
Here is a theory file that declares the datatype of lists:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1002
\begin{ttbox} 
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1003
List = Univ + 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1004
consts  list :: "i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1005
datatype "list(A)" = Nil | Cons ("a:A", "l: list(A)")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1006
end
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1007
\end{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1008
And here is the theory file that declares the codatatype of lazy lists:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1009
\begin{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1010
LList = QUniv + 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1011
consts  llist :: "i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1012
codatatype "llist(A)" = LNil | LCons ("a: A", "l: llist(A)")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1013
end
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1014
\end{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1015
They highlight the (many) similarities and (few) differences between
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1016
datatype and codatatype definitions.\footnote{The real theory files contain
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1017
  many more declarations, mainly of functions over lists; the declaration
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1018
  of lazy lists is followed by the coinductive definition of lazy list
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1019
  equality.} 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1020
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1021
Each form of list has two constructors, one for the empty list and one for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1022
adding an element to a list.  Each takes a parameter, defining the set of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1023
lists over a given set~$A$.  Each uses the appropriate domain from a
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1024
Isabelle/ZF theory:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1025
\begin{itemize}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1026
\item $\lst(A)$ requires the parent theory {\tt Univ}.  The package
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1027
  automatically uses the domain $\univ(A)$ (the default choice can be
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1028
  overridden). 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1029
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1030
\item $\llist(A)$ requires the parent theory {\tt QUniv}.  The package
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1031
  automatically uses the domain $\quniv(A)$.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1032
\end{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1033
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1034
Since $\lst(A)$ is a datatype, it enjoys a structural induction rule, {\tt
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1035
  List.induct}:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1036
\[ \infer{P(x)}{x\in\lst(A) & P(\Nil)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1037
        & \infer*{P(\Cons(a,l))}{[a\in A & l\in\lst(A) & P(l)]_{a,l}} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1038
\] 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1039
Induction and freeness yield the law $l\not=\Cons(a,l)$.  To strengthen this,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1040
Isabelle/ZF defines the rank of a set and proves that the standard pairs and
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1041
injections have greater rank than their components.  An immediate consequence,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1042
which justifies structural recursion on lists \cite[\S4.3]{paulson-set-II},
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1043
is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1044
\[ \rank(l) < \rank(\Cons(a,l)). \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1045
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1046
Since $\llist(A)$ is a codatatype, it has no induction rule.  Instead it has
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1047
the coinduction rule shown in \S\ref{coind-sec}.  Since variant pairs and
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1048
injections are monotonic and need not have greater rank than their
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1049
components, fixedpoint operators can create cyclic constructions.  For
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1050
example, the definition
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1051
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1052
  \lconst(a) & \equiv & \lfp(\univ(a), \lambda l. \LCons(a,l))
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1053
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1054
yields $\lconst(a) = \LCons(a,\lconst(a))$.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1055
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1056
\medskip
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1057
It may be instructive to examine the definitions of the constructors and
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1058
case operator for $\lst(A)$.  The definitions for $\llist(A)$ are similar.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1059
The list constructors are defined as follows:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1060
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1061
  \Nil       & = & \Inl(\emptyset) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1062
  \Cons(a,l) & = & \Inr(\pair{a,l})
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1063
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1064
The operator $\lstcase$ performs case analysis on these two alternatives:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1065
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1066
  \lstcase(c,h) & \equiv & \case(\lambda u.c, \split(h)) 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1067
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1068
Let us verify the two equations:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1069
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1070
    \lstcase(c, h, \Nil) & = & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1071
       \case(\lambda u.c, \split(h), \Inl(\emptyset)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1072
     & = & (\lambda u.c)(\emptyset) \\
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1073
     & = & c\\[1ex]
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1074
    \lstcase(c, h, \Cons(x,y)) & = & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1075
       \case(\lambda u.c, \split(h), \Inr(\pair{x,y})) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1076
     & = & \split(h, \pair{x,y}) \\
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1077
     & = & h(x,y)
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1078
\end{eqnarray*} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1079
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1080
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1081
\subsection{Example: mutual recursion}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1082
In mutually recursive trees and forests~\cite[\S4.5]{paulson-set-II}, trees
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1083
have the one constructor $\Tcons$, while forests have the two constructors
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1084
$\Fnil$ and~$\Fcons$:
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1085
\begin{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1086
TF = List +
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1087
consts  tree, forest, tree_forest    :: "i=>i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1088
datatype "tree(A)"   = Tcons ("a: A",  "f: forest(A)")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1089
and      "forest(A)" = Fnil  |  Fcons ("t: tree(A)",  "f: forest(A)")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1090
end
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1091
\end{ttbox}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1092
The three introduction rules define the mutual recursion.  The
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1093
distinguishing feature of this example is its two induction rules.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1094
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1095
The basic induction rule is called {\tt TF.induct}:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1096
\[ \infer{P(x)}{x\in\TF(A) & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1097
     \infer*{P(\Tcons(a,f))}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1098
        {\left[\begin{array}{l} a\in A \\ 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1099
                                f\in\forest(A) \\ P(f)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1100
               \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1101
         \right]_{a,f}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1102
     & P(\Fnil)
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1103
     & \infer*{P(\Fcons(t,f))}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1104
        {\left[\begin{array}{l} t\in\tree(A)   \\ P(t) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1105
                                f\in\forest(A) \\ P(f)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1106
                \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1107
         \right]_{t,f}} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1108
\] 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1109
This rule establishes a single predicate for $\TF(A)$, the union of the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1110
recursive sets.  
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1111
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1112
Although such reasoning is sometimes useful
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1113
\cite[\S4.5]{paulson-set-II}, a proper mutual induction rule should establish
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1114
separate predicates for $\tree(A)$ and $\forest(A)$.   The package calls this
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1115
rule {\tt TF.mutual\_induct}.  Observe the usage of $P$ and $Q$ in the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1116
induction hypotheses:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1117
\[ \infer{(\forall z. z\in\tree(A)\imp P(z)) \conj
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1118
          (\forall z. z\in\forest(A)\imp Q(z))}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1119
     {\infer*{P(\Tcons(a,f))}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1120
        {\left[\begin{array}{l} a\in A \\ 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1121
                                f\in\forest(A) \\ Q(f)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1122
               \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1123
         \right]_{a,f}}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1124
     & Q(\Fnil)
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1125
     & \infer*{Q(\Fcons(t,f))}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1126
        {\left[\begin{array}{l} t\in\tree(A)   \\ P(t) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1127
                                f\in\forest(A) \\ Q(f)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1128
                \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1129
         \right]_{t,f}} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1130
\] 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1131
As mentioned above, the package does not define a structural recursion
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1132
operator.  I have described elsewhere how this is done
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1133
\cite[\S4.5]{paulson-set-II}.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1134
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1135
Both forest constructors have the form $\Inr(\cdots)$,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1136
while the tree constructor has the form $\Inl(\cdots)$.  This pattern would
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1137
hold regardless of how many tree or forest constructors there were.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1138
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1139
  \Tcons(a,l)  & = & \Inl(\pair{a,l}) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1140
  \Fnil        & = & \Inr(\Inl(\emptyset)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1141
  \Fcons(a,l)  & = & \Inr(\Inr(\pair{a,l}))
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1142
\end{eqnarray*} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1143
There is only one case operator; it works on the union of the trees and
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1144
forests:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1145
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1146
  {\tt tree\_forest\_case}(f,c,g) & \equiv & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1147
    \case(\split(f),\, \case(\lambda u.c, \split(g)))
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1148
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1149
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1150
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1151
\subsection{A four-constructor datatype}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1152
Finally let us consider a fairly general datatype.  It has four
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1153
constructors $\Con_0$, \ldots, $\Con_3$, with the corresponding arities.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1154
\begin{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1155
Data = Univ +
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1156
consts    data :: "[i,i] => i"
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1157
datatype  "data(A,B)" = Con0
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1158
                      | Con1 ("a: A")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1159
                      | Con2 ("a: A", "b: B")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1160
                      | Con3 ("a: A", "b: B", "d: data(A,B)")
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1161
end
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1162
\end{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1163
Because this datatype has two set parameters, $A$ and~$B$, the package
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1164
automatically supplies $\univ(A\un B)$ as its domain.  The structural
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1165
induction rule has four minor premises, one per constructor:
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1166
\[ \infer{P(x)}{x\in\data(A,B) & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1167
    P(\Con_0) &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1168
    \infer*{P(\Con_1(a))}{[a\in A]_a} &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1169
    \infer*{P(\Con_2(a,b))}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1170
      {\left[\begin{array}{l} a\in A \\ b\in B \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1171
       \right]_{a,b}} &
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1172
    \infer*{P(\Con_3(a,b,d))}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1173
      {\left[\begin{array}{l} a\in A \\ b\in B \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1174
                              d\in\data(A,B) \\ P(d)
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1175
              \end{array}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1176
       \right]_{a,b,d}} }
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1177
\] 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1178
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1179
The constructor definitions are
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1180
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1181
  \Con_0         & = & \Inl(\Inl(\emptyset)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1182
  \Con_1(a)      & = & \Inl(\Inr(a)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1183
  \Con_2(a,b)    & = & \Inr(\Inl(\pair{a,b})) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1184
  \Con_3(a,b,c)  & = & \Inr(\Inr(\pair{a,b,c})).
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1185
\end{eqnarray*} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1186
The case operator is
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1187
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1188
  {\tt data\_case}(f_0,f_1,f_2,f_3) & \equiv & 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1189
    \case(\begin{array}[t]{@{}l}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1190
          \case(\lambda u.f_0,\; f_1),\, \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1191
          \case(\split(f_2),\; \split(\lambda v.\split(f_3(v)))) )
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1192
   \end{array} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1193
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1194
This may look cryptic, but the case equations are trivial to verify.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1195
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1196
In the constructor definitions, the injections are balanced.  A more naive
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1197
approach is to define $\Con_3(a,b,c)$ as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1198
$\Inr(\Inr(\Inr(\pair{a,b,c})))$; instead, each constructor has two
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1199
injections.  The difference here is small.  But the ZF examples include a
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1200
60-element enumeration type, where each constructor has 5 or~6 injections.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1201
The naive approach would require 1 to~59 injections; the definitions would be
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1202
quadratic in size.  It is like the difference between the binary and unary
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1203
numeral systems. 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1204
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1205
The result structure contains the case operator and constructor definitions as
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1206
the theorem list \verb|con_defs|. It contains the case equations, such as 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1207
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1208
  {\tt data\_case}(f_0,f_1,f_2,f_3,\Con_3(a,b,c)) & = & f_3(a,b,c),
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1209
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1210
as the theorem list \verb|case_eqns|.  There is one equation per constructor.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1211
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1212
\subsection{Proving freeness theorems}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1213
There are two kinds of freeness theorems:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1214
\begin{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1215
\item {\bf injectiveness} theorems, such as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1216
\[ \Con_2(a,b) = \Con_2(a',b') \bimp a=a' \conj b=b' \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1217
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1218
\item {\bf distinctness} theorems, such as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1219
\[ \Con_1(a) \not= \Con_2(a',b')  \]
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1220
\end{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1221
Since the number of such theorems is quadratic in the number of constructors,
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1222
the package does not attempt to prove them all.  Instead it returns tools for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1223
proving desired theorems --- either explicitly or `on the fly' during
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1224
simplification or classical reasoning.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1225
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1226
The theorem list \verb|free_iffs| enables the simplifier to perform freeness
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1227
reasoning.  This works by incremental unfolding of constructors that appear in
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1228
equations.  The theorem list contains logical equivalences such as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1229
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1230
  \Con_0=c      & \bimp &  c=\Inl(\Inl(\emptyset))     \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1231
  \Con_1(a)=c   & \bimp &  c=\Inl(\Inr(a))             \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1232
                & \vdots &                             \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1233
  \Inl(a)=\Inl(b)   & \bimp &  a=b                     \\
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1234
  \Inl(a)=\Inr(b)   & \bimp &  {\tt False}             \\
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1235
  \pair{a,b} = \pair{a',b'} & \bimp & a=a' \conj b=b'
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1236
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1237
For example, these rewrite $\Con_1(a)=\Con_1(b)$ to $a=b$ in four steps.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1238
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1239
The theorem list \verb|free_SEs| enables the classical
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1240
reasoner to perform similar replacements.  It consists of elimination rules
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1241
to replace $\Con_0=c$ by $c=\Inl(\Inl(\emptyset))$ and so forth, in the
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1242
assumptions.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1243
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1244
Such incremental unfolding combines freeness reasoning with other proof
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1245
steps.  It has the unfortunate side-effect of unfolding definitions of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1246
constructors in contexts such as $\exists x.\Con_1(a)=x$, where they should
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1247
be left alone.  Calling the Isabelle tactic {\tt fold\_tac con\_defs}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1248
restores the defined constants.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1249
\fi  %CADE
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1250
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1251
\section{Related work}\label{related}
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1252
The use of least fixedpoints to express inductive definitions seems
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1253
obvious.  Why, then, has this technique so seldom been implemented?
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1254
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1255
Most automated logics can only express inductive definitions by asserting
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1256
new axioms.  Little would be left of Boyer and Moore's logic~\cite{bm79} if
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1257
their shell principle were removed.  With ALF the situation is more
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1258
complex; earlier versions of Martin-L\"of's type theory could (using
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1259
wellordering types) express datatype definitions, but the version
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1260
underlying ALF requires new rules for each definition~\cite{dybjer91}.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1261
With Coq the situation is subtler still; its underlying Calculus of
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1262
Constructions can express inductive definitions~\cite{huet88}, but cannot
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1263
quite handle datatype definitions~\cite{paulin92}.  It seems that
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1264
researchers tried hard to circumvent these problems before finally
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1265
extending the Calculus with rule schemes for strictly positive operators.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1266
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1267
Higher-order logic can express inductive definitions through quantification
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1268
over unary predicates.  The following formula expresses that~$i$ belongs to the
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1269
least set containing~0 and closed under~$\succ$:
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1270
\[ \forall P. P(0)\conj (\forall x.P(x)\imp P(\succ(x))) \imp P(i) \] 
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1271
This technique can be used to prove the Knaster-Tarski Theorem, but it is
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1272
little used in the Cambridge HOL system.  Melham~\cite{melham89} clearly
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1273
describes the development.  The natural numbers are defined as shown above,
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1274
but lists are defined as functions over the natural numbers.  Unlabelled
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1275
trees are defined using G\"odel numbering; a labelled tree consists of an
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1276
unlabelled tree paired with a list of labels.  Melham's datatype package
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1277
expresses the user's datatypes in terms of labelled trees.  It has been
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1278
highly successful, but a fixedpoint approach might have yielded greater
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1279
functionality with less effort.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1280
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1281
Melham's inductive definition package~\cite{camilleri92} uses
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1282
quantification over predicates, which is implicitly a fixedpoint approach.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1283
Instead of formalizing the notion of monotone function, it requires
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1284
definitions to consist of finitary rules, a syntactic form that excludes
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1285
many monotone inductive definitions.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1286
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1287
The earliest use of least fixedpoints is probably Robin Milner's datatype
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1288
package for Edinburgh LCF~\cite{milner-ind}.  Brian Monahan extended this
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1289
package considerably~\cite{monahan84}, as did I in unpublished
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1290
work.\footnote{The datatype package described in my LCF
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1291
  book~\cite{paulson87} does {\it not\/} make definitions, but merely
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1292
  asserts axioms.}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1293
LCF is a first-order logic of domain theory; the relevant fixedpoint
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1294
theorem is not Knaster-Tarski but concerns fixedpoints of continuous
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1295
functions over domains.  LCF is too weak to express recursive predicates.
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1296
Thus it would appear that the Isabelle package is the first to be based
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1297
on the Knaster-Tarski Theorem.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1298
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1299
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1300
\section{Conclusions and future work}
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1301
Higher-order logic and set theory are both powerful enough to express
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1302
inductive definitions.  A growing number of theorem provers implement one
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1303
of these~\cite{IMPS,saaltink-fme}.  The easiest sort of inductive
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1304
definition package to write is one that asserts new axioms, not one that
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1305
makes definitions and proves theorems about them.  But asserting axioms
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1306
could introduce unsoundness.
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1307
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1308
The fixedpoint approach makes it fairly easy to implement a package for
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1309
(co)inductive definitions that does not assert axioms.  It is efficient: it
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1310
processes most definitions in seconds and even a 60-constructor datatype
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1311
requires only two minutes.  It is also simple: the package consists of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1312
under 1100 lines (35K bytes) of Standard ML code.  The first working
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1313
version took under a week to code.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1314
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1315
In set theory, care is required to ensure that the inductive definition
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1316
yields a set (rather than a proper class).  This problem is inherent to set
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1317
theory, whether or not the Knaster-Tarski Theorem is employed.  We must
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1318
exhibit a bounding set (called a domain above).  For inductive definitions,
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1319
this is often trivial.  For datatype definitions, I have had to formalize
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1320
much set theory.  To justify infinitely branching datatype definitions, I
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1321
have had to develop a theory of cardinal arithmetic, such as the theorem
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1322
that if $\kappa$ is an infinite cardinal and $|X(\alpha)| \le \kappa$ for
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1323
all $\alpha<\kappa$ then $|\union\sb{\alpha<\kappa} X(\alpha)| \le \kappa$.
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1324
The need for such efforts is not a drawback of the fixedpoint
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1325
approach, for the alternative is to take such definitions on faith.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1326
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1327
The approach is not restricted to set theory.  It should be suitable for
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1328
any logic that has some notion of set and the Knaster-Tarski Theorem.  I
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1329
have ported the (co)inductive definition package from Isabelle/ZF to
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1330
Isabelle/HOL (higher-order logic).  I hope to port the (co)datatype package
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1331
later.  HOL represents sets by unary predicates; defining the corresponding
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1332
types may cause complications.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1333
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1334
355
77150178beb2 post-CRC corrections
lcp
parents: 181
diff changeset
  1335
\bibliographystyle{springer}
1197
ae58cd15e802 trivial updates to header and bibliography
lcp
parents: 597
diff changeset
  1336
\bibliography{string-abbrv,atp,theory,funprog,isabelle,crossref}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1337
%%%%%\doendnotes
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1338
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1339
\ifCADE\typeout{****Omitting appendices from CADE version!}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1340
\else
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1341
\newpage
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1342
\appendix
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1343
\section{Inductive and coinductive definitions: users guide}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1344
A theory file may contain any number of inductive and coinductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1345
definitions.  They may be intermixed with other declarations; in
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1346
particular, the (co)inductive sets {\bf must} be declared separately as
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1347
constants, and may have mixfix syntax or be subject to syntax translations.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1348
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1349
Each (co)inductive definition adds definitions to the theory and also
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1350
proves some theorems.  Each definition creates an ML structure, which is a
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1351
substructure of the main theory structure.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1352
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1353
\subsection{The result structure}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1354
Many of the result structure's components have been discussed
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1355
in~\S\ref{basic-sec}; others are self-explanatory.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1356
\begin{description}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1357
\item[\tt thy] is the new theory containing the recursive sets.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1358
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1359
\item[\tt defs] is the list of definitions of the recursive sets.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1360
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1361
\item[\tt bnd\_mono] is a monotonicity theorem for the fixedpoint operator.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1362
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1363
\item[\tt unfold] is a fixedpoint equation for the recursive set (the union of
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1364
the recursive sets, in the case of mutual recursion).
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1365
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1366
\item[\tt dom\_subset] is a theorem stating inclusion in the domain.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1367
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1368
\item[\tt intrs] is the list of introduction rules, now proved as theorems, for
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1369
the recursive sets.  The rules are also available individually, using the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1370
names given them in the theory file. 
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1371
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1372
\item[\tt elim] is the elimination rule.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1373
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1374
\item[\tt mk\_cases] is a function to create simplified instances of {\tt
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1375
elim}, using freeness reasoning on some underlying datatype.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1376
\end{description}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1377
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1378
For an inductive definition, the result structure contains two induction rules,
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1379
{\tt induct} and \verb|mutual_induct|.  For a coinductive definition, it
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1380
contains the rule \verb|coinduct|.
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1381
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1382
Figure~\ref{def-result-fig} summarizes the two result signatures,
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1383
specifying the types of all these components.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1384
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1385
\begin{figure}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1386
\begin{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1387
sig
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1388
val thy          : theory
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1389
val defs         : thm list
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1390
val bnd_mono     : thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1391
val unfold       : thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1392
val dom_subset   : thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1393
val intrs        : thm list
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1394
val elim         : thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1395
val mk_cases     : thm list -> string -> thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1396
{\it(Inductive definitions only)} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1397
val induct       : thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1398
val mutual_induct: thm
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1399
{\it(Coinductive definitions only)}
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1400
val coinduct    : thm
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1401
end
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1402
\end{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1403
\hrule
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1404
\caption{The result of a (co)inductive definition} \label{def-result-fig}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1405
\end{figure}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1406
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1407
\subsection{The syntax of a (co)inductive definition}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1408
An inductive definition has the form
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1409
\begin{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1410
inductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1411
  domains    {\it domain declarations}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1412
  intrs      {\it introduction rules}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1413
  monos      {\it monotonicity theorems}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1414
  con_defs   {\it constructor definitions}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1415
  type_intrs {\it introduction rules for type-checking}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1416
  type_elims {\it elimination rules for type-checking}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1417
\end{ttbox}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1418
A coinductive definition is identical save that it starts with the keyword
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1419
{\tt coinductive}.  
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1420
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1421
The {\tt monos}, {\tt con\_defs}, {\tt type\_intrs} and {\tt type\_elims}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1422
sections are optional.  If present, each is specified as a string, which
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1423
must be a valid ML expression of type {\tt thm list}.  It is simply
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1424
inserted into the {\tt .thy.ML} file; if it is ill-formed, it will trigger
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1425
ML error messages.  You can then inspect the file on your directory.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1426
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1427
\begin{description}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1428
\item[\it domain declarations] consist of one or more items of the form
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1429
  {\it string\/}~{\tt <=}~{\it string}, associating each recursive set with
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1430
  its domain.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1431
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1432
\item[\it introduction rules] specify one or more introduction rules in
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1433
  the form {\it ident\/}~{\it string}, where the identifier gives the name of
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1434
  the rule in the result structure.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1435
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1436
\item[\it monotonicity theorems] are required for each operator applied to
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1437
  a recursive set in the introduction rules.  There {\bf must} be a theorem
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1438
  of the form $A\sbs B\Imp M(A)\sbs M(B)$, for each premise $t\in M(R_i)$
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1439
  in an introduction rule!
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1440
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1441
\item[\it constructor definitions] contain definitions of constants
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1442
  appearing in the introduction rules.  The (co)datatype package supplies
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1443
  the constructors' definitions here.  Most (co)inductive definitions omit
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1444
  this section; one exception is the primitive recursive functions example
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1445
  (\S\ref{primrec-sec}).
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1446
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1447
\item[\it type\_intrs] consists of introduction rules for type-checking the
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1448
  definition, as discussed in~\S\ref{basic-sec}.  They are applied using
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1449
  depth-first search; you can trace the proof by setting
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1450
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1451
  \verb|trace_DEPTH_FIRST := true|.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1452
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1453
\item[\it type\_elims] consists of elimination rules for type-checking the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1454
  definition.  They are presumed to be `safe' and are applied as much as
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1455
  possible, prior to the {\tt type\_intrs} search.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1456
\end{description}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1457
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1458
The package has a few notable restrictions:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1459
\begin{itemize}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1460
\item The theory must separately declare the recursive sets as
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1461
  constants.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1462
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1463
\item The names of the recursive sets must be identifiers, not infix
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1464
operators.  
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1465
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1466
\item Side-conditions must not be conjunctions.  However, an introduction rule
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1467
may contain any number of side-conditions.
597
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1468
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1469
\item Side-conditions of the form $x=t$, where the variable~$x$ does not
ebf373c17ee2 Updated for existence of HOL version and infinitely
lcp
parents: 584
diff changeset
  1470
  occur in~$t$, will be substituted through the rule \verb|mutual_induct|.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1471
\end{itemize}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1472
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1473
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1474
\section{Datatype and codatatype definitions: users guide}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1475
This section explains how to include (co)datatype declarations in a theory
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1476
file.  
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1477
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1478
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1479
\subsection{The result structure}
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1480
The result structure extends that of (co)inductive definitions
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1481
(Figure~\ref{def-result-fig}) with several additional items:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1482
\begin{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1483
val con_defs  : thm list
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1484
val case_eqns : thm list
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1485
val free_iffs : thm list
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1486
val free_SEs  : thm list
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1487
val mk_free   : string -> thm
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1488
\end{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1489
Most of these have been discussed in~\S\ref{data-sec}.  Here is a summary:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1490
\begin{description}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1491
\item[\tt con\_defs] is a list of definitions: the case operator followed by
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1492
the constructors.  This theorem list can be supplied to \verb|mk_cases|, for
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1493
example.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1494
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1495
\item[\tt case\_eqns] is a list of equations, stating that the case operator
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1496
inverts each constructor.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1497
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1498
\item[\tt free\_iffs] is a list of logical equivalences to perform freeness
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1499
reasoning by rewriting.  A typical application has the form
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1500
\begin{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1501
by (asm_simp_tac (ZF_ss addsimps free_iffs) 1);
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1502
\end{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1503
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1504
\item[\tt free\_SEs] is a list of `safe' elimination rules to perform freeness
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1505
reasoning.  It can be supplied to \verb|eresolve_tac| or to the classical
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1506
reasoner:
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1507
\begin{ttbox} 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1508
by (fast_tac (ZF_cs addSEs free_SEs) 1);
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1509
\end{ttbox}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1510
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1511
\item[\tt mk\_free] is a function to prove freeness properties, specified as
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1512
strings.  The theorems can be expressed in various forms, such as logical
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1513
equivalences or elimination rules.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1514
\end{description}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1515
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1516
The result structure also inherits everything from the underlying
130
c035b6b9eafc Many edits suggested by Grundy & Thompson
lcp
parents: 103
diff changeset
  1517
(co)inductive definition, such as the introduction rules, elimination rule,
179
ceb948cefb93 minor corrections
lcp
parents: 130
diff changeset
  1518
and (co)induction rule.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1519
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1520
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1521
\subsection{The syntax of a (co)datatype definition}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1522
A datatype definition has the form
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1523
\begin{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1524
datatype <={\it domain}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1525
 {\it datatype declaration} and {\it datatype declaration} and \ldots
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1526
  monos      {\it monotonicity theorems}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1527
  type_intrs {\it introduction rules for type-checking}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1528
  type_elims {\it elimination rules for type-checking}
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1529
\end{ttbox}
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1530
A codatatype definition is identical save that it starts with the keyword
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1531
{\tt codatatype}.  The syntax is rather complicated; please consult the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1532
examples above (\S\ref{lists-sec}) and the theory files on the ZF source
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1533
directory.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1534
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1535
The {\tt monos}, {\tt type\_intrs} and {\tt type\_elims} sections are
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1536
optional.  They are treated like their counterparts in a (co)inductive
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1537
definition, as described above.  The package supplements your type-checking
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1538
rules (if any) with additional ones that should cope with any
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1539
finitely-branching (co)datatype definition.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1540
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1541
\begin{description}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1542
\item[\it domain] specifies a single domain to use for all the mutually
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1543
  recursive (co)datatypes.  If it (and the preceeding~{\tt <=}) are
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1544
  omitted, the package supplies a domain automatically.  Suppose the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1545
  definition involves the set parameters $A_1$, \ldots, $A_k$.  Then
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1546
  $\univ(A_1\un\cdots\un A_k)$ is used for a datatype definition and
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1547
  $\quniv(A_1\un\cdots\un A_k)$ is used for a codatatype definition.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1548
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1549
  These choices should work for all finitely-branching (co)datatype
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1550
  definitions.  For examples of infinitely-branching datatype
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1551
  definitions, see the file {\tt ZF/ex/Brouwer.thy}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1552
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1553
\item[\it datatype declaration] has the form
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1554
\begin{quote}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1555
 {\it string\/} {\tt =} {\it constructor} {\tt|} {\it constructor} {\tt|}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1556
 \ldots 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1557
\end{quote}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1558
The {\it string\/} is the datatype, say {\tt"list(A)"}.  Each
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1559
{\it constructor\/} has the form 
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1560
\begin{quote}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1561
 {\it name\/} {\tt(} {\it premise} {\tt,} {\it premise} {\tt,} \ldots {\tt)}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1562
 {\it mixfix\/}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1563
\end{quote}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1564
The {\it name\/} specifies a new constructor while the {\it premises\/} its
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1565
typing conditions.  The optional {\it mixfix\/} phrase may give
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1566
the constructor infix, for example.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1567
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1568
Mutually recursive {\it datatype declarations\/} are separated by the
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1569
keyword~{\tt and}.
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1570
\end{description}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1571
584
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1572
\paragraph*{Note.}
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1573
In the definitions of the constructors, the right-hand sides may overlap.
5b1a0e50c79a documentation of theory sections (co)inductive and (co)datatype
lcp
parents: 497
diff changeset
  1574
For instance, the datatype of combinators has constructors defined by
103
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1575
\begin{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1576
  {\tt K} & \equiv & \Inl(\emptyset) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1577
  {\tt S} & \equiv & \Inr(\Inl(\emptyset)) \\
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1578
  p{\tt\#}q & \equiv & \Inr(\Inl(\pair{p,q})) 
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1579
\end{eqnarray*}
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1580
Unlike in previous versions of Isabelle, \verb|fold_tac| now ensures that the
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1581
longest right-hand sides are folded first.
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1582
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1583
\fi
30bd42401ab2 Initial revision
lcp
parents:
diff changeset
  1584
\end{document}