doc-src/IsarAdvanced/Classes/Thy/document/Classes.tex
author haftmann
Wed, 05 Dec 2007 14:15:39 +0100
changeset 25533 0140cc7b26ad
parent 25247 7bacd1798fc4
child 25868 97c6787099bc
permissions -rw-r--r--
added something about instantiation target
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     1
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     2
\begin{isabellebody}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     3
\def\isabellecontext{Classes}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     4
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     5
\isadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     6
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     7
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     8
\endisadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
     9
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    10
\isatagtheory
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
    11
%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    12
\endisatagtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    13
{\isafoldtheory}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    14
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    15
\isadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    16
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    17
\endisadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    18
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    19
\isadelimML
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    20
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    21
\endisadelimML
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    22
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    23
\isatagML
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    24
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    25
\endisatagML
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    26
{\isafoldML}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    27
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    28
\isadelimML
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    29
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    30
\endisadelimML
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    31
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    32
\isadelimML
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    33
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    34
\endisadelimML
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    35
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    36
\isatagML
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    37
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    38
\endisatagML
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    39
{\isafoldML}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    40
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    41
\isadelimML
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    42
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    43
\endisadelimML
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    44
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    45
\isamarkupchapter{Haskell-style classes with Isabelle/Isar%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    46
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    47
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    48
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    49
\isamarkupsection{Introduction%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    50
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    51
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    52
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    53
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    54
Type classes were introduces by Wadler and Blott \cite{wadler89how}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    55
  into the Haskell language, to allow for a reasonable implementation
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    56
  of overloading\footnote{throughout this tutorial, we are referring
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    57
  to classical Haskell 1.0 type classes, not considering
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    58
  later additions in expressiveness}.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    59
  As a canonical example, a polymorphic equality function
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    60
  \isa{eq\ {\isasymColon}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ bool} which is overloaded on different
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
    61
  types for \isa{{\isasymalpha}}, which is achieved by splitting introduction
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    62
  of the \isa{eq} function from its overloaded definitions by means
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    63
  of \isa{class} and \isa{instance} declarations:
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    64
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    65
  \medskip\noindent\hspace*{2ex}\isa{class\ eq\ where}\footnote{syntax here is a kind of isabellized Haskell} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    66
  \hspace*{4ex}\isa{eq\ {\isasymColon}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ bool}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    67
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    68
  \medskip\noindent\hspace*{2ex}\isa{instance\ nat\ {\isasymColon}\ eq\ where} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    69
  \hspace*{4ex}\isa{eq\ {\isadigit{0}}\ {\isadigit{0}}\ {\isacharequal}\ True} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    70
  \hspace*{4ex}\isa{eq\ {\isadigit{0}}\ {\isacharunderscore}\ {\isacharequal}\ False} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    71
  \hspace*{4ex}\isa{eq\ {\isacharunderscore}\ {\isadigit{0}}\ {\isacharequal}\ False} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    72
  \hspace*{4ex}\isa{eq\ {\isacharparenleft}Suc\ n{\isacharparenright}\ {\isacharparenleft}Suc\ m{\isacharparenright}\ {\isacharequal}\ eq\ n\ m}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    73
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    74
  \medskip\noindent\hspace*{2ex}\isa{instance\ {\isacharparenleft}{\isasymalpha}{\isasymColon}eq{\isacharcomma}\ {\isasymbeta}{\isasymColon}eq{\isacharparenright}\ pair\ {\isasymColon}\ eq\ where} \\
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
    75
  \hspace*{4ex}\isa{eq\ {\isacharparenleft}x{\isadigit{1}}{\isacharcomma}\ y{\isadigit{1}}{\isacharparenright}\ {\isacharparenleft}x{\isadigit{2}}{\isacharcomma}\ y{\isadigit{2}}{\isacharparenright}\ {\isacharequal}\ eq\ x{\isadigit{1}}\ x{\isadigit{2}}\ {\isasymand}\ eq\ y{\isadigit{1}}\ y{\isadigit{2}}}
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    76
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    77
  \medskip\noindent\hspace*{2ex}\isa{class\ ord\ extends\ eq\ where} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    78
  \hspace*{4ex}\isa{less{\isacharunderscore}eq\ {\isasymColon}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ bool} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    79
  \hspace*{4ex}\isa{less\ {\isasymColon}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ bool}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    80
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
    81
  \medskip\noindent Type variables are annotated with (finitly many) classes;
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    82
  these annotations are assertions that a particular polymorphic type
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    83
  provides definitions for overloaded functions.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    84
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    85
  Indeed, type classes not only allow for simple overloading
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    86
  but form a generic calculus, an instance of order-sorted
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
    87
  algebra \cite{Nipkow-Prehofer:1993,nipkow-sorts93,Wenzel:1997:TPHOL}.
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
    88
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    89
  From a software enigineering point of view, type classes
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    90
  correspond to interfaces in object-oriented languages like Java;
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    91
  so, it is naturally desirable that type classes do not only
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
    92
  provide functions (class parameters) but also state specifications
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    93
  implementations must obey.  For example, the \isa{class\ eq}
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
    94
  above could be given the following specification, demanding that
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
    95
  \isa{class\ eq} is an equivalence relation obeying reflexivity,
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
    96
  symmetry and transitivity:
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    97
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    98
  \medskip\noindent\hspace*{2ex}\isa{class\ eq\ where} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
    99
  \hspace*{4ex}\isa{eq\ {\isasymColon}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ bool} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   100
  \hspace*{2ex}\isa{satisfying} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   101
  \hspace*{4ex}\isa{refl{\isacharcolon}\ eq\ x\ x} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   102
  \hspace*{4ex}\isa{sym{\isacharcolon}\ eq\ x\ y\ {\isasymlongleftrightarrow}\ eq\ x\ y} \\
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   103
  \hspace*{4ex}\isa{trans{\isacharcolon}\ eq\ x\ y\ {\isasymand}\ eq\ y\ z\ {\isasymlongrightarrow}\ eq\ x\ z}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   104
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   105
  \medskip\noindent From a theoretic point of view, type classes are leightweight
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   106
  modules; Haskell type classes may be emulated by
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   107
  SML functors \cite{classes_modules}. 
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   108
  Isabelle/Isar offers a discipline of type classes which brings
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   109
  all those aspects together:
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   110
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   111
  \begin{enumerate}
25004
c62c5209487b updated
haftmann
parents: 24991
diff changeset
   112
    \item specifying abstract parameters together with
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   113
       corresponding specifications,
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   114
    \item instantating those abstract parameters by a particular
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   115
       type
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   116
    \item in connection with a ``less ad-hoc'' approach to overloading,
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   117
    \item with a direct link to the Isabelle module system
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   118
      (aka locales \cite{kammueller-locales}).
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   119
  \end{enumerate}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   120
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   121
  \noindent Isar type classes also directly support code generation
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   122
  in a Haskell like fashion.
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   123
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   124
  This tutorial demonstrates common elements of structured specifications
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   125
  and abstract reasoning with type classes by the algebraic hierarchy of
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   126
  semigroups, monoids and groups.  Our background theory is that of
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   127
  Isabelle/HOL \cite{isa-tutorial}, for which some
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   128
  familiarity is assumed.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   129
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   130
  Here we merely present the look-and-feel for end users.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   131
  Internally, those are mapped to more primitive Isabelle concepts.
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   132
  See \cite{Haftmann-Wenzel:2006:classes} for more detail.%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   133
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   134
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   135
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   136
\isamarkupsection{A simple algebra example \label{sec:example}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   137
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   138
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   139
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   140
\isamarkupsubsection{Class definition%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   141
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   142
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   143
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   144
\begin{isamarkuptext}%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   145
Depending on an arbitrary type \isa{{\isasymalpha}}, class \isa{semigroup} introduces a binary operator \isa{{\isasymotimes}} that is
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   146
  assumed to be associative:%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   147
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   148
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   149
\ \ \ \ \isacommand{class}\isamarkupfalse%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   150
\ semigroup\ {\isacharequal}\ type\ {\isacharplus}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   151
\ \ \ \ \ \ \isakeyword{fixes}\ mult\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\ \ \ \ {\isacharparenleft}\isakeyword{infixl}\ {\isachardoublequoteopen}{\isasymotimes}{\isachardoublequoteclose}\ {\isadigit{7}}{\isadigit{0}}{\isacharparenright}\isanewline
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   152
\ \ \ \ \ \ \isakeyword{assumes}\ assoc{\isacharcolon}\ {\isachardoublequoteopen}{\isacharparenleft}x\ {\isasymotimes}\ y{\isacharparenright}\ {\isasymotimes}\ z\ {\isacharequal}\ x\ {\isasymotimes}\ {\isacharparenleft}y\ {\isasymotimes}\ z{\isacharparenright}{\isachardoublequoteclose}%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   153
\begin{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   154
\noindent This \isa{{\isasymCLASS}} specification consists of two
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   155
  parts: the \qn{operational} part names the class parameter (\isa{{\isasymFIXES}}), the \qn{logical} part specifies properties on them
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   156
  (\isa{{\isasymASSUMES}}).  The local \isa{{\isasymFIXES}} and \isa{{\isasymASSUMES}} are lifted to the theory toplevel, yielding the global
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   157
  parameter \isa{{\isachardoublequote}mult\ {\isasymColon}\ {\isasymalpha}{\isasymColon}semigroup\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequote}} and the
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   158
  global theorem \isa{semigroup{\isachardot}assoc{\isacharcolon}}~\isa{{\isachardoublequote}{\isasymAnd}x\ y\ z\ {\isasymColon}\ {\isasymalpha}{\isasymColon}semigroup{\isachardot}\ {\isacharparenleft}x\ {\isasymotimes}\ y{\isacharparenright}\ {\isasymotimes}\ z\ {\isacharequal}\ x\ {\isasymotimes}\ {\isacharparenleft}y\ {\isasymotimes}\ z{\isacharparenright}{\isachardoublequote}}.%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   159
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   160
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   161
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   162
\isamarkupsubsection{Class instantiation \label{sec:class_inst}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   163
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   164
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   165
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   166
\begin{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   167
The concrete type \isa{int} is made a \isa{semigroup}
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   168
  instance by providing a suitable definition for the class parameter
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   169
  \isa{mult} and a proof for the specification of \isa{assoc}.
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   170
  This is accomplished by the \isa{{\isasymINSTANTIATION}} target:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   171
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   172
\isamarkuptrue%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   173
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   174
\ int\ {\isacharcolon}{\isacharcolon}\ semigroup\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   175
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   176
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   177
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   178
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   179
\ \ \ \ \ \ mult{\isacharunderscore}int{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}i\ {\isasymotimes}\ j\ {\isacharequal}\ i\ {\isacharplus}\ {\isacharparenleft}j{\isasymColon}int{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   180
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   181
\ \ \ \ \isacommand{instance}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   182
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   183
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   184
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   185
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   186
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   187
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   188
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   189
\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   190
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   191
\ i\ j\ k\ {\isacharcolon}{\isacharcolon}\ int\ \isacommand{have}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   192
\ {\isachardoublequoteopen}{\isacharparenleft}i\ {\isacharplus}\ j{\isacharparenright}\ {\isacharplus}\ k\ {\isacharequal}\ i\ {\isacharplus}\ {\isacharparenleft}j\ {\isacharplus}\ k{\isacharparenright}{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   193
\ simp\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   194
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   195
\ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   196
\ {\isachardoublequoteopen}{\isacharparenleft}i\ {\isasymotimes}\ j{\isacharparenright}\ {\isasymotimes}\ k\ {\isacharequal}\ i\ {\isasymotimes}\ {\isacharparenleft}j\ {\isasymotimes}\ k{\isacharparenright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   197
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   198
\ mult{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{{\isachardot}}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   199
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   200
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   201
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   202
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   203
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   204
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   205
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   206
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   207
\endisadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   208
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   209
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   210
\ \ \ \ \isacommand{end}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   211
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   212
\begin{isamarkuptext}%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   213
\noindent \isa{{\isasymINSTANTIATION}} allows to define class parameters
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   214
  at a particular instance using common specification tools (here,
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   215
  \isa{{\isasymDEFINITION}}).  The concluding \isa{{\isasymINSTANCE}}
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   216
  opens a proof that the given parameters actually conform
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   217
  to the class specification.  Note that the first proof step
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   218
  is the \isa{default} method,
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   219
  which for such instance proofs maps to the \isa{intro{\isacharunderscore}classes} method.
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   220
  This boils down an instance judgement to the relevant primitive
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   221
  proof goals and should conveniently always be the first method applied
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   222
  in an instantiation proof.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   223
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   224
  From now on, the type-checker will consider \isa{int}
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   225
  as a \isa{semigroup} automatically, i.e.\ any general results
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   226
  are immediately available on concrete instances.
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   227
  \medskip Another instance of \isa{semigroup} are the natural numbers:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   228
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   229
\isamarkuptrue%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   230
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   231
\ nat\ {\isacharcolon}{\isacharcolon}\ semigroup\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   232
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   233
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   234
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   235
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   236
\ \ \ \ \ \ mult{\isacharunderscore}nat{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}m\ {\isasymotimes}\ n\ {\isacharequal}\ m\ {\isacharplus}\ {\isacharparenleft}n{\isasymColon}nat{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   237
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   238
\ \ \ \ \isacommand{instance}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   239
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   240
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   241
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   242
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   243
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   244
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   245
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   246
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   247
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   248
\ m\ n\ q\ {\isacharcolon}{\isacharcolon}\ nat\ \isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   249
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   250
\ {\isachardoublequoteopen}m\ {\isasymotimes}\ n\ {\isasymotimes}\ q\ {\isacharequal}\ m\ {\isasymotimes}\ {\isacharparenleft}n\ {\isasymotimes}\ q{\isacharparenright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   251
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   252
\ mult{\isacharunderscore}nat{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   253
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   254
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   255
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   256
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   257
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   258
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   259
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   260
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   261
\endisadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   262
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   263
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   264
\ \ \ \ \isacommand{end}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   265
%
25247
haftmann
parents: 25200
diff changeset
   266
\isamarkupsubsection{Lifting and parametric types%
haftmann
parents: 25200
diff changeset
   267
}
haftmann
parents: 25200
diff changeset
   268
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   269
%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   270
\begin{isamarkuptext}%
25247
haftmann
parents: 25200
diff changeset
   271
Overloaded definitions giving on class instantiation
haftmann
parents: 25200
diff changeset
   272
  may include recursion over the syntactic structure of types.
haftmann
parents: 25200
diff changeset
   273
  As a canonical example, we model product semigroups
haftmann
parents: 25200
diff changeset
   274
  using our simple algebra:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   275
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   276
\isamarkuptrue%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   277
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   278
\ {\isacharasterisk}\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}semigroup{\isacharcomma}\ semigroup{\isacharparenright}\ semigroup\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   279
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   280
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   281
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   282
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   283
\ \ \ \ \ \ mult{\isacharunderscore}prod{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}p\isactrlisub {\isadigit{1}}\ {\isasymotimes}\ p\isactrlisub {\isadigit{2}}\ {\isacharequal}\ {\isacharparenleft}fst\ p\isactrlisub {\isadigit{1}}\ {\isasymotimes}\ fst\ p\isactrlisub {\isadigit{2}}{\isacharcomma}\ snd\ p\isactrlisub {\isadigit{1}}\ {\isasymotimes}\ snd\ p\isactrlisub {\isadigit{2}}{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   284
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   285
\ \ \ \ \isacommand{instance}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   286
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   287
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   288
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   289
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   290
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   291
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   292
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   293
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   294
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   295
\ p\isactrlisub {\isadigit{1}}\ p\isactrlisub {\isadigit{2}}\ p\isactrlisub {\isadigit{3}}\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}{\isasymColon}semigroup\ {\isasymtimes}\ {\isasymbeta}{\isasymColon}semigroup{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   296
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   297
\ {\isachardoublequoteopen}p\isactrlisub {\isadigit{1}}\ {\isasymotimes}\ p\isactrlisub {\isadigit{2}}\ {\isasymotimes}\ p\isactrlisub {\isadigit{3}}\ {\isacharequal}\ p\isactrlisub {\isadigit{1}}\ {\isasymotimes}\ {\isacharparenleft}p\isactrlisub {\isadigit{2}}\ {\isasymotimes}\ p\isactrlisub {\isadigit{3}}{\isacharparenright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   298
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   299
\ mult{\isacharunderscore}prod{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   300
\ {\isacharparenleft}simp\ add{\isacharcolon}\ assoc{\isacharparenright}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   301
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   302
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   303
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   304
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   305
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   306
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   307
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   308
\endisadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   309
\ \ \ \ \ \ \isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   310
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   311
\ \ \ \ \isacommand{end}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   312
%
25247
haftmann
parents: 25200
diff changeset
   313
\begin{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   314
\noindent Associativity from product semigroups is
haftmann
parents: 25200
diff changeset
   315
  established using
haftmann
parents: 25200
diff changeset
   316
  the definition of \isa{{\isasymotimes}} on products and the hypothetical
haftmann
parents: 25200
diff changeset
   317
  associativety of the type components;  these hypothesis
haftmann
parents: 25200
diff changeset
   318
  are facts due to the \isa{semigroup} constraints imposed
haftmann
parents: 25200
diff changeset
   319
  on the type components by the \isa{instance} proposition.
haftmann
parents: 25200
diff changeset
   320
  Indeed, this pattern often occurs with parametric types
haftmann
parents: 25200
diff changeset
   321
  and type classes.%
haftmann
parents: 25200
diff changeset
   322
\end{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   323
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   324
%
haftmann
parents: 25200
diff changeset
   325
\isamarkupsubsection{Subclassing%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   326
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   327
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   328
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   329
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   330
We define a subclass \isa{monoidl} (a semigroup with a left-hand neutral)
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   331
  by extending \isa{semigroup}
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   332
  with one additional parameter \isa{neutral} together
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   333
  with its property:%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   334
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   335
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   336
\ \ \ \ \isacommand{class}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   337
\ monoidl\ {\isacharequal}\ semigroup\ {\isacharplus}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   338
\ \ \ \ \ \ \isakeyword{fixes}\ neutral\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}{\isachardoublequoteclose}\ {\isacharparenleft}{\isachardoublequoteopen}{\isasymone}{\isachardoublequoteclose}{\isacharparenright}\isanewline
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   339
\ \ \ \ \ \ \isakeyword{assumes}\ neutl{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ x\ {\isacharequal}\ x{\isachardoublequoteclose}%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   340
\begin{isamarkuptext}%
25247
haftmann
parents: 25200
diff changeset
   341
\noindent Again, we prove some instances, by
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   342
  providing suitable parameter definitions and proofs for the
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   343
  additional specifications.  Obverve that instantiations
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   344
  for types with the same arity may be simultaneous:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   345
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   346
\isamarkuptrue%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   347
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   348
\ nat\ \isakeyword{and}\ int\ {\isacharcolon}{\isacharcolon}\ monoidl\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   349
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   350
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   351
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   352
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   353
\ \ \ \ \ \ neutral{\isacharunderscore}nat{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isacharequal}\ {\isacharparenleft}{\isadigit{0}}{\isasymColon}nat{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   354
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   355
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   356
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   357
\ \ \ \ \ \ neutral{\isacharunderscore}int{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isacharequal}\ {\isacharparenleft}{\isadigit{0}}{\isasymColon}int{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   358
\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   359
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   360
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   361
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   362
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   363
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   364
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   365
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   366
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   367
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   368
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   369
\ n\ {\isacharcolon}{\isacharcolon}\ nat\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   370
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   371
\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ n\ {\isacharequal}\ n{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   372
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   373
\ neutral{\isacharunderscore}nat{\isacharunderscore}def\ mult{\isacharunderscore}nat{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   374
\ simp\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   375
\ \ \ \ \isacommand{next}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   376
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   377
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   378
\ k\ {\isacharcolon}{\isacharcolon}\ int\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   379
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   380
\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ k\ {\isacharequal}\ k{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   381
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   382
\ neutral{\isacharunderscore}int{\isacharunderscore}def\ mult{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   383
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   384
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   385
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   386
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   387
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   388
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   389
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   390
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   391
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   392
\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   393
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   394
\ \ \ \ \isacommand{end}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   395
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   396
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   397
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   398
\ {\isacharasterisk}\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}monoidl{\isacharcomma}\ monoidl{\isacharparenright}\ monoidl\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   399
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   400
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   401
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   402
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   403
\ \ \ \ \ \ neutral{\isacharunderscore}prod{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isacharequal}\ {\isacharparenleft}{\isasymone}{\isacharcomma}\ {\isasymone}{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   404
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   405
\ \ \ \ \isacommand{instance}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   406
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   407
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   408
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   409
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   410
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   411
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   412
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   413
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   414
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   415
\ p\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}{\isasymColon}monoidl\ {\isasymtimes}\ {\isasymbeta}{\isasymColon}monoidl{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   416
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   417
\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ p\ {\isacharequal}\ p{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   418
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   419
\ neutral{\isacharunderscore}prod{\isacharunderscore}def\ mult{\isacharunderscore}prod{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   420
\ {\isacharparenleft}simp\ add{\isacharcolon}\ neutl{\isacharparenright}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   421
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   422
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   423
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   424
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   425
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   426
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   427
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   428
\endisadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   429
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   430
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   431
\ \ \ \isacommand{end}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   432
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   433
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   434
\noindent Fully-fledged monoids are modelled by another subclass
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   435
  which does not add new parameters but tightens the specification:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   436
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   437
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   438
\ \ \ \ \isacommand{class}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   439
\ monoid\ {\isacharequal}\ monoidl\ {\isacharplus}\isanewline
25247
haftmann
parents: 25200
diff changeset
   440
\ \ \ \ \ \ \isakeyword{assumes}\ neutr{\isacharcolon}\ {\isachardoublequoteopen}x\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ x{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   441
\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   442
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   443
\ nat\ \isakeyword{and}\ int\ {\isacharcolon}{\isacharcolon}\ monoid\ \isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   444
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   445
\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   446
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   447
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   448
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   449
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   450
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   451
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   452
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   453
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   454
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   455
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   456
\ n\ {\isacharcolon}{\isacharcolon}\ nat\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   457
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   458
\ {\isachardoublequoteopen}n\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ n{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   459
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   460
\ neutral{\isacharunderscore}nat{\isacharunderscore}def\ mult{\isacharunderscore}nat{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   461
\ simp\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   462
\ \ \ \ \isacommand{next}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   463
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   464
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   465
\ k\ {\isacharcolon}{\isacharcolon}\ int\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   466
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   467
\ {\isachardoublequoteopen}k\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ k{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   468
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   469
\ neutral{\isacharunderscore}int{\isacharunderscore}def\ mult{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   470
\ simp\isanewline
25247
haftmann
parents: 25200
diff changeset
   471
\ \ \ \ \isacommand{qed}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   472
%
haftmann
parents: 25200
diff changeset
   473
\endisatagproof
haftmann
parents: 25200
diff changeset
   474
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   475
%
haftmann
parents: 25200
diff changeset
   476
\isadelimproof
haftmann
parents: 25200
diff changeset
   477
%
haftmann
parents: 25200
diff changeset
   478
\endisadelimproof
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   479
\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   480
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   481
\ \ \ \ \isacommand{end}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   482
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   483
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   484
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   485
\ {\isacharasterisk}\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}monoid{\isacharcomma}\ monoid{\isacharparenright}\ monoid\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   486
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   487
\isanewline
25247
haftmann
parents: 25200
diff changeset
   488
\ \ \ \ \isacommand{instance}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   489
%
haftmann
parents: 25200
diff changeset
   490
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   491
\ %
25247
haftmann
parents: 25200
diff changeset
   492
\endisadelimproof
haftmann
parents: 25200
diff changeset
   493
%
haftmann
parents: 25200
diff changeset
   494
\isatagproof
haftmann
parents: 25200
diff changeset
   495
\isacommand{proof}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   496
\ \isanewline
haftmann
parents: 25200
diff changeset
   497
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   498
\ p\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}{\isasymColon}monoid\ {\isasymtimes}\ {\isasymbeta}{\isasymColon}monoid{\isachardoublequoteclose}\isanewline
25247
haftmann
parents: 25200
diff changeset
   499
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   500
\ {\isachardoublequoteopen}p\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ p{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   501
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   502
\ neutral{\isacharunderscore}prod{\isacharunderscore}def\ mult{\isacharunderscore}prod{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   503
\ {\isacharparenleft}simp\ add{\isacharcolon}\ neutr{\isacharparenright}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   504
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   505
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   506
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   507
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   508
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   509
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   510
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   511
\endisadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   512
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   513
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   514
\ \ \ \ \isacommand{end}\isamarkupfalse%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   515
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   516
\begin{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   517
\noindent To finish our small algebra example, we add a \isa{group} class
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   518
  with a corresponding instance:%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   519
\end{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   520
\isamarkuptrue%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   521
\ \ \ \ \isacommand{class}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   522
\ group\ {\isacharequal}\ monoidl\ {\isacharplus}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   523
\ \ \ \ \ \ \isakeyword{fixes}\ inverse\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\ \ \ \ {\isacharparenleft}{\isachardoublequoteopen}{\isacharparenleft}{\isacharunderscore}{\isasymdiv}{\isacharparenright}{\isachardoublequoteclose}\ {\isacharbrackleft}{\isadigit{1}}{\isadigit{0}}{\isadigit{0}}{\isadigit{0}}{\isacharbrackright}\ {\isadigit{9}}{\isadigit{9}}{\isadigit{9}}{\isacharparenright}\isanewline
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   524
\ \ \ \ \ \ \isakeyword{assumes}\ invl{\isacharcolon}\ {\isachardoublequoteopen}x{\isasymdiv}\ {\isasymotimes}\ x\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   525
\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   526
\ \ \ \ \isacommand{instantiation}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   527
\ int\ {\isacharcolon}{\isacharcolon}\ group\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   528
\ \ \ \ \isakeyword{begin}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   529
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   530
\ \ \ \ \isacommand{definition}\isamarkupfalse%
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   531
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   532
\ \ \ \ \ \ inverse{\isacharunderscore}int{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}i{\isasymdiv}\ {\isacharequal}\ {\isacharminus}\ {\isacharparenleft}i{\isasymColon}int{\isacharparenright}{\isachardoublequoteclose}\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   533
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   534
\ \ \ \ \isacommand{instance}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   535
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   536
\isadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   537
\ %
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   538
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   539
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   540
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   541
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   542
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   543
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   544
\ i\ {\isacharcolon}{\isacharcolon}\ int\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   545
\ \ \ \ \ \ \isacommand{have}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   546
\ {\isachardoublequoteopen}{\isacharminus}i\ {\isacharplus}\ i\ {\isacharequal}\ {\isadigit{0}}{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   547
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   548
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   549
\ \isacommand{show}\isamarkupfalse%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   550
\ {\isachardoublequoteopen}i{\isasymdiv}\ {\isasymotimes}\ i\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\isanewline
25247
haftmann
parents: 25200
diff changeset
   551
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   552
\ mult{\isacharunderscore}int{\isacharunderscore}def\ neutral{\isacharunderscore}int{\isacharunderscore}def\ inverse{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{{\isachardot}}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   553
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   554
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   555
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   556
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   557
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   558
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   559
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   560
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   561
\endisadelimproof
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   562
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   563
\isanewline
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   564
\ \ \ \ \isacommand{end}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   565
%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   566
\isamarkupsection{Type classes as locales%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   567
}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   568
\isamarkuptrue%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   569
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   570
\isamarkupsubsection{A look behind the scene%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   571
}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   572
\isamarkuptrue%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   573
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   574
\begin{isamarkuptext}%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   575
The example above gives an impression how Isar type classes work
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   576
  in practice.  As stated in the introduction, classes also provide
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   577
  a link to Isar's locale system.  Indeed, the logical core of a class
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   578
  is nothing else than a locale:%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   579
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   580
\isamarkuptrue%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   581
\isacommand{class}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   582
\ idem\ {\isacharequal}\ type\ {\isacharplus}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   583
\ \ \isakeyword{fixes}\ f\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   584
\ \ \isakeyword{assumes}\ idem{\isacharcolon}\ {\isachardoublequoteopen}f\ {\isacharparenleft}f\ x{\isacharparenright}\ {\isacharequal}\ f\ x{\isachardoublequoteclose}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   585
\begin{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   586
\noindent essentially introduces the locale%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   587
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   588
\isamarkuptrue%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   589
%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   590
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   591
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   592
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   593
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   594
\isatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   595
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   596
\endisatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   597
{\isafoldML}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   598
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   599
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   600
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   601
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   602
\isacommand{locale}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   603
\ idem\ {\isacharequal}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   604
\ \ \isakeyword{fixes}\ f\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   605
\ \ \isakeyword{assumes}\ idem{\isacharcolon}\ {\isachardoublequoteopen}f\ {\isacharparenleft}f\ x{\isacharparenright}\ {\isacharequal}\ f\ x{\isachardoublequoteclose}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   606
\begin{isamarkuptext}%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   607
\noindent together with corresponding constant(s):%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   608
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   609
\isamarkuptrue%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   610
\isacommand{consts}\isamarkupfalse%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   611
\ f\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   612
\begin{isamarkuptext}%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   613
\noindent The connection to the type system is done by means
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   614
  of a primitive axclass%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   615
\end{isamarkuptext}%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   616
\isamarkuptrue%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   617
\isacommand{axclass}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   618
\ idem\ {\isacharless}\ type\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   619
\ \ idem{\isacharcolon}\ {\isachardoublequoteopen}f\ {\isacharparenleft}f\ x{\isacharparenright}\ {\isacharequal}\ f\ x{\isachardoublequoteclose}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   620
\begin{isamarkuptext}%
22649
6cf96b9f7b9e updated;
wenzelm
parents: 22550
diff changeset
   621
\noindent together with a corresponding interpretation:%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   622
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   623
\isamarkuptrue%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   624
\isacommand{interpretation}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   625
\ idem{\isacharunderscore}class{\isacharcolon}\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   626
\ \ idem\ {\isacharbrackleft}{\isachardoublequoteopen}f\ {\isasymColon}\ {\isacharparenleft}{\isasymalpha}{\isasymColon}idem{\isacharparenright}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}{\isacharbrackright}\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   627
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   628
\isadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   629
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   630
\endisadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   631
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   632
\isatagproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   633
\isacommand{by}\isamarkupfalse%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   634
\ unfold{\isacharunderscore}locales\ {\isacharparenleft}rule\ idem{\isacharparenright}%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   635
\endisatagproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   636
{\isafoldproof}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   637
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   638
\isadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   639
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   640
\endisadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   641
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   642
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   643
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   644
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   645
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   646
\isatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   647
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   648
\endisatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   649
{\isafoldML}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   650
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   651
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   652
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   653
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   654
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   655
\begin{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   656
This give you at hand the full power of the Isabelle module system;
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   657
  conclusions in locale \isa{idem} are implicitly propagated
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   658
  to class \isa{idem}.%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   659
\end{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   660
\isamarkuptrue%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   661
%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   662
\isamarkupsubsection{Abstract reasoning%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   663
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   664
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   665
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   666
\begin{isamarkuptext}%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   667
Isabelle locales enable reasoning at a general level, while results
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   668
  are implicitly transferred to all instances.  For example, we can
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   669
  now establish the \isa{left{\isacharunderscore}cancel} lemma for groups, which
25247
haftmann
parents: 25200
diff changeset
   670
  states that the function \isa{{\isacharparenleft}x\ {\isasymotimes}{\isacharparenright}} is injective:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   671
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   672
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   673
\ \ \ \ \isacommand{lemma}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   674
\ {\isacharparenleft}\isakeyword{in}\ group{\isacharparenright}\ left{\isacharunderscore}cancel{\isacharcolon}\ {\isachardoublequoteopen}x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z\ {\isasymlongleftrightarrow}\ y\ {\isacharequal}\ z{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   675
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   676
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   677
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   678
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   679
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   680
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   681
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   682
\isanewline
25247
haftmann
parents: 25200
diff changeset
   683
\ \ \ \ \ \ \isacommand{assume}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   684
\ {\isachardoublequoteopen}x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z{\isachardoublequoteclose}\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   685
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   686
\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   687
\ {\isachardoublequoteopen}x{\isasymdiv}\ {\isasymotimes}\ {\isacharparenleft}x\ {\isasymotimes}\ y{\isacharparenright}\ {\isacharequal}\ x{\isasymdiv}\ {\isasymotimes}\ {\isacharparenleft}x\ {\isasymotimes}\ z{\isacharparenright}{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   688
\ simp\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   689
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   690
\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   691
\ {\isachardoublequoteopen}{\isacharparenleft}x{\isasymdiv}\ {\isasymotimes}\ x{\isacharparenright}\ {\isasymotimes}\ y\ {\isacharequal}\ {\isacharparenleft}x{\isasymdiv}\ {\isasymotimes}\ x{\isacharparenright}\ {\isasymotimes}\ z{\isachardoublequoteclose}\ \isacommand{using}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   692
\ assoc\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   693
\ simp\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   694
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   695
\ \isacommand{show}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   696
\ {\isachardoublequoteopen}y\ {\isacharequal}\ z{\isachardoublequoteclose}\ \isacommand{using}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   697
\ neutl\ \isakeyword{and}\ invl\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   698
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   699
\ \ \ \ \isacommand{next}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   700
\isanewline
25247
haftmann
parents: 25200
diff changeset
   701
\ \ \ \ \ \ \isacommand{assume}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   702
\ {\isachardoublequoteopen}y\ {\isacharequal}\ z{\isachardoublequoteclose}\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   703
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   704
\ \isacommand{show}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   705
\ {\isachardoublequoteopen}x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   706
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   707
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   708
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   709
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   710
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   711
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   712
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   713
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   714
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   715
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   716
\begin{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   717
\noindent Here the \qt{\isa{{\isasymIN}\ group}} target specification
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   718
  indicates that the result is recorded within that context for later
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   719
  use.  This local theorem is also lifted to the global one \isa{group{\isachardot}left{\isacharunderscore}cancel{\isacharcolon}} \isa{{\isachardoublequote}{\isasymAnd}x\ y\ z\ {\isasymColon}\ {\isasymalpha}{\isasymColon}group{\isachardot}\ x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z\ {\isasymlongleftrightarrow}\ y\ {\isacharequal}\ z{\isachardoublequote}}.  Since type \isa{int} has been made an instance of
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   720
  \isa{group} before, we may refer to that fact as well: \isa{{\isachardoublequote}{\isasymAnd}x\ y\ z\ {\isasymColon}\ int{\isachardot}\ x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z\ {\isasymlongleftrightarrow}\ y\ {\isacharequal}\ z{\isachardoublequote}}.%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   721
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   722
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   723
%
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   724
\isamarkupsubsection{Derived definitions%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   725
}
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   726
\isamarkuptrue%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   727
%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   728
\begin{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   729
Isabelle locales support a concept of local definitions
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   730
  in locales:%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   731
\end{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   732
\isamarkuptrue%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   733
\ \ \ \ \isacommand{fun}\isamarkupfalse%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   734
\ {\isacharparenleft}\isakeyword{in}\ monoid{\isacharparenright}\isanewline
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   735
\ \ \ \ \ \ pow{\isacharunderscore}nat\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}nat\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\ \isakeyword{where}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   736
\ \ \ \ \ \ {\isachardoublequoteopen}pow{\isacharunderscore}nat\ {\isadigit{0}}\ x\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\isanewline
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   737
\ \ \ \ \ \ {\isacharbar}\ {\isachardoublequoteopen}pow{\isacharunderscore}nat\ {\isacharparenleft}Suc\ n{\isacharparenright}\ x\ {\isacharequal}\ x\ {\isasymotimes}\ pow{\isacharunderscore}nat\ n\ x{\isachardoublequoteclose}%
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   738
\begin{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   739
\noindent If the locale \isa{group} is also a class, this local
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   740
  definition is propagated onto a global definition of
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   741
  \isa{{\isachardoublequote}pow{\isacharunderscore}nat\ {\isasymColon}\ nat\ {\isasymRightarrow}\ {\isasymalpha}{\isasymColon}monoid\ {\isasymRightarrow}\ {\isasymalpha}{\isasymColon}monoid{\isachardoublequote}}
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   742
  with corresponding theorems
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   743
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   744
  \isa{pow{\isacharunderscore}nat\ {\isadigit{0}}\ x\ {\isacharequal}\ {\isasymone}\isasep\isanewline%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   745
pow{\isacharunderscore}nat\ {\isacharparenleft}Suc\ n{\isacharparenright}\ x\ {\isacharequal}\ x\ {\isasymotimes}\ pow{\isacharunderscore}nat\ n\ x}.
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   746
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   747
  \noindent As you can see from this example, for local
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   748
  definitions you may use any specification tool
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   749
  which works together with locales (e.g. \cite{krauss2006}).%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   750
\end{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   751
\isamarkuptrue%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   752
%
25247
haftmann
parents: 25200
diff changeset
   753
\isamarkupsubsection{A functor analogy%
haftmann
parents: 25200
diff changeset
   754
}
haftmann
parents: 25200
diff changeset
   755
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   756
%
haftmann
parents: 25200
diff changeset
   757
\begin{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   758
We introduced Isar classes by analogy to type classes
haftmann
parents: 25200
diff changeset
   759
  functional programming;  if we reconsider this in the
haftmann
parents: 25200
diff changeset
   760
  context of what has been said about type classes and locales,
haftmann
parents: 25200
diff changeset
   761
  we can drive this analogy further by stating that type
haftmann
parents: 25200
diff changeset
   762
  classes essentially correspond to functors which have
haftmann
parents: 25200
diff changeset
   763
  a canonical interpretation as type classes.
haftmann
parents: 25200
diff changeset
   764
  Anyway, there is also the possibility of other interpretations.
haftmann
parents: 25200
diff changeset
   765
  For example, also \isa{list}s form a monoid with
haftmann
parents: 25200
diff changeset
   766
  \isa{op\ {\isacharat}} and \isa{{\isacharbrackleft}{\isacharbrackright}} as operations, but it
haftmann
parents: 25200
diff changeset
   767
  seems inappropriate to apply to lists
haftmann
parents: 25200
diff changeset
   768
  the same operations as for genuinly algebraic types.
haftmann
parents: 25200
diff changeset
   769
  In such a case, we simply can do a particular interpretation
haftmann
parents: 25200
diff changeset
   770
  of monoids for lists:%
haftmann
parents: 25200
diff changeset
   771
\end{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   772
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   773
\ \ \ \ \isacommand{interpretation}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   774
\ list{\isacharunderscore}monoid{\isacharcolon}\ monoid\ {\isacharbrackleft}{\isachardoublequoteopen}op\ {\isacharat}{\isachardoublequoteclose}\ {\isachardoublequoteopen}{\isacharbrackleft}{\isacharbrackright}{\isachardoublequoteclose}{\isacharbrackright}\isanewline
haftmann
parents: 25200
diff changeset
   775
%
haftmann
parents: 25200
diff changeset
   776
\isadelimproof
haftmann
parents: 25200
diff changeset
   777
\ \ \ \ \ \ %
haftmann
parents: 25200
diff changeset
   778
\endisadelimproof
haftmann
parents: 25200
diff changeset
   779
%
haftmann
parents: 25200
diff changeset
   780
\isatagproof
haftmann
parents: 25200
diff changeset
   781
\isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   782
\ unfold{\isacharunderscore}locales\ auto%
haftmann
parents: 25200
diff changeset
   783
\endisatagproof
haftmann
parents: 25200
diff changeset
   784
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   785
%
haftmann
parents: 25200
diff changeset
   786
\isadelimproof
haftmann
parents: 25200
diff changeset
   787
%
haftmann
parents: 25200
diff changeset
   788
\endisadelimproof
haftmann
parents: 25200
diff changeset
   789
%
haftmann
parents: 25200
diff changeset
   790
\begin{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   791
\noindent This enables us to apply facts on monoids
haftmann
parents: 25200
diff changeset
   792
  to lists, e.g. \isa{{\isacharbrackleft}{\isacharbrackright}\ {\isacharat}\ x\ {\isacharequal}\ x}.
haftmann
parents: 25200
diff changeset
   793
haftmann
parents: 25200
diff changeset
   794
  When using this interpretation pattern, it may also
haftmann
parents: 25200
diff changeset
   795
  be appropriate to map derived definitions accordingly:%
haftmann
parents: 25200
diff changeset
   796
\end{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   797
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   798
\ \ \ \ \isacommand{fun}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   799
\isanewline
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   800
\ \ \ \ \ \ replicate\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}nat\ {\isasymRightarrow}\ {\isasymalpha}\ list\ {\isasymRightarrow}\ {\isasymalpha}\ list{\isachardoublequoteclose}\isanewline
25247
haftmann
parents: 25200
diff changeset
   801
\ \ \ \ \isakeyword{where}\isanewline
haftmann
parents: 25200
diff changeset
   802
\ \ \ \ \ \ {\isachardoublequoteopen}replicate\ {\isadigit{0}}\ {\isacharunderscore}\ {\isacharequal}\ {\isacharbrackleft}{\isacharbrackright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   803
\ \ \ \ \ \ {\isacharbar}\ {\isachardoublequoteopen}replicate\ {\isacharparenleft}Suc\ n{\isacharparenright}\ xs\ {\isacharequal}\ xs\ {\isacharat}\ replicate\ n\ xs{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   804
\isanewline
haftmann
parents: 25200
diff changeset
   805
\ \ \ \ \isacommand{interpretation}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   806
\ list{\isacharunderscore}monoid{\isacharcolon}\ monoid\ {\isacharbrackleft}{\isachardoublequoteopen}op\ {\isacharat}{\isachardoublequoteclose}\ {\isachardoublequoteopen}{\isacharbrackleft}{\isacharbrackright}{\isachardoublequoteclose}{\isacharbrackright}\ \isakeyword{where}\isanewline
haftmann
parents: 25200
diff changeset
   807
\ \ \ \ \ \ {\isachardoublequoteopen}monoid{\isachardot}pow{\isacharunderscore}nat\ {\isacharparenleft}op\ {\isacharat}{\isacharparenright}\ {\isacharbrackleft}{\isacharbrackright}\ {\isacharequal}\ replicate{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   808
%
haftmann
parents: 25200
diff changeset
   809
\isadelimproof
haftmann
parents: 25200
diff changeset
   810
\ \ \ \ %
haftmann
parents: 25200
diff changeset
   811
\endisadelimproof
haftmann
parents: 25200
diff changeset
   812
%
haftmann
parents: 25200
diff changeset
   813
\isatagproof
haftmann
parents: 25200
diff changeset
   814
\isacommand{proof}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   815
\isanewline
haftmann
parents: 25200
diff changeset
   816
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   817
\ n\ {\isacharcolon}{\isacharcolon}\ nat\isanewline
haftmann
parents: 25200
diff changeset
   818
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   819
\ {\isachardoublequoteopen}monoid{\isachardot}pow{\isacharunderscore}nat\ {\isacharparenleft}op\ {\isacharat}{\isacharparenright}\ {\isacharbrackleft}{\isacharbrackright}\ n\ {\isacharequal}\ replicate\ n{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   820
\ \ \ \ \ \ \ \ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   821
\ {\isacharparenleft}induct\ n{\isacharparenright}\ auto\isanewline
haftmann
parents: 25200
diff changeset
   822
\ \ \ \ \isacommand{qed}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   823
%
haftmann
parents: 25200
diff changeset
   824
\endisatagproof
haftmann
parents: 25200
diff changeset
   825
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   826
%
haftmann
parents: 25200
diff changeset
   827
\isadelimproof
haftmann
parents: 25200
diff changeset
   828
%
haftmann
parents: 25200
diff changeset
   829
\endisadelimproof
haftmann
parents: 25200
diff changeset
   830
%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   831
\isamarkupsubsection{Additional subclass relations%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   832
}
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   833
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   834
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   835
\begin{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   836
Any \isa{group} is also a \isa{monoid};  this
25247
haftmann
parents: 25200
diff changeset
   837
  can be made explicit by claiming an additional
haftmann
parents: 25200
diff changeset
   838
  subclass relation,
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   839
  together with a proof of the logical difference:%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   840
\end{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   841
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   842
\ \ \ \ \isacommand{subclass}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   843
\ {\isacharparenleft}\isakeyword{in}\ group{\isacharparenright}\ monoid\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   844
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   845
\isadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   846
\ \ \ \ %
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   847
\endisadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   848
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   849
\isatagproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   850
\isacommand{proof}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   851
\ unfold{\isacharunderscore}locales\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   852
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   853
\ x\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   854
\ \ \ \ \ \ \isacommand{from}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   855
\ invl\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   856
\ {\isachardoublequoteopen}x{\isasymdiv}\ {\isasymotimes}\ x\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   857
\ simp\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   858
\ \ \ \ \ \ \isacommand{with}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   859
\ assoc\ {\isacharbrackleft}symmetric{\isacharbrackright}\ neutl\ invl\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   860
\ {\isachardoublequoteopen}x{\isasymdiv}\ {\isasymotimes}\ {\isacharparenleft}x\ {\isasymotimes}\ {\isasymone}{\isacharparenright}\ {\isacharequal}\ x{\isasymdiv}\ {\isasymotimes}\ x{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   861
\ simp\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   862
\ \ \ \ \ \ \isacommand{with}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   863
\ left{\isacharunderscore}cancel\ \isacommand{show}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   864
\ {\isachardoublequoteopen}x\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ x{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   865
\ simp\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   866
\ \ \ \ \isacommand{qed}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   867
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   868
\endisatagproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   869
{\isafoldproof}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   870
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   871
\isadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   872
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   873
\endisadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   874
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   875
\begin{isamarkuptext}%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   876
\noindent The logical proof is carried out on the locale level
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   877
  and thus conveniently is opened using the \isa{unfold{\isacharunderscore}locales}
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   878
  method which only leaves the logical differences still
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   879
  open to proof to the user.  Afterwards it is propagated
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   880
  to the type system, making \isa{group} an instance of
25247
haftmann
parents: 25200
diff changeset
   881
  \isa{monoid} by adding an additional edge
haftmann
parents: 25200
diff changeset
   882
  to the graph of subclass relations
haftmann
parents: 25200
diff changeset
   883
  (cf.\ \figref{fig:subclass}).
haftmann
parents: 25200
diff changeset
   884
haftmann
parents: 25200
diff changeset
   885
  \begin{figure}[htbp]
haftmann
parents: 25200
diff changeset
   886
   \begin{center}
haftmann
parents: 25200
diff changeset
   887
     \small
haftmann
parents: 25200
diff changeset
   888
     \unitlength 0.6mm
haftmann
parents: 25200
diff changeset
   889
     \begin{picture}(40,60)(0,0)
haftmann
parents: 25200
diff changeset
   890
       \put(20,60){\makebox(0,0){\isa{semigroup}}}
haftmann
parents: 25200
diff changeset
   891
       \put(20,40){\makebox(0,0){\isa{monoidl}}}
haftmann
parents: 25200
diff changeset
   892
       \put(00,20){\makebox(0,0){\isa{monoid}}}
haftmann
parents: 25200
diff changeset
   893
       \put(40,00){\makebox(0,0){\isa{group}}}
haftmann
parents: 25200
diff changeset
   894
       \put(20,55){\vector(0,-1){10}}
haftmann
parents: 25200
diff changeset
   895
       \put(15,35){\vector(-1,-1){10}}
haftmann
parents: 25200
diff changeset
   896
       \put(25,35){\vector(1,-3){10}}
haftmann
parents: 25200
diff changeset
   897
     \end{picture}
haftmann
parents: 25200
diff changeset
   898
     \hspace{8em}
haftmann
parents: 25200
diff changeset
   899
     \begin{picture}(40,60)(0,0)
haftmann
parents: 25200
diff changeset
   900
       \put(20,60){\makebox(0,0){\isa{semigroup}}}
haftmann
parents: 25200
diff changeset
   901
       \put(20,40){\makebox(0,0){\isa{monoidl}}}
haftmann
parents: 25200
diff changeset
   902
       \put(00,20){\makebox(0,0){\isa{monoid}}}
haftmann
parents: 25200
diff changeset
   903
       \put(40,00){\makebox(0,0){\isa{group}}}
haftmann
parents: 25200
diff changeset
   904
       \put(20,55){\vector(0,-1){10}}
haftmann
parents: 25200
diff changeset
   905
       \put(15,35){\vector(-1,-1){10}}
haftmann
parents: 25200
diff changeset
   906
       \put(05,15){\vector(3,-1){30}}
haftmann
parents: 25200
diff changeset
   907
     \end{picture}
haftmann
parents: 25200
diff changeset
   908
     \caption{Subclass relationship of monoids and groups:
haftmann
parents: 25200
diff changeset
   909
        before and after establishing the relationship
haftmann
parents: 25200
diff changeset
   910
        \isa{group\ {\isasymsubseteq}\ monoid};  transitive edges left out.}
haftmann
parents: 25200
diff changeset
   911
     \label{fig:subclass}
haftmann
parents: 25200
diff changeset
   912
   \end{center}
haftmann
parents: 25200
diff changeset
   913
  \end{figure}
haftmann
parents: 25200
diff changeset
   914
haftmann
parents: 25200
diff changeset
   915
  For illustration, a derived definition
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   916
  in \isa{group} which uses \isa{pow{\isacharunderscore}nat}:%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   917
\end{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   918
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   919
\ \ \ \ \isacommand{definition}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   920
\ {\isacharparenleft}\isakeyword{in}\ group{\isacharparenright}\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   921
\ \ \ \ \ \ pow{\isacharunderscore}int\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}int\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\ \isakeyword{where}\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   922
\ \ \ \ \ \ {\isachardoublequoteopen}pow{\isacharunderscore}int\ k\ x\ {\isacharequal}\ {\isacharparenleft}if\ k\ {\isachargreater}{\isacharequal}\ {\isadigit{0}}\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   923
\ \ \ \ \ \ \ \ then\ pow{\isacharunderscore}nat\ {\isacharparenleft}nat\ k{\isacharparenright}\ x\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   924
\ \ \ \ \ \ \ \ else\ {\isacharparenleft}pow{\isacharunderscore}nat\ {\isacharparenleft}nat\ {\isacharparenleft}{\isacharminus}\ k{\isacharparenright}{\isacharparenright}\ x{\isacharparenright}{\isasymdiv}{\isacharparenright}{\isachardoublequoteclose}%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   925
\begin{isamarkuptext}%
25247
haftmann
parents: 25200
diff changeset
   926
\noindent yields the global definition of
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   927
  \isa{{\isachardoublequote}pow{\isacharunderscore}int\ {\isasymColon}\ int\ {\isasymRightarrow}\ {\isasymalpha}{\isasymColon}group\ {\isasymRightarrow}\ {\isasymalpha}{\isasymColon}group{\isachardoublequote}}
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   928
  with the corresponding theorem \isa{pow{\isacharunderscore}int\ k\ x\ {\isacharequal}\ {\isacharparenleft}if\ {\isadigit{0}}\ {\isasymle}\ k\ then\ pow{\isacharunderscore}nat\ {\isacharparenleft}nat\ k{\isacharparenright}\ x\ else\ {\isacharparenleft}pow{\isacharunderscore}nat\ {\isacharparenleft}nat\ {\isacharparenleft}{\isacharminus}\ k{\isacharparenright}{\isacharparenright}\ x{\isacharparenright}{\isasymdiv}{\isacharparenright}}.%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   929
\end{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   930
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   931
%
25247
haftmann
parents: 25200
diff changeset
   932
\isamarkupsection{Type classes and code generation%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   933
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   934
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   935
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   936
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   937
Turning back to the first motivation for type classes,
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   938
  namely overloading, it is obvious that overloading
25533
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   939
  stemming from \isa{{\isasymCLASS}} statements and
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   940
  \isa{{\isasymINSTANTIATION}}
0140cc7b26ad added something about instantiation target
haftmann
parents: 25247
diff changeset
   941
  targets naturally maps to Haskell type classes.
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   942
  The code generator framework \cite{isabelle-codegen} 
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   943
  takes this into account.  Concerning target languages
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   944
  lacking type classes (e.g.~SML), type classes
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   945
  are implemented by explicit dictionary construction.
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   946
  For example, lets go back to the power function:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   947
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   948
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   949
\ \ \ \ \isacommand{definition}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   950
\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   951
\ \ \ \ \ \ example\ {\isacharcolon}{\isacharcolon}\ int\ \isakeyword{where}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   952
\ \ \ \ \ \ {\isachardoublequoteopen}example\ {\isacharequal}\ pow{\isacharunderscore}int\ {\isadigit{1}}{\isadigit{0}}\ {\isacharparenleft}{\isacharminus}{\isadigit{2}}{\isacharparenright}{\isachardoublequoteclose}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   953
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   954
\noindent This maps to Haskell as:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   955
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   956
\isamarkuptrue%
24628
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   957
\isacommand{export{\isacharunderscore}code}\isamarkupfalse%
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   958
\ example\ \isakeyword{in}\ Haskell\ \isakeyword{module{\isacharunderscore}name}\ Classes\ \isakeyword{file}\ {\isachardoublequoteopen}code{\isacharunderscore}examples{\isacharslash}{\isachardoublequoteclose}%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   959
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   960
\lsthaskell{Thy/code_examples/Classes.hs}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   961
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   962
  \noindent The whole code in SML with explicit dictionary passing:%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   963
\end{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   964
\isamarkuptrue%
24628
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   965
\isacommand{export{\isacharunderscore}code}\isamarkupfalse%
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   966
\ example\ \isakeyword{in}\ SML\ \isakeyword{module{\isacharunderscore}name}\ Classes\ \isakeyword{file}\ {\isachardoublequoteopen}code{\isacharunderscore}examples{\isacharslash}classes{\isachardot}ML{\isachardoublequoteclose}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   967
\begin{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   968
\lstsml{Thy/code_examples/classes.ML}%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   969
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   970
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   971
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   972
\isadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   973
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   974
\endisadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   975
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   976
\isatagtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   977
\isacommand{end}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   978
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   979
\endisatagtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   980
{\isafoldtheory}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   981
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   982
\isadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   983
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   984
\endisadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   985
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   986
\end{isabellebody}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   987
%%% Local Variables:
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   988
%%% mode: latex
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   989
%%% TeX-master: "root"
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   990
%%% End: