proper theory context for formal citations;
authorwenzelm
Sun, 15 Jan 2023 20:00:22 +0100
changeset 76988 7f7d5c93e36b
parent 76987 4c275405faae
child 76989 f327ae3cab2a
proper theory context for formal citations;
src/HOL/Analysis/Infinite_Sum.thy
--- a/src/HOL/Analysis/Infinite_Sum.thy	Sun Jan 15 18:30:18 2023 +0100
+++ b/src/HOL/Analysis/Infinite_Sum.thy	Sun Jan 15 20:00:22 2023 +0100
@@ -9,6 +9,13 @@
 section \<open>Infinite sums\<close>
 \<^latex>\<open>\label{section:Infinite_Sum}\<close>
 
+theory Infinite_Sum
+  imports
+    Elementary_Topology
+    "HOL-Library.Extended_Nonnegative_Real"
+    "HOL-Library.Complex_Order"
+begin
+
 text \<open>In this theory, we introduce the definition of infinite sums, i.e., sums ranging over an
 infinite, potentially uncountable index set with no particular ordering.
 (This is different from series. Those are sums indexed by natural numbers,
@@ -22,12 +29,6 @@
 commutative monoid endowed with a Hausdorff topology.
 (Examples are reals, complex numbers, normed vector spaces, and more.)\<close>
 
-theory Infinite_Sum
-  imports
-    Elementary_Topology
-    "HOL-Library.Extended_Nonnegative_Real"
-    "HOL-Library.Complex_Order"
-begin
 
 subsection \<open>Definition and syntax\<close>