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