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