doc-src/Tutorial/ToyList/lemma3
author paulson
Mon, 17 Mar 2003 17:37:20 +0100
changeset 13865 0a6bf71955b0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
moved one proof, added another

Goal "(xs @ ys) @ zs = xs @ (ys @ zs)";
by(induct_tac "xs" 1);
by(Auto_tac);