diff -r 8b2c46e11674 -r 0fd4abb5fade Quot/Examples/Larry.thy --- a/Quot/Examples/Larry.thy Fri Dec 11 06:58:31 2009 +0100 +++ b/Quot/Examples/Larry.thy Fri Dec 11 08:28:41 2009 +0100 @@ -354,7 +354,7 @@ and C: "\K X. P X \ P (Crypt K X)" and D: "\K X. P X \ P (Decrypt K X)" shows "P msg" -using N M C D by (blast intro: msg_induct_aux) +using N M C D by (rule msg_induct_aux) subsection{*The Abstract Discriminator*}