merged
authorpaulson
Tue, 12 Mar 2024 12:11:39 +0000
changeset 79865 53d0d2860ed8
parent 79863 81717ee51920 (current diff)
parent 79864 fed0a3c60e2b (diff)
child 79872 85ff8d62c414
child 79875 0e9a809dc0b2
merged
--- a/src/HOL/Complex_Analysis/Meromorphic.thy	Mon Mar 11 23:03:12 2024 +0100
+++ b/src/HOL/Complex_Analysis/Meromorphic.thy	Tue Mar 12 12:11:39 2024 +0000
@@ -59,7 +59,7 @@
   shows   "(\<lambda>y. \<Prod>x\<in>#I. f x y) has_laurent_expansion (\<Prod>x\<in>#I. F x)"
   using assms by (induction I) (auto intro!: laurent_expansion_intros)
 
-subsection \<open>Remove singular points: remove_sings\<close>
+subsection \<open>Remove singular points\<close>
 
 definition remove_sings :: "(complex \<Rightarrow> complex) \<Rightarrow> complex \<Rightarrow> complex" where
   "remove_sings f z = (if \<exists>c. f \<midarrow>z\<rightarrow> c then Lim (at z) f else 0)"