Skip to content

Commit 1bc7481

Browse files
committed
add module docstring
1 parent f38a796 commit 1bc7481

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

FLT/ForMathlib/module_topology.lean

+3-6
Original file line numberDiff line numberDiff line change
@@ -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
61
import Mathlib.Algebra.Module.Projective
72
import Mathlib.LinearAlgebra.TensorProduct.RightExactness
3+
import Mathlib.Topology.Algebra.Module.Basic
4+
5+
/-!
86
9-
/-
107
# The module topology
118
129
If `R` is a topological ring and `M` is an `R`-module, the *module topology* on `M` is

0 commit comments

Comments
 (0)