doc-src/AxClass/generated/Product.tex
author wenzelm
Sun, 15 Oct 2000 19:51:56 +0200
changeset 10223 31346d22bb54
parent 10207 c7c64cd26fc9
child 10310 d78de58fe368
permissions -rw-r--r--
tuned;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9767
dc2ee9b2e065 updated;
wenzelm
parents: 9672
diff changeset
     1
%
dc2ee9b2e065 updated;
wenzelm
parents: 9672
diff changeset
     2
\begin{isabellebody}%
9921
7acefd99e748 updated;
wenzelm
parents: 9767
diff changeset
     3
\def\isabellecontext{Product}%
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
     4
%
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
     5
\isamarkupheader{Syntactic classes}
9672
2c208c98f541 updated;
wenzelm
parents: 9665
diff changeset
     6
\isacommand{theory}\ Product\ {\isacharequal}\ Main{\isacharcolon}%
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
     7
\begin{isamarkuptext}%
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
     8
\medskip\noindent There is still a feature of Isabelle's type system
8907
wenzelm
parents: 8903
diff changeset
     9
 left that we have not yet discussed.  When declaring polymorphic
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    10
 constants \isa{c\ {\isasymColon}\ {\isasymsigma}}, the type variables occurring in \isa{{\isasymsigma}}
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    11
 may be constrained by type classes (or even general sorts) in an
8907
wenzelm
parents: 8903
diff changeset
    12
 arbitrary way.  Note that by default, in Isabelle/HOL the declaration
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    13
 \isa{{\isasymodot}\ {\isasymColon}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a} is actually an abbreviation for
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    14
 \isa{{\isasymodot}\ {\isasymColon}\ {\isacharprime}a{\isasymColon}term\ {\isasymRightarrow}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a} Since class \isa{term} is the
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    15
 universal class of HOL, this is not really a constraint at all.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    16
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    17
 The \isa{product} class below provides a less degenerate example of
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    18
 syntactic type classes.%
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    19
\end{isamarkuptext}%
8890
9a44d8d98731 snapshot of new Isar'ized version;
wenzelm
parents:
diff changeset
    20
\isacommand{axclass}\isanewline
9665
2a6d7f1409f9 updated;
wenzelm
parents: 9519
diff changeset
    21
\ \ product\ {\isacharless}\ {\isachardoublequote}term{\isachardoublequote}\isanewline
8890
9a44d8d98731 snapshot of new Isar'ized version;
wenzelm
parents:
diff changeset
    22
\isacommand{consts}\isanewline
10207
c7c64cd26fc9 updated;
wenzelm
parents: 10140
diff changeset
    23
\ \ product\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharprime}a{\isasymColon}product\ {\isasymRightarrow}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a{\isachardoublequote}\ \ \ \ {\isacharparenleft}\isakeyword{infixl}\ {\isachardoublequote}{\isasymodot}{\isachardoublequote}\ {\isadigit{7}}{\isadigit{0}}{\isacharparenright}%
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    24
\begin{isamarkuptext}%
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    25
Here class \isa{product} is defined as subclass of \isa{term}
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    26
 without any additional axioms.  This effects in logical equivalence
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    27
 of \isa{product} and \isa{term}, as is reflected by the trivial
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    28
 introduction rule generated for this definition.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    29
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    30
 \medskip So what is the difference of declaring
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    31
 \isa{{\isasymodot}\ {\isasymColon}\ {\isacharprime}a{\isasymColon}product\ {\isasymRightarrow}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a} vs.\ declaring
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    32
 \isa{{\isasymodot}\ {\isasymColon}\ {\isacharprime}a{\isasymColon}term\ {\isasymRightarrow}\ {\isacharprime}a\ {\isasymRightarrow}\ {\isacharprime}a} anyway?  In this particular case
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    33
 where \isa{product\ {\isasymequiv}\ term}, it should be obvious that both
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    34
 declarations are the same from the logic's point of view.  It even
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    35
 makes the most sense to remove sort constraints from constant
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    36
 declarations, as far as the purely logical meaning is concerned
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    37
 \cite{Wenzel:1997:TPHOL}.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    38
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    39
 On the other hand there are syntactic differences, of course.
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    40
 Constants \isa{{\isasymodot}} on some type \isa{{\isasymtau}} are rejected by the
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    41
 type-checker, unless the arity \isa{{\isasymtau}\ {\isasymColon}\ product} is part of the
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    42
 type signature.  In our example, this arity may be always added when
