Commit f38a796 1 parent aa0cf46 commit f38a796 Copy full SHA for f38a796
File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -520,8 +520,6 @@ def Module.topologicalRing : TopologicalRing D :=
520
520
521
521
end commutative
522
522
523
- set_option linter.unusedTactic false
524
-
525
523
lemma continuousSMul (R : Type *) [CommRing R] [TopologicalSpace R] [TopologicalRing R]
526
524
(A : Type *) [AddCommGroup A] [Module R A] [Module.Finite R A] [TopologicalSpace A]
527
525
[IsModuleTopology R A] :
@@ -536,8 +534,7 @@ end ModuleTopology
536
534
537
535
I can only prove that `SMul : R × A → A` is continuous for the module topology if `R` is
538
536
commutative (because my proof uses tensor products) and if `A` is finite (because
539
- I reduce to a basis check ). Is it true in general
540
-
537
+ I reduce to a basis check ). Is it true in general?
541
538
542
539
lemma continuousSMul (R : Type*) [Ring R] [TopologicalSpace R] [TopologicalRing R]
543
540
(A : Type*) [AddCommGroup A] [Module R A] : @ContinuousSMul R A _ _ (moduleTopology R A) := by
@@ -546,6 +543,4 @@ lemma continuousSMul (R : Type*) [Ring R] [TopologicalSpace R] [TopologicalRing
546
543
rw [isModuleTopology R R]
547
544
refine Module.continuous_bilinear ?_
548
545
sorry
549
- done
550
- end ModuleTopology
551
546
-/
You can’t perform that action at this time.
0 commit comments