doc-src/TutorialI/Inductive/document/Mutual.tex
changeset 11494 23a118849801
parent 10878 b254d5ad6dd4
child 11866 fbd097aec213
equal deleted inserted replaced
11493:f3ff2549cdc8 11494:23a118849801
    27 (simply concatenate the names of the sets involved) and has the conclusion
    27 (simply concatenate the names of the sets involved) and has the conclusion
    28 \begin{isabelle}%
    28 \begin{isabelle}%
    29 \ \ \ \ \ {\isacharparenleft}{\isacharquery}x\ {\isasymin}\ even\ {\isasymlongrightarrow}\ {\isacharquery}P\ {\isacharquery}x{\isacharparenright}\ {\isasymand}\ {\isacharparenleft}{\isacharquery}y\ {\isasymin}\ odd\ {\isasymlongrightarrow}\ {\isacharquery}Q\ {\isacharquery}y{\isacharparenright}%
    29 \ \ \ \ \ {\isacharparenleft}{\isacharquery}x\ {\isasymin}\ even\ {\isasymlongrightarrow}\ {\isacharquery}P\ {\isacharquery}x{\isacharparenright}\ {\isasymand}\ {\isacharparenleft}{\isacharquery}y\ {\isasymin}\ odd\ {\isasymlongrightarrow}\ {\isacharquery}Q\ {\isacharquery}y{\isacharparenright}%
    30 \end{isabelle}
    30 \end{isabelle}
    31 
    31 
    32 If we want to prove that all even numbers are divisible by 2, we have to
    32 If we want to prove that all even numbers are divisible by two, we have to
    33 generalize the statement as follows:%
    33 generalize the statement as follows:%
    34 \end{isamarkuptext}%
    34 \end{isamarkuptext}%
    35 \isacommand{lemma}\ {\isachardoublequote}{\isacharparenleft}m\ {\isasymin}\ even\ {\isasymlongrightarrow}\ {\isadigit{2}}\ dvd\ m{\isacharparenright}\ {\isasymand}\ {\isacharparenleft}n\ {\isasymin}\ odd\ {\isasymlongrightarrow}\ {\isadigit{2}}\ dvd\ {\isacharparenleft}Suc\ n{\isacharparenright}{\isacharparenright}{\isachardoublequote}%
    35 \isacommand{lemma}\ {\isachardoublequote}{\isacharparenleft}m\ {\isasymin}\ even\ {\isasymlongrightarrow}\ {\isadigit{2}}\ dvd\ m{\isacharparenright}\ {\isasymand}\ {\isacharparenleft}n\ {\isasymin}\ odd\ {\isasymlongrightarrow}\ {\isadigit{2}}\ dvd\ {\isacharparenleft}Suc\ n{\isacharparenright}{\isacharparenright}{\isachardoublequote}%
    36 \begin{isamarkuptxt}%
    36 \begin{isamarkuptxt}%
    37 \noindent
    37 \noindent