8749
|
1 |
\begin{isabelle}%
|
9541
|
2 |
\isacommand{lemma}\ {"}(let\ xs\ =\ []\ in\ xs@ys@xs)\ =\ ys{"}\isanewline
|
|
3 |
\isacommand{by}(simp\ add:\ Let\_def)%
|
8749
|
4 |
\begin{isamarkuptext}%
|
|
5 |
If, in a particular context, there is no danger of a combinatorial explosion
|
8771
|
6 |
of nested \isa{let}s one could even add \isa{Let_def} permanently:%
|
8749
|
7 |
\end{isamarkuptext}%
|
9541
|
8 |
\isacommand{lemmas}\ [simp]\ =\ Let\_def\end{isabelle}%
|
9145
|
9 |
%%% Local Variables:
|
|
10 |
%%% mode: latex
|
|
11 |
%%% TeX-master: "root"
|
|
12 |
%%% End:
|