doc-src/IsarAdvanced/Classes/Thy/document/Classes.tex
author wenzelm
Thu, 22 Nov 2007 14:51:34 +0100
changeset 25456 6f79698f294d
parent 25247 7bacd1798fc4
child 25533 0140cc7b26ad
permissions -rw-r--r--
tuned;
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
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   169
  \isa{mult} and a proof for the specification of \isa{assoc}.%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   170
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   171
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   172
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   173
\ int\ {\isacharcolon}{\isacharcolon}\ semigroup\isanewline
24628
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   174
\ \ \ \ \ \ mult{\isacharunderscore}int{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}i\ {\isasymotimes}\ j\ {\isasymequiv}\ i\ {\isacharplus}\ j{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   175
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   176
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   177
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   178
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   179
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   180
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   181
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   182
\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   183
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   184
\ i\ j\ k\ {\isacharcolon}{\isacharcolon}\ int\ \isacommand{have}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   185
\ {\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
   186
\ simp\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   187
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   188
\ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   189
\ {\isachardoublequoteopen}{\isacharparenleft}i\ {\isasymotimes}\ j{\isacharparenright}\ {\isasymotimes}\ k\ {\isacharequal}\ i\ {\isasymotimes}\ {\isacharparenleft}j\ {\isasymotimes}\ k{\isacharparenright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   190
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   191
\ mult{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{{\isachardot}}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   192
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   193
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   194
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   195
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   196
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   197
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   198
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   199
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   200
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   201
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   202
\begin{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   203
\noindent From now on, the type-checker will consider \isa{int}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   204
  as a \isa{semigroup} automatically, i.e.\ any general results
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   205
  are immediately available on concrete instances.
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   206
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   207
  Note that the first proof step is the \isa{default} method,
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   208
  which for instantiation proofs maps to the \isa{intro{\isacharunderscore}classes} method.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   209
  This boils down an instantiation judgement to the relevant primitive
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   210
  proof goals and should conveniently always be the first method applied
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   211
  in an instantiation proof.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   212
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   213
  \medskip Another instance of \isa{semigroup} are the natural numbers:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   214
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   215
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   216
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   217
\ nat\ {\isacharcolon}{\isacharcolon}\ semigroup\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   218
\ \ \ \ \ \ mult{\isacharunderscore}nat{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}m\ {\isasymotimes}\ n\ {\isasymequiv}\ m\ {\isacharplus}\ n{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   219
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   220
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   221
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   222
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   223
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   224
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   225
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   226
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   227
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   228
\ m\ n\ q\ {\isacharcolon}{\isacharcolon}\ nat\ \isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   229
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   230
\ {\isachardoublequoteopen}m\ {\isasymotimes}\ n\ {\isasymotimes}\ q\ {\isacharequal}\ m\ {\isasymotimes}\ {\isacharparenleft}n\ {\isasymotimes}\ q{\isacharparenright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   231
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   232
\ mult{\isacharunderscore}nat{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   233
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   234
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   235
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   236
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   237
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   238
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   239
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   240
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   241
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   242
%
25247
haftmann
parents: 25200
diff changeset
   243
\isamarkupsubsection{Lifting and parametric types%
haftmann
parents: 25200
diff changeset
   244
}
haftmann
parents: 25200
diff changeset
   245
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   246
%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   247
\begin{isamarkuptext}%
25247
haftmann
parents: 25200
diff changeset
   248
Overloaded definitions giving on class instantiation
haftmann
parents: 25200
diff changeset
   249
  may include recursion over the syntactic structure of types.
haftmann
parents: 25200
diff changeset
   250
  As a canonical example, we model product semigroups
haftmann
parents: 25200
diff changeset
   251
  using our simple algebra:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   252
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   253
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   254
\ \ \ \ \isacommand{instance}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   255
\ {\isacharasterisk}\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}semigroup{\isacharcomma}\ semigroup{\isacharparenright}\ semigroup\isanewline
haftmann
parents: 25200
diff changeset
   256
\ \ \ \ \ \ mult{\isacharunderscore}prod{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}p\isactrlisub {\isadigit{1}}\ {\isasymotimes}\ p\isactrlisub {\isadigit{2}}\ {\isasymequiv}\ {\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
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   257
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   258
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   259
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   260
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   261
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   262
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   263
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   264
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   265
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   266
\ p\isactrlisub {\isadigit{1}}\ p\isactrlisub {\isadigit{2}}\ p\isactrlisub {\isadigit{3}}\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isacharprime}a{\isasymColon}semigroup\ {\isasymtimes}\ {\isacharprime}b{\isasymColon}semigroup{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   267
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   268
\ {\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
   269
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   270
\ mult{\isacharunderscore}prod{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   271
\ {\isacharparenleft}simp\ add{\isacharcolon}\ assoc{\isacharparenright}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   272
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   273
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   274
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   275
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   276
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   277
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   278
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   279
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   280
%
25247
haftmann
parents: 25200
diff changeset
   281
\begin{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   282
\noindent Associativity from product semigroups is
haftmann
parents: 25200
diff changeset
   283
  established using
haftmann
parents: 25200
diff changeset
   284
  the definition of \isa{{\isasymotimes}} on products and the hypothetical
haftmann
parents: 25200
diff changeset
   285
  associativety of the type components;  these hypothesis
haftmann
parents: 25200
diff changeset
   286
  are facts due to the \isa{semigroup} constraints imposed
haftmann
parents: 25200
diff changeset
   287
  on the type components by the \isa{instance} proposition.
haftmann
parents: 25200
diff changeset
   288
  Indeed, this pattern often occurs with parametric types
haftmann
parents: 25200
diff changeset
   289
  and type classes.%
haftmann
parents: 25200
diff changeset
   290
\end{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   291
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   292
%
haftmann
parents: 25200
diff changeset
   293
\isamarkupsubsection{Subclassing%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   294
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   295
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   296
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   297
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   298
We define a subclass \isa{monoidl} (a semigroup with a left-hand neutral)
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   299
  by extending \isa{semigroup}
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   300
  with one additional parameter \isa{neutral} together
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   301
  with its property:%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   302
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   303
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   304
\ \ \ \ \isacommand{class}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   305
\ monoidl\ {\isacharequal}\ semigroup\ {\isacharplus}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   306
\ \ \ \ \ \ \isakeyword{fixes}\ neutral\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}{\isachardoublequoteclose}\ {\isacharparenleft}{\isachardoublequoteopen}{\isasymone}{\isachardoublequoteclose}{\isacharparenright}\isanewline
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   307
\ \ \ \ \ \ \isakeyword{assumes}\ neutl{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ x\ {\isacharequal}\ x{\isachardoublequoteclose}%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   308
\begin{isamarkuptext}%
25247
haftmann
parents: 25200
diff changeset
   309
\noindent Again, we prove some instances, by
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   310
  providing suitable parameter definitions and proofs for the
25247
haftmann
parents: 25200
diff changeset
   311
  additional specifications:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   312
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   313
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   314
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   315
\ nat\ {\isacharcolon}{\isacharcolon}\ monoidl\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   316
\ \ \ \ \ \ neutral{\isacharunderscore}nat{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isasymequiv}\ {\isadigit{0}}{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   317
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   318
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   319
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   320
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   321
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   322
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   323
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   324
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   325
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   326
\ n\ {\isacharcolon}{\isacharcolon}\ nat\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   327
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   328
\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ n\ {\isacharequal}\ n{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   329
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   330
\ neutral{\isacharunderscore}nat{\isacharunderscore}def\ mult{\isacharunderscore}nat{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   331
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   332
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   333
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   334
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   335
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   336
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   337
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   338
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   339
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   340
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   341
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   342
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   343
\ int\ {\isacharcolon}{\isacharcolon}\ monoidl\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   344
\ \ \ \ \ \ neutral{\isacharunderscore}int{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isasymequiv}\ {\isadigit{0}}{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   345
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   346
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   347
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   348
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   349
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   350
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   351
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   352
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   353
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   354
\ k\ {\isacharcolon}{\isacharcolon}\ int\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   355
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   356
\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ k\ {\isacharequal}\ k{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   357
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   358
\ neutral{\isacharunderscore}int{\isacharunderscore}def\ mult{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   359
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   360
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   361
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   362
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   363
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   364
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   365
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   366
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   367
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   368
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   369
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   370
\ \ \ \ \isacommand{instance}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   371
\ {\isacharasterisk}\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}monoidl{\isacharcomma}\ monoidl{\isacharparenright}\ monoidl\isanewline
haftmann
parents: 25200
diff changeset
   372
\ \ \ \ \ \ neutral{\isacharunderscore}prod{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}{\isasymone}\ {\isasymequiv}\ {\isacharparenleft}{\isasymone}{\isacharcomma}\ {\isasymone}{\isacharparenright}{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   373
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   374
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   375
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   376
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   377
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   378
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   379
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   380
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   381
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   382
\ p\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isacharprime}a{\isasymColon}monoidl\ {\isasymtimes}\ {\isacharprime}b{\isasymColon}monoidl{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   383
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   384
\ {\isachardoublequoteopen}{\isasymone}\ {\isasymotimes}\ p\ {\isacharequal}\ p{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   385
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   386
\ neutral{\isacharunderscore}prod{\isacharunderscore}def\ mult{\isacharunderscore}prod{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   387
\ {\isacharparenleft}simp\ add{\isacharcolon}\ neutl{\isacharparenright}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   388
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   389
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   390
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   391
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   392
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   393
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   394
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   395
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   396
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   397
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   398
\noindent Fully-fledged monoids are modelled by another subclass
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   399
  which does not add new parameters but tightens the specification:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   400
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   401
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   402
\ \ \ \ \isacommand{class}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   403
\ monoid\ {\isacharequal}\ monoidl\ {\isacharplus}\isanewline
25247
haftmann
parents: 25200
diff changeset
   404
\ \ \ \ \ \ \isakeyword{assumes}\ neutr{\isacharcolon}\ {\isachardoublequoteopen}x\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ x{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   405
\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   406
\ \ \ \ \isacommand{instance}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   407
\ nat\ {\isacharcolon}{\isacharcolon}\ monoid\ \isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   408
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   409
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   410
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   411
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   412
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   413
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   414
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   415
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   416
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   417
\ n\ {\isacharcolon}{\isacharcolon}\ nat\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   418
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   419
\ {\isachardoublequoteopen}n\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ n{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   420
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   421
\ neutral{\isacharunderscore}nat{\isacharunderscore}def\ mult{\isacharunderscore}nat{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   422
\ simp\isanewline
25247
haftmann
parents: 25200
diff changeset
   423
\ \ \ \ \isacommand{qed}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   424
%
haftmann
parents: 25200
diff changeset
   425
\endisatagproof
haftmann
parents: 25200
diff changeset
   426
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   427
%
haftmann
parents: 25200
diff changeset
   428
\isadelimproof
haftmann
parents: 25200
diff changeset
   429
\isanewline
haftmann
parents: 25200
diff changeset
   430
%
haftmann
parents: 25200
diff changeset
   431
\endisadelimproof
haftmann
parents: 25200
diff changeset
   432
\isanewline
haftmann
parents: 25200
diff changeset
   433
\ \ \ \ \isacommand{instance}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   434
\ int\ {\isacharcolon}{\isacharcolon}\ monoid\isanewline
haftmann
parents: 25200
diff changeset
   435
%
haftmann
parents: 25200
diff changeset
   436
\isadelimproof
haftmann
parents: 25200
diff changeset
   437
\ \ \ \ %
haftmann
parents: 25200
diff changeset
   438
\endisadelimproof
haftmann
parents: 25200
diff changeset
   439
%
haftmann
parents: 25200
diff changeset
   440
\isatagproof
haftmann
parents: 25200
diff changeset
   441
\isacommand{proof}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   442
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   443
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   444
\ k\ {\isacharcolon}{\isacharcolon}\ int\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   445
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
25247
haftmann
parents: 25200
diff changeset
   446
\ {\isachardoublequoteopen}k\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ k{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   447
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   448
\ neutral{\isacharunderscore}int{\isacharunderscore}def\ mult{\isacharunderscore}int{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   449
\ simp\isanewline
25247
haftmann
parents: 25200
diff changeset
   450
\ \ \ \ \isacommand{qed}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   451
%
haftmann
parents: 25200
diff changeset
   452
\endisatagproof
haftmann
parents: 25200
diff changeset
   453
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   454
%
haftmann
parents: 25200
diff changeset
   455
\isadelimproof
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   456
\isanewline
25247
haftmann
parents: 25200
diff changeset
   457
%
haftmann
parents: 25200
diff changeset
   458
\endisadelimproof
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   459
\isanewline
25247
haftmann
parents: 25200
diff changeset
   460
\ \ \ \ \isacommand{instance}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   461
\ {\isacharasterisk}\ {\isacharcolon}{\isacharcolon}\ {\isacharparenleft}monoid{\isacharcomma}\ monoid{\isacharparenright}\ monoid\isanewline
haftmann
parents: 25200
diff changeset
   462
%
haftmann
parents: 25200
diff changeset
   463
\isadelimproof
haftmann
parents: 25200
diff changeset
   464
\ \ \ \ %
haftmann
parents: 25200
diff changeset
   465
\endisadelimproof
haftmann
parents: 25200
diff changeset
   466
%
haftmann
parents: 25200
diff changeset
   467
\isatagproof
haftmann
parents: 25200
diff changeset
   468
\isacommand{proof}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   469
\ \isanewline
haftmann
parents: 25200
diff changeset
   470
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   471
\ p\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isacharprime}a{\isasymColon}monoid\ {\isasymtimes}\ {\isacharprime}b{\isasymColon}monoid{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   472
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   473
\ {\isachardoublequoteopen}p\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ p{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   474
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   475
\ neutral{\isacharunderscore}prod{\isacharunderscore}def\ mult{\isacharunderscore}prod{\isacharunderscore}def\ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   476
\ {\isacharparenleft}simp\ add{\isacharcolon}\ neutr{\isacharparenright}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   477
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   478
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   479
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   480
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   481
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   482
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   483
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   484
\endisadelimproof
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   485
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   486
\begin{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   487
\noindent To finish our small algebra example, we add a \isa{group} class
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   488
  with a corresponding instance:%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   489
\end{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   490
\isamarkuptrue%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   491
\ \ \ \ \isacommand{class}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   492
\ group\ {\isacharequal}\ monoidl\ {\isacharplus}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   493
\ \ \ \ \ \ \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
   494
\ \ \ \ \ \ \isakeyword{assumes}\ invl{\isacharcolon}\ {\isachardoublequoteopen}x{\isasymdiv}\ {\isasymotimes}\ x\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   495
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   496
\ \ \ \ \isacommand{instance}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   497
\ int\ {\isacharcolon}{\isacharcolon}\ group\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   498
\ \ \ \ \ \ inverse{\isacharunderscore}int{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequoteopen}i{\isasymdiv}\ {\isasymequiv}\ {\isacharminus}\ i{\isachardoublequoteclose}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   499
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   500
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   501
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   502
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   503
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   504
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   505
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   506
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   507
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   508
\ i\ {\isacharcolon}{\isacharcolon}\ int\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   509
\ \ \ \ \ \ \isacommand{have}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   510
\ {\isachardoublequoteopen}{\isacharminus}i\ {\isacharplus}\ i\ {\isacharequal}\ {\isadigit{0}}{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   511
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   512
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   513
\ \isacommand{show}\isamarkupfalse%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   514
\ {\isachardoublequoteopen}i{\isasymdiv}\ {\isasymotimes}\ i\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\isanewline
25247
haftmann
parents: 25200
diff changeset
   515
\ \ \ \ \ \ \ \ \isacommand{unfolding}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   516
\ 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
   517
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   518
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   519
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   520
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   521
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   522
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   523
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   524
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   525
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   526
%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   527
\isamarkupsection{Type classes as locales%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   528
}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   529
\isamarkuptrue%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   530
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   531
\isamarkupsubsection{A look behind the scene%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   532
}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   533
\isamarkuptrue%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   534
%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   535
\begin{isamarkuptext}%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   536
The example above gives an impression how Isar type classes work
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   537
  in practice.  As stated in the introduction, classes also provide
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   538
  a link to Isar's locale system.  Indeed, the logical core of a class
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   539
  is nothing else than a locale:%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   540
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   541
\isamarkuptrue%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   542
\isacommand{class}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   543
\ idem\ {\isacharequal}\ type\ {\isacharplus}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   544
\ \ \isakeyword{fixes}\ f\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   545
\ \ \isakeyword{assumes}\ idem{\isacharcolon}\ {\isachardoublequoteopen}f\ {\isacharparenleft}f\ x{\isacharparenright}\ {\isacharequal}\ f\ x{\isachardoublequoteclose}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   546
\begin{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   547
\noindent essentially introduces the locale%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   548
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   549
\isamarkuptrue%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   550
%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   551
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   552
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   553
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   554
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   555
\isatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   556
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   557
\endisatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   558
{\isafoldML}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   559
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   560
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   561
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   562
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   563
\isacommand{locale}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   564
\ idem\ {\isacharequal}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   565
\ \ \isakeyword{fixes}\ f\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   566
\ \ \isakeyword{assumes}\ idem{\isacharcolon}\ {\isachardoublequoteopen}f\ {\isacharparenleft}f\ x{\isacharparenright}\ {\isacharequal}\ f\ x{\isachardoublequoteclose}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   567
\begin{isamarkuptext}%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   568
\noindent together with corresponding constant(s):%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   569
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   570
\isamarkuptrue%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   571
\isacommand{consts}\isamarkupfalse%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   572
\ f\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}{\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   573
\begin{isamarkuptext}%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   574
\noindent The connection to the type system is done by means
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   575
  of a primitive axclass%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   576
\end{isamarkuptext}%
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   577
\isamarkuptrue%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   578
\isacommand{axclass}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   579
\ idem\ {\isacharless}\ type\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   580
\ \ idem{\isacharcolon}\ {\isachardoublequoteopen}f\ {\isacharparenleft}f\ x{\isacharparenright}\ {\isacharequal}\ f\ x{\isachardoublequoteclose}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   581
\begin{isamarkuptext}%
22649
6cf96b9f7b9e updated;
wenzelm
parents: 22550
diff changeset
   582
\noindent together with a corresponding interpretation:%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   583
\end{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   584
\isamarkuptrue%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   585
\isacommand{interpretation}\isamarkupfalse%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   586
\ idem{\isacharunderscore}class{\isacharcolon}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   587
\ \ idem\ {\isacharbrackleft}{\isachardoublequoteopen}f\ {\isasymColon}\ {\isacharparenleft}{\isacharprime}a{\isasymColon}idem{\isacharparenright}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}{\isacharbrackright}\isanewline
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   588
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   589
\isadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   590
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   591
\endisadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   592
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   593
\isatagproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   594
\isacommand{by}\isamarkupfalse%
22550
c5039bee2602 updated
haftmann
parents: 22479
diff changeset
   595
\ unfold{\isacharunderscore}locales\ {\isacharparenleft}rule\ idem{\isacharparenright}%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   596
\endisatagproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   597
{\isafoldproof}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   598
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   599
\isadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   600
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   601
\endisadelimproof
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   602
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   603
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   604
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   605
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   606
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   607
\isatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   608
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   609
\endisatagML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   610
{\isafoldML}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   611
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   612
\isadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   613
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   614
\endisadelimML
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   615
%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   616
\begin{isamarkuptext}%
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   617
This give you at hand the full power of the Isabelle module system;
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   618
  conclusions in locale \isa{idem} are implicitly propagated
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   619
  to class \isa{idem}.%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   620
\end{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   621
\isamarkuptrue%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   622
%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   623
\isamarkupsubsection{Abstract reasoning%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   624
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   625
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   626
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   627
\begin{isamarkuptext}%
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   628
Isabelle locales enable reasoning at a general level, while results
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   629
  are implicitly transferred to all instances.  For example, we can
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   630
  now establish the \isa{left{\isacharunderscore}cancel} lemma for groups, which
25247
haftmann
parents: 25200
diff changeset
   631
  states that the function \isa{{\isacharparenleft}x\ {\isasymotimes}{\isacharparenright}} is injective:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   632
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   633
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   634
\ \ \ \ \isacommand{lemma}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   635
\ {\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
   636
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   637
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   638
\ \ \ \ %
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   639
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   640
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   641
\isatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   642
\isacommand{proof}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   643
\isanewline
25247
haftmann
parents: 25200
diff changeset
   644
\ \ \ \ \ \ \isacommand{assume}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   645
\ {\isachardoublequoteopen}x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z{\isachardoublequoteclose}\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   646
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   647
\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   648
\ {\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
   649
\ simp\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   650
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   651
\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   652
\ {\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
   653
\ assoc\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   654
\ simp\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   655
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   656
\ \isacommand{show}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   657
\ {\isachardoublequoteopen}y\ {\isacharequal}\ z{\isachardoublequoteclose}\ \isacommand{using}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   658
\ neutl\ \isakeyword{and}\ invl\ \isacommand{by}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   659
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   660
\ \ \ \ \isacommand{next}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   661
\isanewline
25247
haftmann
parents: 25200
diff changeset
   662
\ \ \ \ \ \ \isacommand{assume}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   663
\ {\isachardoublequoteopen}y\ {\isacharequal}\ z{\isachardoublequoteclose}\isanewline
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   664
\ \ \ \ \ \ \isacommand{then}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   665
\ \isacommand{show}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   666
\ {\isachardoublequoteopen}x\ {\isasymotimes}\ y\ {\isacharequal}\ x\ {\isasymotimes}\ z{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   667
\ simp\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   668
\ \ \ \ \isacommand{qed}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   669
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   670
\endisatagproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   671
{\isafoldproof}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   672
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   673
\isadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   674
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   675
\endisadelimproof
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   676
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   677
\begin{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   678
\noindent Here the \qt{\isa{{\isasymIN}\ group}} target specification
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   679
  indicates that the result is recorded within that context for later
22479
de15ea8fb348 updated code generation sections
haftmann
parents: 22317
diff changeset
   680
  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
   681
  \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
   682
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   683
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   684
%
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   685
\isamarkupsubsection{Derived definitions%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   686
}
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   687
\isamarkuptrue%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   688
%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   689
\begin{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   690
Isabelle locales support a concept of local definitions
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   691
  in locales:%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   692
\end{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   693
\isamarkuptrue%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   694
\ \ \ \ \isacommand{fun}\isamarkupfalse%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   695
\ {\isacharparenleft}\isakeyword{in}\ monoid{\isacharparenright}\isanewline
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   696
\ \ \ \ \ \ pow{\isacharunderscore}nat\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}nat\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\ \isakeyword{where}\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   697
\ \ \ \ \ \ {\isachardoublequoteopen}pow{\isacharunderscore}nat\ {\isadigit{0}}\ x\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\isanewline
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   698
\ \ \ \ \ \ {\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
   699
\begin{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   700
\noindent If the locale \isa{group} is also a class, this local
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   701
  definition is propagated onto a global definition of
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   702
  \isa{{\isachardoublequote}pow{\isacharunderscore}nat\ {\isasymColon}\ nat\ {\isasymRightarrow}\ {\isasymalpha}{\isasymColon}monoid\ {\isasymRightarrow}\ {\isasymalpha}{\isasymColon}monoid{\isachardoublequote}}
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   703
  with corresponding theorems
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   704
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   705
  \isa{pow{\isacharunderscore}nat\ {\isadigit{0}}\ x\ {\isacharequal}\ {\isasymone}\isasep\isanewline%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   706
pow{\isacharunderscore}nat\ {\isacharparenleft}Suc\ n{\isacharparenright}\ x\ {\isacharequal}\ x\ {\isasymotimes}\ pow{\isacharunderscore}nat\ n\ x}.
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   707
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   708
  \noindent As you can see from this example, for local
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   709
  definitions you may use any specification tool
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   710
  which works together with locales (e.g. \cite{krauss2006}).%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   711
\end{isamarkuptext}%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   712
\isamarkuptrue%
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   713
%
25247
haftmann
parents: 25200
diff changeset
   714
\isamarkupsubsection{A functor analogy%
haftmann
parents: 25200
diff changeset
   715
}
haftmann
parents: 25200
diff changeset
   716
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   717
%
haftmann
parents: 25200
diff changeset
   718
\begin{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   719
We introduced Isar classes by analogy to type classes
haftmann
parents: 25200
diff changeset
   720
  functional programming;  if we reconsider this in the
haftmann
parents: 25200
diff changeset
   721
  context of what has been said about type classes and locales,
haftmann
parents: 25200
diff changeset
   722
  we can drive this analogy further by stating that type
haftmann
parents: 25200
diff changeset
   723
  classes essentially correspond to functors which have
haftmann
parents: 25200
diff changeset
   724
  a canonical interpretation as type classes.
haftmann
parents: 25200
diff changeset
   725
  Anyway, there is also the possibility of other interpretations.
haftmann
parents: 25200
diff changeset
   726
  For example, also \isa{list}s form a monoid with
haftmann
parents: 25200
diff changeset
   727
  \isa{op\ {\isacharat}} and \isa{{\isacharbrackleft}{\isacharbrackright}} as operations, but it
haftmann
parents: 25200
diff changeset
   728
  seems inappropriate to apply to lists
haftmann
parents: 25200
diff changeset
   729
  the same operations as for genuinly algebraic types.
haftmann
parents: 25200
diff changeset
   730
  In such a case, we simply can do a particular interpretation
haftmann
parents: 25200
diff changeset
   731
  of monoids for lists:%
haftmann
parents: 25200
diff changeset
   732
\end{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   733
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   734
\ \ \ \ \isacommand{interpretation}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   735
\ list{\isacharunderscore}monoid{\isacharcolon}\ monoid\ {\isacharbrackleft}{\isachardoublequoteopen}op\ {\isacharat}{\isachardoublequoteclose}\ {\isachardoublequoteopen}{\isacharbrackleft}{\isacharbrackright}{\isachardoublequoteclose}{\isacharbrackright}\isanewline
haftmann
parents: 25200
diff changeset
   736
%
haftmann
parents: 25200
diff changeset
   737
\isadelimproof
haftmann
parents: 25200
diff changeset
   738
\ \ \ \ \ \ %
haftmann
parents: 25200
diff changeset
   739
\endisadelimproof
haftmann
parents: 25200
diff changeset
   740
%
haftmann
parents: 25200
diff changeset
   741
\isatagproof
haftmann
parents: 25200
diff changeset
   742
\isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   743
\ unfold{\isacharunderscore}locales\ auto%
haftmann
parents: 25200
diff changeset
   744
\endisatagproof
haftmann
parents: 25200
diff changeset
   745
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   746
%
haftmann
parents: 25200
diff changeset
   747
\isadelimproof
haftmann
parents: 25200
diff changeset
   748
%
haftmann
parents: 25200
diff changeset
   749
\endisadelimproof
haftmann
parents: 25200
diff changeset
   750
%
haftmann
parents: 25200
diff changeset
   751
\begin{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   752
\noindent This enables us to apply facts on monoids
haftmann
parents: 25200
diff changeset
   753
  to lists, e.g. \isa{{\isacharbrackleft}{\isacharbrackright}\ {\isacharat}\ x\ {\isacharequal}\ x}.
haftmann
parents: 25200
diff changeset
   754
haftmann
parents: 25200
diff changeset
   755
  When using this interpretation pattern, it may also
haftmann
parents: 25200
diff changeset
   756
  be appropriate to map derived definitions accordingly:%
haftmann
parents: 25200
diff changeset
   757
\end{isamarkuptext}%
haftmann
parents: 25200
diff changeset
   758
\isamarkuptrue%
haftmann
parents: 25200
diff changeset
   759
\ \ \ \ \isacommand{fun}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   760
\isanewline
haftmann
parents: 25200
diff changeset
   761
\ \ \ \ \ \ replicate\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}nat\ {\isasymRightarrow}\ {\isacharprime}a\ list\ {\isasymRightarrow}\ {\isacharprime}a\ list{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   762
\ \ \ \ \isakeyword{where}\isanewline
haftmann
parents: 25200
diff changeset
   763
\ \ \ \ \ \ {\isachardoublequoteopen}replicate\ {\isadigit{0}}\ {\isacharunderscore}\ {\isacharequal}\ {\isacharbrackleft}{\isacharbrackright}{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   764
\ \ \ \ \ \ {\isacharbar}\ {\isachardoublequoteopen}replicate\ {\isacharparenleft}Suc\ n{\isacharparenright}\ xs\ {\isacharequal}\ xs\ {\isacharat}\ replicate\ n\ xs{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   765
\isanewline
haftmann
parents: 25200
diff changeset
   766
\ \ \ \ \isacommand{interpretation}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   767
\ list{\isacharunderscore}monoid{\isacharcolon}\ monoid\ {\isacharbrackleft}{\isachardoublequoteopen}op\ {\isacharat}{\isachardoublequoteclose}\ {\isachardoublequoteopen}{\isacharbrackleft}{\isacharbrackright}{\isachardoublequoteclose}{\isacharbrackright}\ \isakeyword{where}\isanewline
haftmann
parents: 25200
diff changeset
   768
\ \ \ \ \ \ {\isachardoublequoteopen}monoid{\isachardot}pow{\isacharunderscore}nat\ {\isacharparenleft}op\ {\isacharat}{\isacharparenright}\ {\isacharbrackleft}{\isacharbrackright}\ {\isacharequal}\ replicate{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   769
%
haftmann
parents: 25200
diff changeset
   770
\isadelimproof
haftmann
parents: 25200
diff changeset
   771
\ \ \ \ %
haftmann
parents: 25200
diff changeset
   772
\endisadelimproof
haftmann
parents: 25200
diff changeset
   773
%
haftmann
parents: 25200
diff changeset
   774
\isatagproof
haftmann
parents: 25200
diff changeset
   775
\isacommand{proof}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   776
\isanewline
haftmann
parents: 25200
diff changeset
   777
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   778
\ n\ {\isacharcolon}{\isacharcolon}\ nat\isanewline
haftmann
parents: 25200
diff changeset
   779
\ \ \ \ \ \ \isacommand{show}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   780
\ {\isachardoublequoteopen}monoid{\isachardot}pow{\isacharunderscore}nat\ {\isacharparenleft}op\ {\isacharat}{\isacharparenright}\ {\isacharbrackleft}{\isacharbrackright}\ n\ {\isacharequal}\ replicate\ n{\isachardoublequoteclose}\isanewline
haftmann
parents: 25200
diff changeset
   781
\ \ \ \ \ \ \ \ \isacommand{by}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   782
\ {\isacharparenleft}induct\ n{\isacharparenright}\ auto\isanewline
haftmann
parents: 25200
diff changeset
   783
\ \ \ \ \isacommand{qed}\isamarkupfalse%
haftmann
parents: 25200
diff changeset
   784
%
haftmann
parents: 25200
diff changeset
   785
\endisatagproof
haftmann
parents: 25200
diff changeset
   786
{\isafoldproof}%
haftmann
parents: 25200
diff changeset
   787
%
haftmann
parents: 25200
diff changeset
   788
\isadelimproof
haftmann
parents: 25200
diff changeset
   789
%
haftmann
parents: 25200
diff changeset
   790
\endisadelimproof
haftmann
parents: 25200
diff changeset
   791
%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   792
\isamarkupsubsection{Additional subclass relations%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   793
}
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   794
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   795
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   796
\begin{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   797
Any \isa{group} is also a \isa{monoid};  this
25247
haftmann
parents: 25200
diff changeset
   798
  can be made explicit by claiming an additional
haftmann
parents: 25200
diff changeset
   799
  subclass relation,
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   800
  together with a proof of the logical difference:%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   801
\end{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   802
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   803
\ \ \ \ \isacommand{subclass}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   804
\ {\isacharparenleft}\isakeyword{in}\ group{\isacharparenright}\ monoid\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   805
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   806
\isadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   807
\ \ \ \ %
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   808
\endisadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   809
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   810
\isatagproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   811
\isacommand{proof}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   812
\ unfold{\isacharunderscore}locales\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   813
\ \ \ \ \ \ \isacommand{fix}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   814
\ x\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   815
\ \ \ \ \ \ \isacommand{from}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   816
\ invl\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   817
\ {\isachardoublequoteopen}x{\isasymdiv}\ {\isasymotimes}\ x\ {\isacharequal}\ {\isasymone}{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   818
\ simp\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   819
\ \ \ \ \ \ \isacommand{with}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   820
\ assoc\ {\isacharbrackleft}symmetric{\isacharbrackright}\ neutl\ invl\ \isacommand{have}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   821
\ {\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
   822
\ simp\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   823
\ \ \ \ \ \ \isacommand{with}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   824
\ left{\isacharunderscore}cancel\ \isacommand{show}\isamarkupfalse%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   825
\ {\isachardoublequoteopen}x\ {\isasymotimes}\ {\isasymone}\ {\isacharequal}\ x{\isachardoublequoteclose}\ \isacommand{by}\isamarkupfalse%
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   826
\ simp\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   827
\ \ \ \ \isacommand{qed}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   828
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   829
\endisatagproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   830
{\isafoldproof}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   831
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   832
\isadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   833
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   834
\endisadelimproof
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   835
%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   836
\begin{isamarkuptext}%
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   837
\noindent The logical proof is carried out on the locale level
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   838
  and thus conveniently is opened using the \isa{unfold{\isacharunderscore}locales}
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   839
  method which only leaves the logical differences still
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   840
  open to proof to the user.  Afterwards it is propagated
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   841
  to the type system, making \isa{group} an instance of
25247
haftmann
parents: 25200
diff changeset
   842
  \isa{monoid} by adding an additional edge
haftmann
parents: 25200
diff changeset
   843
  to the graph of subclass relations
haftmann
parents: 25200
diff changeset
   844
  (cf.\ \figref{fig:subclass}).
haftmann
parents: 25200
diff changeset
   845
haftmann
parents: 25200
diff changeset
   846
  \begin{figure}[htbp]
haftmann
parents: 25200
diff changeset
   847
   \begin{center}
haftmann
parents: 25200
diff changeset
   848
     \small
haftmann
parents: 25200
diff changeset
   849
     \unitlength 0.6mm
haftmann
parents: 25200
diff changeset
   850
     \begin{picture}(40,60)(0,0)
haftmann
parents: 25200
diff changeset
   851
       \put(20,60){\makebox(0,0){\isa{semigroup}}}
haftmann
parents: 25200
diff changeset
   852
       \put(20,40){\makebox(0,0){\isa{monoidl}}}
haftmann
parents: 25200
diff changeset
   853
       \put(00,20){\makebox(0,0){\isa{monoid}}}
haftmann
parents: 25200
diff changeset
   854
       \put(40,00){\makebox(0,0){\isa{group}}}
haftmann
parents: 25200
diff changeset
   855
       \put(20,55){\vector(0,-1){10}}
haftmann
parents: 25200
diff changeset
   856
       \put(15,35){\vector(-1,-1){10}}
haftmann
parents: 25200
diff changeset
   857
       \put(25,35){\vector(1,-3){10}}
haftmann
parents: 25200
diff changeset
   858
     \end{picture}
haftmann
parents: 25200
diff changeset
   859
     \hspace{8em}
haftmann
parents: 25200
diff changeset
   860
     \begin{picture}(40,60)(0,0)
haftmann
parents: 25200
diff changeset
   861
       \put(20,60){\makebox(0,0){\isa{semigroup}}}
haftmann
parents: 25200
diff changeset
   862
       \put(20,40){\makebox(0,0){\isa{monoidl}}}
haftmann
parents: 25200
diff changeset
   863
       \put(00,20){\makebox(0,0){\isa{monoid}}}
haftmann
parents: 25200
diff changeset
   864
       \put(40,00){\makebox(0,0){\isa{group}}}
haftmann
parents: 25200
diff changeset
   865
       \put(20,55){\vector(0,-1){10}}
haftmann
parents: 25200
diff changeset
   866
       \put(15,35){\vector(-1,-1){10}}
haftmann
parents: 25200
diff changeset
   867
       \put(05,15){\vector(3,-1){30}}
haftmann
parents: 25200
diff changeset
   868
     \end{picture}
haftmann
parents: 25200
diff changeset
   869
     \caption{Subclass relationship of monoids and groups:
haftmann
parents: 25200
diff changeset
   870
        before and after establishing the relationship
haftmann
parents: 25200
diff changeset
   871
        \isa{group\ {\isasymsubseteq}\ monoid};  transitive edges left out.}
haftmann
parents: 25200
diff changeset
   872
     \label{fig:subclass}
haftmann
parents: 25200
diff changeset
   873
   \end{center}
haftmann
parents: 25200
diff changeset
   874
  \end{figure}
haftmann
parents: 25200
diff changeset
   875
haftmann
parents: 25200
diff changeset
   876
  For illustration, a derived definition
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   877
  in \isa{group} which uses \isa{pow{\isacharunderscore}nat}:%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   878
\end{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   879
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   880
\ \ \ \ \isacommand{definition}\isamarkupfalse%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   881
\ {\isacharparenleft}\isakeyword{in}\ group{\isacharparenright}\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   882
\ \ \ \ \ \ pow{\isacharunderscore}int\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequoteopen}int\ {\isasymRightarrow}\ {\isasymalpha}\ {\isasymRightarrow}\ {\isasymalpha}{\isachardoublequoteclose}\ \isakeyword{where}\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   883
\ \ \ \ \ \ {\isachardoublequoteopen}pow{\isacharunderscore}int\ k\ x\ {\isacharequal}\ {\isacharparenleft}if\ k\ {\isachargreater}{\isacharequal}\ {\isadigit{0}}\isanewline
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   884
\ \ \ \ \ \ \ \ then\ pow{\isacharunderscore}nat\ {\isacharparenleft}nat\ k{\isacharparenright}\ x\isanewline
25200
f1d2e106f2fe adjusted
haftmann
parents: 25004
diff changeset
   885
\ \ \ \ \ \ \ \ 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
   886
\begin{isamarkuptext}%
25247
haftmann
parents: 25200
diff changeset
   887
\noindent yields the global definition of
24991
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   888
  \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
   889
  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
   890
\end{isamarkuptext}%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   891
\isamarkuptrue%
c6f5cc939c29 added subclass command
haftmann
parents: 24628
diff changeset
   892
%
25247
haftmann
parents: 25200
diff changeset
   893
\isamarkupsection{Type classes and code generation%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   894
}
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   895
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   896
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   897
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   898
Turning back to the first motivation for type classes,
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   899
  namely overloading, it is obvious that overloading
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   900
  stemming from \isa{{\isasymCLASS}} and \isa{{\isasymINSTANCE}}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   901
  statements naturally maps to Haskell type classes.
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   902
  The code generator framework \cite{isabelle-codegen} 
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   903
  takes this into account.  Concerning target languages
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   904
  lacking type classes (e.g.~SML), type classes
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   905
  are implemented by explicit dictionary construction.
23956
48494ccfabaf updated
haftmann
parents: 23015
diff changeset
   906
  For example, lets go back to the power function:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   907
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   908
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   909
\ \ \ \ \isacommand{definition}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   910
\isanewline
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   911
\ \ \ \ \ \ example\ {\isacharcolon}{\isacharcolon}\ int\ \isakeyword{where}\isanewline
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   912
\ \ \ \ \ \ {\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
   913
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   914
\noindent This maps to Haskell as:%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   915
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   916
\isamarkuptrue%
24628
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   917
\isacommand{export{\isacharunderscore}code}\isamarkupfalse%
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   918
\ 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
   919
\begin{isamarkuptext}%
22317
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   920
\lsthaskell{Thy/code_examples/Classes.hs}
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   921
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   922
  \noindent The whole code in SML with explicit dictionary passing:%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   923
\end{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   924
\isamarkuptrue%
24628
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   925
\isacommand{export{\isacharunderscore}code}\isamarkupfalse%
33137422d7fd updated
haftmann
parents: 23956
diff changeset
   926
\ 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
   927
\begin{isamarkuptext}%
b550d2c6ca90 continued class tutorial
haftmann
parents: 20967
diff changeset
   928
\lstsml{Thy/code_examples/classes.ML}%
20967
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   929
\end{isamarkuptext}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   930
\isamarkuptrue%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   931
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   932
\isadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   933
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   934
\endisadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   935
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   936
\isatagtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   937
\isacommand{end}\isamarkupfalse%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   938
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   939
\endisatagtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   940
{\isafoldtheory}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   941
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   942
\isadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   943
%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   944
\endisadelimtheory
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   945
\isanewline
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   946
\end{isabellebody}%
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   947
%%% Local Variables:
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   948
%%% mode: latex
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   949
%%% TeX-master: "root"
1df105407f87 added tex files to CVS
haftmann
parents:
diff changeset
   950
%%% End: