src/HOL/Real/RealArith.ML
author paulson
Thu, 14 Sep 2000 11:34:13 +0200
changeset 9955 6ed42bcba707
parent 9436 62bb04ab4b01
child 10574 8f98f0301d67
permissions -rw-r--r--
a bit more of division


(*useful??*)
Goal "(z = z + w) = (w = (#0::real))";
by Auto_tac;
qed "real_add_left_cancel0";
Addsimps [real_add_left_cancel0];