doc-src/TutorialI/Inductive/document/Advanced.tex
author wenzelm
Mon, 08 Oct 2001 12:28:43 +0200
changeset 11708 d27253c4594f
parent 11187 c6e49929e544
child 11866 fbd097aec213
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
     1
%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
     2
\begin{isabellebody}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
     3
\def\isabellecontext{Advanced}%
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
     4
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
     5
\isacommand{theory}\ Advanced\ {\isacharequal}\ Even{\isacharcolon}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
     6
\isanewline
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
     7
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
     8
\isacommand{datatype}\ {\isacharprime}f\ gterm\ {\isacharequal}\ Apply\ {\isacharprime}f\ {\isachardoublequote}{\isacharprime}f\ gterm\ list{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
     9
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    10
\isacommand{datatype}\ integer{\isacharunderscore}op\ {\isacharequal}\ Number\ int\ {\isacharbar}\ UnaryMinus\ {\isacharbar}\ Plus\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    11
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    12
\isacommand{consts}\ gterms\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharprime}f\ set\ {\isasymRightarrow}\ {\isacharprime}f\ gterm\ set{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    13
\isacommand{inductive}\ {\isachardoublequote}gterms\ F{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    14
\isakeyword{intros}\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    15
step{\isacharbrackleft}intro{\isacharbang}{\isacharbrackright}{\isacharcolon}\ {\isachardoublequote}{\isasymlbrakk}{\isasymforall}t\ {\isasymin}\ set\ args{\isachardot}\ t\ {\isasymin}\ gterms\ F{\isacharsemicolon}\ \ f\ {\isasymin}\ F{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    16
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {\isasymLongrightarrow}\ {\isacharparenleft}Apply\ f\ args{\isacharparenright}\ {\isasymin}\ gterms\ F{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    17
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    18
\isacommand{lemma}\ gterms{\isacharunderscore}mono{\isacharcolon}\ {\isachardoublequote}F{\isasymsubseteq}G\ {\isasymLongrightarrow}\ gterms\ F\ {\isasymsubseteq}\ gterms\ G{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    19
\isacommand{apply}\ clarify\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    20
\isacommand{apply}\ {\isacharparenleft}erule\ gterms{\isachardot}induct{\isacharparenright}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    21
\begin{isamarkuptxt}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    22
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    23
\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x\ args\ f{\isachardot}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    24
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymlbrakk}F\ {\isasymsubseteq}\ G{\isacharsemicolon}\ {\isasymforall}t{\isasymin}set\ args{\isachardot}\ t\ {\isasymin}\ gterms\ F\ {\isasymand}\ t\ {\isasymin}\ gterms\ G{\isacharsemicolon}\ f\ {\isasymin}\ F{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    25
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymLongrightarrow}\ Apply\ f\ args\ {\isasymin}\ gterms\ G%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    26
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    27
\end{isamarkuptxt}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    28
\isacommand{apply}\ blast\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    29
\isacommand{done}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    30
\begin{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    31
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    32
\ \ \ \ \ {\isasymlbrakk}a\ {\isasymin}\ even{\isacharsemicolon}\ a\ {\isacharequal}\ {\isadigit{0}}\ {\isasymLongrightarrow}\ P{\isacharsemicolon}\ {\isasymAnd}n{\isachardot}\ {\isasymlbrakk}a\ {\isacharequal}\ Suc\ {\isacharparenleft}Suc\ n{\isacharparenright}{\isacharsemicolon}\ n\ {\isasymin}\ even{\isasymrbrakk}\ {\isasymLongrightarrow}\ P{\isasymrbrakk}\ {\isasymLongrightarrow}\ P%
11173
094b76968484 revisions in response to comments by Tobias
paulson
parents: 10950
diff changeset
    33
\end{isabelle}
094b76968484 revisions in response to comments by Tobias
paulson
parents: 10950
diff changeset
    34
\rulename{even.cases}
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    35
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    36
Just as a demo I include
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    37
the two forms that Markus has made available. First the one for binding the
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    38
result to a name%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    39
\end{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    40
\isacommand{inductive{\isacharunderscore}cases}\ Suc{\isacharunderscore}Suc{\isacharunderscore}cases\ {\isacharbrackleft}elim{\isacharbang}{\isacharbrackright}{\isacharcolon}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    41
\ \ {\isachardoublequote}Suc{\isacharparenleft}Suc\ n{\isacharparenright}\ {\isasymin}\ even{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
    42
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    43
\isacommand{thm}\ Suc{\isacharunderscore}Suc{\isacharunderscore}cases%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    44
\begin{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    45
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    46
\ \ \ \ \ {\isasymlbrakk}Suc\ {\isacharparenleft}Suc\ n{\isacharparenright}\ {\isasymin}\ even{\isacharsemicolon}\ n\ {\isasymin}\ even\ {\isasymLongrightarrow}\ P{\isasymrbrakk}\ {\isasymLongrightarrow}\ P%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    47
\end{isabelle}
11173
094b76968484 revisions in response to comments by Tobias
paulson
parents: 10950
diff changeset
    48
\rulename{Suc_Suc_cases}
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    49
10457
dd669bda2b0c updated;
wenzelm
parents: 10365
diff changeset
    50
and now the one for local usage:%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    51
\end{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    52
\isacommand{lemma}\ {\isachardoublequote}Suc{\isacharparenleft}Suc\ n{\isacharparenright}\ {\isasymin}\ even\ {\isasymLongrightarrow}\ P\ n{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    53
\isacommand{apply}\ {\isacharparenleft}ind{\isacharunderscore}cases\ {\isachardoublequote}Suc{\isacharparenleft}Suc\ n{\isacharparenright}\ {\isasymin}\ even{\isachardoublequote}{\isacharparenright}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    54
\isacommand{oops}\isanewline
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    55
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    56
\isacommand{inductive{\isacharunderscore}cases}\ gterm{\isacharunderscore}Apply{\isacharunderscore}elim\ {\isacharbrackleft}elim{\isacharbang}{\isacharbrackright}{\isacharcolon}\ {\isachardoublequote}Apply\ f\ args\ {\isasymin}\ gterms\ F{\isachardoublequote}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    57
\begin{isamarkuptext}%
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    58
this is what we get:
10457
dd669bda2b0c updated;
wenzelm
parents: 10365
diff changeset
    59
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    60
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    61
\ \ \ \ \ {\isasymlbrakk}Apply\ f\ args\ {\isasymin}\ gterms\ F{\isacharsemicolon}\ {\isasymlbrakk}{\isasymforall}t{\isasymin}set\ args{\isachardot}\ t\ {\isasymin}\ gterms\ F{\isacharsemicolon}\ f\ {\isasymin}\ F{\isasymrbrakk}\ {\isasymLongrightarrow}\ P{\isasymrbrakk}\ {\isasymLongrightarrow}\ P%
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    62
\end{isabelle}
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    63
\rulename{gterm_Apply_elim}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    64
\end{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    65
\isacommand{lemma}\ gterms{\isacharunderscore}IntI\ {\isacharbrackleft}rule{\isacharunderscore}format{\isacharcomma}\ intro{\isacharbang}{\isacharbrackright}{\isacharcolon}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    66
\ \ \ \ \ {\isachardoublequote}t\ {\isasymin}\ gterms\ F\ {\isasymLongrightarrow}\ t\ {\isasymin}\ gterms\ G\ {\isasymlongrightarrow}\ t\ {\isasymin}\ gterms\ {\isacharparenleft}F{\isasyminter}G{\isacharparenright}{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    67
\isacommand{apply}\ {\isacharparenleft}erule\ gterms{\isachardot}induct{\isacharparenright}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    68
\begin{isamarkuptxt}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    69
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    70
\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}args\ f{\isachardot}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    71
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymlbrakk}{\isasymforall}t{\isasymin}set\ args{\isachardot}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    72
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymlbrakk}\ \ \ }t\ {\isasymin}\ gterms\ F\ {\isasymand}\ {\isacharparenleft}t\ {\isasymin}\ gterms\ G\ {\isasymlongrightarrow}\ t\ {\isasymin}\ gterms\ {\isacharparenleft}F\ {\isasyminter}\ G{\isacharparenright}{\isacharparenright}{\isacharsemicolon}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    73
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ \ \ \ }f\ {\isasymin}\ F{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    74
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymLongrightarrow}\ Apply\ f\ args\ {\isasymin}\ gterms\ G\ {\isasymlongrightarrow}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    75
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymLongrightarrow}\ }Apply\ f\ args\ {\isasymin}\ gterms\ {\isacharparenleft}F\ {\isasyminter}\ G{\isacharparenright}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    76
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    77
\end{isamarkuptxt}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    78
\isacommand{apply}\ blast\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    79
\isacommand{done}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    80
\begin{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    81
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    82
\ \ \ \ \ mono\ f\ {\isasymLongrightarrow}\ f\ {\isacharparenleft}A\ {\isasyminter}\ B{\isacharparenright}\ {\isasymsubseteq}\ f\ A\ {\isasyminter}\ f\ B%
11173
094b76968484 revisions in response to comments by Tobias
paulson
parents: 10950
diff changeset
    83
\end{isabelle}
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    84
\rulename{mono_Int}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    85
\end{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    86
\isacommand{lemma}\ gterms{\isacharunderscore}Int{\isacharunderscore}eq\ {\isacharbrackleft}simp{\isacharbrackright}{\isacharcolon}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    87
\ \ \ \ \ {\isachardoublequote}gterms\ {\isacharparenleft}F{\isasyminter}G{\isacharparenright}\ {\isacharequal}\ gterms\ F\ {\isasyminter}\ gterms\ G{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    88
\isacommand{by}\ {\isacharparenleft}blast\ intro{\isacharbang}{\isacharcolon}\ mono{\isacharunderscore}Int\ monoI\ gterms{\isacharunderscore}mono{\isacharparenright}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    89
\isanewline
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    90
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    91
\isacommand{consts}\ integer{\isacharunderscore}arity\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}integer{\isacharunderscore}op\ {\isasymRightarrow}\ nat{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    92
\isacommand{primrec}\isanewline
11708
d27253c4594f *** empty log message ***
wenzelm
parents: 11187
diff changeset
    93
{\isachardoublequote}integer{\isacharunderscore}arity\ {\isacharparenleft}Number\ n{\isacharparenright}\ \ \ \ \ \ \ \ {\isacharequal}\ {\isadigit{0}}{\isachardoublequote}\isanewline
d27253c4594f *** empty log message ***
wenzelm
parents: 11187
diff changeset
    94
{\isachardoublequote}integer{\isacharunderscore}arity\ UnaryMinus\ \ \ \ \ \ \ \ {\isacharequal}\ {\isadigit{1}}{\isachardoublequote}\isanewline
d27253c4594f *** empty log message ***
wenzelm
parents: 11187
diff changeset
    95
{\isachardoublequote}integer{\isacharunderscore}arity\ Plus\ \ \ \ \ \ \ \ \ \ \ \ \ \ {\isacharequal}\ {\isadigit{2}}{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
    96
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    97
\isacommand{consts}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}{\isacharprime}f\ {\isasymRightarrow}\ nat{\isacharparenright}\ {\isasymRightarrow}\ {\isacharprime}f\ gterm\ set{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
    98
\isacommand{inductive}\ {\isachardoublequote}well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
    99
\isakeyword{intros}\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   100
step{\isacharbrackleft}intro{\isacharbang}{\isacharbrackright}{\isacharcolon}\ {\isachardoublequote}{\isasymlbrakk}{\isasymforall}t\ {\isasymin}\ set\ args{\isachardot}\ t\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity{\isacharsemicolon}\ \ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   101
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ length\ args\ {\isacharequal}\ arity\ f{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   102
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {\isasymLongrightarrow}\ {\isacharparenleft}Apply\ f\ args{\isacharparenright}\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   103
\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   104
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   105
\isacommand{consts}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}{\isacharprime}f\ {\isasymRightarrow}\ nat{\isacharparenright}\ {\isasymRightarrow}\ {\isacharprime}f\ gterm\ set{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   106
\isacommand{inductive}\ {\isachardoublequote}well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   107
\isakeyword{intros}\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   108
step{\isacharbrackleft}intro{\isacharbang}{\isacharbrackright}{\isacharcolon}\ {\isachardoublequote}{\isasymlbrakk}args\ {\isasymin}\ lists\ {\isacharparenleft}well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity{\isacharparenright}{\isacharsemicolon}\ \ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   109
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ length\ args\ {\isacharequal}\ arity\ f{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   110
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ {\isasymLongrightarrow}\ {\isacharparenleft}Apply\ f\ args{\isacharparenright}\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   111
\isakeyword{monos}\ lists{\isacharunderscore}mono\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   112
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   113
\isacommand{lemma}\ {\isachardoublequote}well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity\ {\isasymsubseteq}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity{\isachardoublequote}\isanewline
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   114
\isacommand{apply}\ clarify%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   115
\begin{isamarkuptxt}%
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   116
The situation after clarify
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   117
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   118
\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x{\isachardot}\ x\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity\ {\isasymLongrightarrow}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   119
\isaindent{\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x{\isachardot}\ }x\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   120
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   121
\end{isamarkuptxt}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   122
\isacommand{apply}\ {\isacharparenleft}erule\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isachardot}induct{\isacharparenright}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   123
\begin{isamarkuptxt}%
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   124
note the induction hypothesis!
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   125
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   126
\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x\ args\ f{\isachardot}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   127
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymlbrakk}{\isasymforall}t{\isasymin}set\ args{\isachardot}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   128
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymlbrakk}\ \ \ }t\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity\ {\isasymand}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   129
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymlbrakk}\ \ \ }t\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity{\isacharsemicolon}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   130
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ \ \ \ }length\ args\ {\isacharequal}\ arity\ f{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   131
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymLongrightarrow}\ Apply\ f\ args\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   132
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   133
\end{isamarkuptxt}%
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   134
\isacommand{apply}\ auto\isanewline
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   135
\isacommand{done}\isanewline
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   136
\isanewline
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   137
\isanewline
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   138
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   139
\isacommand{lemma}\ {\isachardoublequote}well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity\ {\isasymsubseteq}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity{\isachardoublequote}\isanewline
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   140
\isacommand{apply}\ clarify%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   141
\begin{isamarkuptxt}%
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   142
The situation after clarify
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   143
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   144
\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x{\isachardot}\ x\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity\ {\isasymLongrightarrow}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   145
\isaindent{\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x{\isachardot}\ }x\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   146
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   147
\end{isamarkuptxt}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   148
\isacommand{apply}\ {\isacharparenleft}erule\ well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}{\isachardot}induct{\isacharparenright}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   149
\begin{isamarkuptxt}%
10878
b254d5ad6dd4 auto update
paulson
parents: 10696
diff changeset
   150
note the induction hypothesis!
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   151
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   152
\ {\isadigit{1}}{\isachardot}\ {\isasymAnd}x\ args\ f{\isachardot}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   153
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymlbrakk}args\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   154
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymlbrakk}}{\isasymin}\ lists\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   155
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymlbrakk}{\isasymin}\ \ }{\isacharparenleft}well{\isacharunderscore}formed{\isacharunderscore}gterm{\isacharprime}\ arity\ {\isasyminter}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   156
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ {\isasymlbrakk}{\isasymin}\ \ {\isacharparenleft}}{\isacharbraceleft}x{\isachardot}\ x\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity{\isacharbraceright}{\isacharparenright}{\isacharsemicolon}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   157
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ \ \ \ }length\ args\ {\isacharequal}\ arity\ f{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   158
\isaindent{\ {\isadigit{1}}{\isachardot}\ \ \ \ }{\isasymLongrightarrow}\ Apply\ f\ args\ {\isasymin}\ well{\isacharunderscore}formed{\isacharunderscore}gterm\ arity%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   159
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   160
\end{isamarkuptxt}%
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   161
\isacommand{apply}\ auto\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   162
\isacommand{done}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   163
\begin{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   164
\begin{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   165
\ \ \ \ \ lists\ {\isacharparenleft}A\ {\isasyminter}\ B{\isacharparenright}\ {\isacharequal}\ lists\ A\ {\isasyminter}\ lists\ B%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   166
\end{isabelle}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   167
\end{isamarkuptext}%
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   168
%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   169
\begin{isamarkuptext}%
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   170
the rest isn't used: too complicated.  OK for an exercise though.%
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   171
\end{isamarkuptext}%
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   172
\isacommand{consts}\ integer{\isacharunderscore}signature\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}integer{\isacharunderscore}op\ {\isacharasterisk}\ {\isacharparenleft}unit\ list\ {\isacharasterisk}\ unit{\isacharparenright}{\isacharparenright}\ set{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   173
\isacommand{inductive}\ {\isachardoublequote}integer{\isacharunderscore}signature{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   174
\isakeyword{intros}\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   175
Number{\isacharcolon}\ \ \ \ \ {\isachardoublequote}{\isacharparenleft}Number\ n{\isacharcomma}\ \ \ {\isacharparenleft}{\isacharbrackleft}{\isacharbrackright}{\isacharcomma}\ {\isacharparenleft}{\isacharparenright}{\isacharparenright}{\isacharparenright}\ {\isasymin}\ integer{\isacharunderscore}signature{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   176
UnaryMinus{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}UnaryMinus{\isacharcomma}\ {\isacharparenleft}{\isacharbrackleft}{\isacharparenleft}{\isacharparenright}{\isacharbrackright}{\isacharcomma}\ {\isacharparenleft}{\isacharparenright}{\isacharparenright}{\isacharparenright}\ {\isasymin}\ integer{\isacharunderscore}signature{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   177
Plus{\isacharcolon}\ \ \ \ \ \ \ {\isachardoublequote}{\isacharparenleft}Plus{\isacharcomma}\ \ \ \ \ \ \ {\isacharparenleft}{\isacharbrackleft}{\isacharparenleft}{\isacharparenright}{\isacharcomma}{\isacharparenleft}{\isacharparenright}{\isacharbrackright}{\isacharcomma}\ {\isacharparenleft}{\isacharparenright}{\isacharparenright}{\isacharparenright}\ {\isasymin}\ integer{\isacharunderscore}signature{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   178
\isanewline
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   179
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   180
\isacommand{consts}\ well{\isacharunderscore}typed{\isacharunderscore}gterm\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}{\isacharprime}f\ {\isasymRightarrow}\ {\isacharprime}t\ list\ {\isacharasterisk}\ {\isacharprime}t{\isacharparenright}\ {\isasymRightarrow}\ {\isacharparenleft}{\isacharprime}f\ gterm\ {\isacharasterisk}\ {\isacharprime}t{\isacharparenright}set{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   181
\isacommand{inductive}\ {\isachardoublequote}well{\isacharunderscore}typed{\isacharunderscore}gterm\ sig{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   182
\isakeyword{intros}\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   183
step{\isacharbrackleft}intro{\isacharbang}{\isacharbrackright}{\isacharcolon}\ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   184
\ \ \ \ {\isachardoublequote}{\isasymlbrakk}{\isasymforall}pair\ {\isasymin}\ set\ args{\isachardot}\ pair\ {\isasymin}\ well{\isacharunderscore}typed{\isacharunderscore}gterm\ sig{\isacharsemicolon}\ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   185
\ \ \ \ \ \ sig\ f\ {\isacharequal}\ {\isacharparenleft}map\ snd\ args{\isacharcomma}\ rtype{\isacharparenright}{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   186
\ \ \ \ \ {\isasymLongrightarrow}\ {\isacharparenleft}Apply\ f\ {\isacharparenleft}map\ fst\ args{\isacharparenright}{\isacharcomma}\ rtype{\isacharparenright}\ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   187
\ \ \ \ \ \ \ \ \ {\isasymin}\ well{\isacharunderscore}typed{\isacharunderscore}gterm\ sig{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   188
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   189
\isacommand{consts}\ well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}\ {\isacharcolon}{\isacharcolon}\ {\isachardoublequote}{\isacharparenleft}{\isacharprime}f\ {\isasymRightarrow}\ {\isacharprime}t\ list\ {\isacharasterisk}\ {\isacharprime}t{\isacharparenright}\ {\isasymRightarrow}\ {\isacharparenleft}{\isacharprime}f\ gterm\ {\isacharasterisk}\ {\isacharprime}t{\isacharparenright}set{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   190
\isacommand{inductive}\ {\isachardoublequote}well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}\ sig{\isachardoublequote}\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   191
\isakeyword{intros}\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   192
step{\isacharbrackleft}intro{\isacharbang}{\isacharbrackright}{\isacharcolon}\ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   193
\ \ \ \ {\isachardoublequote}{\isasymlbrakk}args\ {\isasymin}\ lists{\isacharparenleft}well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}\ sig{\isacharparenright}{\isacharsemicolon}\ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   194
\ \ \ \ \ \ sig\ f\ {\isacharequal}\ {\isacharparenleft}map\ snd\ args{\isacharcomma}\ rtype{\isacharparenright}{\isasymrbrakk}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   195
\ \ \ \ \ {\isasymLongrightarrow}\ {\isacharparenleft}Apply\ f\ {\isacharparenleft}map\ fst\ args{\isacharparenright}{\isacharcomma}\ rtype{\isacharparenright}\ \isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   196
\ \ \ \ \ \ \ \ \ {\isasymin}\ well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}\ sig{\isachardoublequote}\isanewline
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   197
\isakeyword{monos}\ lists{\isacharunderscore}mono\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   198
\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   199
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   200
\isacommand{lemma}\ {\isachardoublequote}well{\isacharunderscore}typed{\isacharunderscore}gterm\ sig\ {\isasymsubseteq}\ well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}\ sig{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   201
\isacommand{apply}\ clarify\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   202
\isacommand{apply}\ {\isacharparenleft}erule\ well{\isacharunderscore}typed{\isacharunderscore}gterm{\isachardot}induct{\isacharparenright}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   203
\isacommand{apply}\ auto\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   204
\isacommand{done}\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   205
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   206
\isacommand{lemma}\ {\isachardoublequote}well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}\ sig\ {\isasymsubseteq}\ well{\isacharunderscore}typed{\isacharunderscore}gterm\ sig{\isachardoublequote}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   207
\isacommand{apply}\ clarify\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   208
\isacommand{apply}\ {\isacharparenleft}erule\ well{\isacharunderscore}typed{\isacharunderscore}gterm{\isacharprime}{\isachardot}induct{\isacharparenright}\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   209
\isacommand{apply}\ auto\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   210
\isacommand{done}\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   211
\isanewline
10469
7813f5ccfb18 auto update
paulson
parents: 10457
diff changeset
   212
\isanewline
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   213
\isacommand{end}\isanewline
a17cf465d29a auto generated
paulson
parents:
diff changeset
   214
\isanewline
11187
c6e49929e544 auto-update
paulson
parents: 11173
diff changeset
   215
\end{isabellebody}%
10365
a17cf465d29a auto generated
paulson
parents:
diff changeset
   216
%%% Local Variables:
a17cf465d29a auto generated
paulson
parents:
diff changeset
   217
%%% mode: latex
a17cf465d29a auto generated
paulson
parents:
diff changeset
   218
%%% TeX-master: "root"
a17cf465d29a auto generated
paulson
parents:
diff changeset
   219
%%% End: