Skip to content

Commit ee02d47

Browse files
committed
chore: fix spelling mistakes
1 parent 7d1041c commit ee02d47

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

FLT/ForMathlib/ActionTopology.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ instance instId (R : Type*) [Semiring R] [τR : TopologicalSpace R] [Topological
155155
/- Let `R` be a topological ring with topology τR. To prove that `τR` is the action
156156
topology, it suffices to prove inclusions in both directions.
157157
One way is obvious: addition and multiplication are continuous for `R`, so the
158-
action topology is finer than `R` because it's the finest topology wih these properties.-/
158+
action topology is finer than `R` because it's the finest topology with these properties.-/
159159
refine le_antisymm ?_ (actionTopology_le R R)
160160
/- The other way is more interesting. We can interpret the problem as proving that
161161
the identity function is continuous from `R` with the action topology to `R` with

FLT/HIMExperiments/ContinuousSMul_topology.lean

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ In the module case one could demand that all `R`-linear maps `A →ₗ[R] R`
3535
are continuous. But the definition here is one proposed by Yury
3636
Kudryashov. He pointed out that if `τᵢ : TopologicalSpace A` all make
3737
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,
3939
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
4141
of "pushforward topology" on `A` coming from the `R`-action, but
4242
it is not a pushforward in the `f_*` sense of the word because
4343
there is no fixed `f : R → A`.
@@ -182,7 +182,7 @@ variable {R : Type} [τR : TopologicalSpace R]
182182
-- let `M` and `N` have an action of `R`
183183
-- We do not need Mul on R, but there seems to be no class saying just 1 • m = m
184184
-- 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
186186
-- we do not need MulAction because we do not need mul_smul.
187187
-- We only need one_smul
188188
variable {M : Type} [Zero M] [SMul R M] [aM : TopologicalSpace M] [IsActionTopology R M]
@@ -192,7 +192,7 @@ open TopologicalSpace in
192192
lemma prod [MulOneClass.{0} R] : IsActionTopology.{0} R (M × N) := by
193193
constructor
194194
-- 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
196196
-- of continuous_smulprod or whatever, assuming that exists.
197197
--unfold instTopologicalSpaceProd actionTopology
198198
apply le_antisymm

FLT/HIMExperiments/dual_topology.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ In the module case one could demand that all `R`-linear maps `A →ₗ[R] R`
4343
are continuous. But the definition here is one proposed by Yury
4444
Kudryashov. He pointed out that if `τᵢ : TopologicalSpace A` all make
4545
the action maps `R × A → A` continuous, then the `Inf` of the `τᵢ`
46-
also has this proprty. This means that there is a smallest (in the `≤` sense,
46+
also has this property. This means that there is a smallest (in the `≤` sense,
4747
i.e. the most open sets) topology on `A` such that `• : R × A → A` is
48-
continous. We call topology the *action topology*. It is some kind
48+
continuous. We call topology the *action topology*. It is some kind
4949
of "pushforward topology" on `A` coming from the `R`-action, but
5050
it is not a pushforward in the `f_*` sense of the word because
5151
there is no fixed `f : R → A`.

FLT/HIMExperiments/module_topology.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ variable {N : Type*} [AddCommGroup N] [Module A N]
7575
/-- The "canonical topology" on a module `M` over a topological ring `A`. It's defined as
7676
the weakest topology on `M` which makes every `A`-linear map `M → A` continuous. -/
7777
-- make it an abbreviation not a definition; this means that Lean "prints `Module.topology`
78-
-- in the tactic state for the human reader" but interally is syntactically equal to
78+
-- in the tactic state for the human reader" but internally is syntactically equal to
7979
-- to the `iInf`, meaning that all the `iInf` rewrites still work.
8080
abbrev Module.topology : TopologicalSpace M :=
8181
-- Topology defined as greatest lower bound of pullback topologies. So it's the biggest

FLT/HIMExperiments/right_module_topology.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ section one
5757

5858
variable {R : Type*} [τR : TopologicalSpace R]
5959

60-
-- this proof shoudl be much easier
60+
-- this proof should be much easier
6161
example [Monoid R] [ContinuousMul R] :
6262
IsActionTopology R R where
6363
isActionTopology' := by
@@ -79,7 +79,7 @@ example [Monoid R] [ContinuousMul R] :
7979
convert hσ
8080
simp only [smul_eq_mul, mul_one]
8181
rfl
82-
-- this proof shoudl be much easier
82+
-- this proof should be much easier
8383
end one
8484

8585
section type_stuff

blueprint/src/util.sty

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
\definecolor{param_col}{RGB}{206, 120, 232}
104104
\definecolor{ih_col}{RGB}{232, 191, 120}
105105

106-
% we don't have `frame hidden` since we can't use `skins` from tcolorbox withou compile errors
106+
% we don't have `frame hidden` since we can't use `skins` from tcolorbox without compile errors
107107
\tcolorboxenvironment{definition}{colback=def_col!30,colframe=white,breakable,arc=0mm}
108108
\tcolorboxenvironment{claim}{colback=lemma_col!30,colframe=white,breakable,arc=0mm}
109109
\tcolorboxenvironment{proposition}{colback=lemma_col!30,colframe=white,breakable,arc=0mm}

0 commit comments

Comments
 (0)