src/HOL/Complex/NSComplexBin.ML
changeset 14377 f454b3004f8f
parent 14373 67a628beb981
child 14378 69c4d5997669
--- a/src/HOL/Complex/NSComplexBin.ML	Thu Feb 05 04:30:38 2004 +0100
+++ b/src/HOL/Complex/NSComplexBin.ML	Thu Feb 05 10:45:28 2004 +0100
@@ -482,6 +482,7 @@
 
 (*** Real and imaginary stuff ***)
 
+(*Convert???
 Goalw [hcomplex_number_of_def] 
   "((number_of xa :: hcomplex) + iii * number_of ya = \
 \       number_of xb + iii * number_of yb) = \
@@ -561,6 +562,7 @@
     hcomplex_hypreal_number_of,hcomplex_of_hypreal_zero_iff]));
 qed "hcomplex_number_of_eq_cancel_iff3a";
 Addsimps [hcomplex_number_of_eq_cancel_iff3a];
+*)
 
 Goalw [hcomplex_number_of_def] "hcnj (number_of v :: hcomplex) = number_of v";
 by (rtac (hcomplex_hypreal_number_of RS ssubst) 1);