# HG changeset patch # User paulson # Date 977235343 -3600 # Node ID 16493f0cee9a84f0cb34ea4f34e1d615a88821bf # Parent b18f417d0b6238e14e4581a2878f894bc211fa80 coping with the re-orientation of #nn=x diff -r b18f417d0b62 -r 16493f0cee9a src/HOL/Integ/Bin.ML --- a/src/HOL/Integ/Bin.ML Tue Dec 19 15:14:36 2000 +0100 +++ b/src/HOL/Integ/Bin.ML Tue Dec 19 15:15:43 2000 +0100 @@ -275,13 +275,7 @@ Goal "(m*n = (#0::int)) = (m = #0 | n = #0)"; by (stac (int_0 RS sym) 1 THEN rtac zmult_eq_int0_iff 1); qed "zmult_eq_0_iff"; - -Goal "((#0::int) = m*n) = (#0 = m | #0 = n)"; -by (stac eq_commute 1 THEN stac zmult_eq_0_iff 1); -by Auto_tac; -qed "zmult_0_eq_iff"; - -AddIffs [zmult_eq_0_iff, zmult_0_eq_iff]; +AddIffs [zmult_eq_0_iff]; Goal "(w < z + (#1::int)) = (w