10223
wenzelm
parents: 10207
diff changeset
    43
 required by means of an $\INSTANCE$ with the trivial proof
wenzelm
parents: 10207
diff changeset
    44
 $\BY{intro_classes}$.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    45
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    46
 \medskip Thus, we may observe the following discipline of using
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    47
 syntactic classes.  Overloaded polymorphic constants have their type
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    48
 arguments restricted to an associated (logically trivial) class
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    49
 \isa{c}.  Only immediately before \emph{specifying} these constants
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    50
 on a certain type \isa{{\isasymtau}} do we instantiate \isa{{\isasymtau}\ {\isasymColon}\ c}.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    51
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    52
 This is done for class \isa{product} and type \isa{bool} as
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    53
 follows.%
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    54
\end{isamarkuptext}%
9672
2c208c98f541 updated;
wenzelm
parents: 9665
diff changeset
    55
\isacommand{instance}\ bool\ {\isacharcolon}{\isacharcolon}\ product\isanewline
9665
2a6d7f1409f9 updated;
wenzelm
parents: 9519
diff changeset
    56
\ \ \isacommand{by}\ intro{\isacharunderscore}classes\isanewline
2a6d7f1409f9 updated;
wenzelm
parents: 9519
diff changeset
    57
\isacommand{defs}\ {\isacharparenleft}\isakeyword{overloaded}{\isacharparenright}\isanewline
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    58
\ \ product{\isacharunderscore}bool{\isacharunderscore}def{\isacharcolon}\ {\isachardoublequote}x\ {\isasymodot}\ y\ {\isasymequiv}\ x\ {\isasymand}\ y{\isachardoublequote}%
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    59
\begin{isamarkuptext}%
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    60
The definition \isa{prod{\isacharunderscore}bool{\isacharunderscore}def} becomes syntactically
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    61
 well-formed only after the arity \isa{bool\ {\isasymColon}\ product} is made
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    62
 known to the type checker.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    63
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    64
 \medskip It is very important to see that above $\DEFS$ are not
10223
wenzelm
parents: 10207
diff changeset
    65
 directly connected with $\INSTANCE$ at all!  We were just following
wenzelm
parents: 10207
diff changeset
    66
 our convention to specify \isa{{\isasymodot}} on \isa{bool} after having
wenzelm
parents: 10207
diff changeset
    67
 instantiated \isa{bool\ {\isasymColon}\ product}.  Isabelle does not require
wenzelm
parents: 10207
diff changeset
    68
 these definitions, which is in contrast to programming languages like
wenzelm
parents: 10207
diff changeset
    69
 Haskell \cite{haskell-report}.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    70
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    71
 \medskip While Isabelle type classes and those of Haskell are almost
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    72
 the same as far as type-checking and type inference are concerned,
8907
wenzelm
parents: 8903
diff changeset
    73
 there are important semantic differences.  Haskell classes require
wenzelm
parents: 8903
diff changeset
    74
 their instances to \emph{provide operations} of certain \emph{names}.
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    75
 Therefore, its \texttt{instance} has a \texttt{where} part that tells
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    76
 the system what these ``member functions'' should be.
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    77
10140
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    78
 This style of \texttt{instance} would not make much sense in
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    79
 Isabelle's meta-logic, because there is no internal notion of
ba9297b71897 major cleanup -- improved typesetting;
wenzelm
parents: 9921
diff changeset
    80
 ``providing operations'' or even ``names of functions''.%
8903
78d6e47469e4 new Isar version;
wenzelm
parents: 8890
diff changeset
    81
\end{isamarkuptext}%
9767
dc2ee9b2e065 updated;
wenzelm
parents: 9672
diff changeset
    82
\isacommand{end}\end{isabellebody}%
9145
9f7b8de5bfaf updated;
wenzelm
parents: 8907
diff changeset
    83
%%% Local Variables:
9f7b8de5bfaf updated;
wenzelm
parents: 8907
diff changeset
    84
%%% mode: latex
9f7b8de5bfaf updated;
wenzelm
parents: 8907
diff changeset
    85
%%% TeX-master: "root"
9f7b8de5bfaf updated;
wenzelm
parents: 8907
diff changeset
    86
%%% End: