tuned proof;
authorwenzelm
Tue, 18 Mar 2008 20:33:33 +0100
changeset 26317 01a98fd72eae
parent 26316 9e9e67e33557
child 26318 967323f93c67
tuned proof;
src/HOL/ex/Groebner_Examples.thy
--- a/src/HOL/ex/Groebner_Examples.thy	Tue Mar 18 20:33:31 2008 +0100
+++ b/src/HOL/ex/Groebner_Examples.thy	Tue Mar 18 20:33:33 2008 +0100
@@ -99,7 +99,6 @@
   by (algebra add: collinear_def split_def fst_conv snd_conv)
 
 lemma "EX (d::int). a*y - a*x = n*d \<Longrightarrow> EX u v. a*u + n*v = 1 \<Longrightarrow> EX e. y - x = n*e"
-  apply algebra
-  done
+  by algebra
 
 end