src/HOL/Complex/CStar.ML
changeset 14378 69c4d5997669
parent 14377 f454b3004f8f
--- a/src/HOL/Complex/CStar.ML	Thu Feb 05 10:45:28 2004 +0100
+++ b/src/HOL/Complex/CStar.ML	Tue Feb 10 12:02:11 2004 +0100
@@ -404,10 +404,9 @@
 Goal "( *fcNat* (%n. z ^ n)) N = (hcomplex_of_complex z) hcpow N";
 *)
 
-Goalw [hypnat_of_nat_def] 
-   "( *fc* (%z. z ^ n)) Z = Z hcpow hypnat_of_nat n";
+Goal "( *fc* (%z. z ^ n)) Z = Z hcpow hypnat_of_nat n";
 by (res_inst_tac [("z","Z")] eq_Abs_hcomplex 1);
-by (auto_tac (claset(), simpset() addsimps [hcpow,starfunC]));
+by (auto_tac (claset(), simpset() addsimps [hcpow,starfunC,hypnat_of_nat_eq]));
 qed "starfunC_hcpow";
 
 Goal "( *fc* (%h. f (x + h))) xa  = ( *fc* f) (hcomplex_of_complex  x + xa)";