repaired document;
authorwenzelm
Sun, 02 Mar 2014 18:11:30 +0100
changeset 55832 8dd16f8dfe99
parent 55831 3a9386b32211
child 55833 6fe16c8a6474
repaired document;
src/HOL/Transcendental.thy
--- a/src/HOL/Transcendental.thy	Sun Mar 02 00:05:35 2014 +0100
+++ b/src/HOL/Transcendental.thy	Sun Mar 02 18:11:30 2014 +0100
@@ -52,7 +52,7 @@
   finally show ?case .
 qed
 
-corollary power_diff_sumr2: --{*COMPLEX_POLYFUN in HOL Light*}
+corollary power_diff_sumr2: --{* @{text COMPLEX_POLYFUN} in HOL Light *}
   fixes x :: "'a::{comm_ring,monoid_mult}"
   shows   "x^n - y^n = (x - y) * (\<Sum>i=0..<n. y^(n - Suc i) * x^i)"
 using lemma_realpow_diff_sumr2[of x "n - 1" y]