@@ -35,9 +35,9 @@ In the module case one could demand that all `R`-linear maps `A →ₗ[R] R`
35
35
are continuous. But the definition here is one proposed by Yury
36
36
Kudryashov. He pointed out that if `τᵢ : TopologicalSpace A` all make
37
37
the action maps `R × A → A` continuous, then the `Inf` of the `τᵢ`
38
- also has this proprty . This means that there is a smallest (in the `≤` sense,
38
+ also has this property . This means that there is a smallest (in the `≤` sense,
39
39
i.e. the most open sets) topology on `A` such that `• : R × A → A` is
40
- continous . We call topology the *action topology* . It is some kind
40
+ continuous . We call topology the *action topology* . It is some kind
41
41
of "pushforward topology" on `A` coming from the `R`-action, but
42
42
it is not a pushforward in the `f_*` sense of the word because
43
43
there is no fixed `f : R → A`.
@@ -182,7 +182,7 @@ variable {R : Type} [τR : TopologicalSpace R]
182
182
-- let `M` and `N` have an action of `R`
183
183
-- We do not need Mul on R, but there seems to be no class saying just 1 • m = m
184
184
-- so we have to use MulAction
185
- --variable [Monoid R] -- no ContinuousMul becasuse we never need
185
+ --variable [Monoid R] -- no ContinuousMul because we never need
186
186
-- we do not need MulAction because we do not need mul_smul.
187
187
-- We only need one_smul
188
188
variable {M : Type } [Zero M] [SMul R M] [aM : TopologicalSpace M] [IsActionTopology R M]
@@ -192,7 +192,7 @@ open TopologicalSpace in
192
192
lemma prod [MulOneClass.{0 } R] : IsActionTopology.{0 } R (M × N) := by
193
193
constructor
194
194
-- goal: to prove product topology is action topology.
195
- -- Well product topology will obviously have continuous_smul becasue
195
+ -- Well product topology will obviously have continuous_smul because
196
196
-- of continuous_smulprod or whatever, assuming that exists.
197
197
--unfold instTopologicalSpaceProd actionTopology
198
198
apply le_antisymm
0 commit comments