We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38a796 commit 1bc7481Copy full SHA for 1bc7481
FLT/ForMathlib/module_topology.lean
@@ -1,12 +1,9 @@
1
-import Mathlib.RingTheory.TensorProduct.Basic -- we need tensor products of rings at some point
2
-import Mathlib.Topology.Algebra.Module.Basic -- and we need topological rings and modules
3
-import Mathlib.Tactic
4
-import Mathlib.Topology.Order
5
-import Mathlib.Algebra.Group.Action.Defs
6
import Mathlib.Algebra.Module.Projective
7
import Mathlib.LinearAlgebra.TensorProduct.RightExactness
+import Mathlib.Topology.Algebra.Module.Basic
+
+/-!
8
9
-/-
10
# The module topology
11
12
If `R` is a topological ring and `M` is an `R`-module, the *module topology* on `M` is
0 commit comments