Skip to content

Commit bc42e64

Browse files
authored
Apply suggestions from code review
1 parent 4e57a4f commit bc42e64

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Mathlib/Analysis/CStarAlgebra/ContinuousFunctionalCalculus/Continuity.lean

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ results in the variable `a` come in two flavors: those for `RCLike 𝕜` and tho
4646
`a₀ : A` along a filter `l` (such that eventually `a x` satisfies the predicate `p` associated to
4747
`𝕜` and has spectrum contained in `s`, as does `a₀`), then `fun x ↦ cfc f (a x)` tends to
4848
`cfc f a₀`.
49-
+ `lipschitzWith_cfc_fun`: The function `f ↦ cfc f a` is Lipschitz with constant with constant 1
49+
+ `lipschitzOnWith_cfc_fun`: The function `f ↦ cfc f a` is Lipschitz with constant with constant 1
5050
with respect to supremum metric (on `R →ᵤ[{spectrum R a}] R`) on those functions which are
5151
continuous on the spectrum.
5252
+ `continuousOn_cfc`: For `f : 𝕜 → 𝕜` continuous on a compact set `s`, `cfc f` is continuous on the
@@ -154,7 +154,7 @@ variable {X R A : Type*} {p : A → Prop} [CommSemiring R] [StarRing R] [MetricS
154154
variable (R) in
155155
open UniformOnFun in
156156
open scoped ContinuousFunctionalCalculus in
157-
/-- The function `f ↦ cfc f a` is Lipschitz with constant with constant 1 with respect to
157+
/-- The function `f ↦ cfc f a` is Lipschitz with constant 1 with respect to
158158
supremum metric (on `R →ᵤ[{spectrum R a}] R`) on those functions which are continuous on
159159
the spectrum. -/
160160
lemma lipschitzOnWith_cfc_fun (a : A) :
@@ -170,7 +170,7 @@ lemma lipschitzOnWith_cfc_fun (a : A) :
170170

171171
open UniformOnFun in
172172
open scoped ContinuousFunctionalCalculus in
173-
/-- The function `f ↦ cfc f a` is Lipschitz with constant with constant 1 with respect to
173+
/-- The function `f ↦ cfc f a` is Lipschitz with constant 1 with respect to
174174
supremum metric (on `R →ᵤ[{s}] R`) on those functions which are continuous on a set `s` containing
175175
the spectrum. -/
176176
lemma lipschitzOnWith_cfc_fun_of_subset (a : A) {s : Set R} (hs : spectrum R a ⊆ s) :
@@ -513,7 +513,7 @@ variable {X R A : Type*} {p : A → Prop} [CommSemiring R] [StarRing R] [MetricS
513513
variable (R) in
514514
open UniformOnFun in
515515
open scoped NonUnitalContinuousFunctionalCalculus in
516-
/-- The function `f ↦ cfcₙ f a` is Lipschitz with constant with constant 1 with respect to
516+
/-- The function `f ↦ cfcₙ f a` is Lipschitz with constant 1 with respect to
517517
supremum metric (on `R →ᵤ[{quasispectrum R a}] R`) on those functions which are continuous on
518518
the quasispectrum and map zero to itself. -/
519519
lemma lipschitzOnWith_cfcₙ_fun (a : A) :
@@ -530,7 +530,7 @@ lemma lipschitzOnWith_cfcₙ_fun (a : A) :
530530

531531
open UniformOnFun in
532532
open scoped ContinuousFunctionalCalculus in
533-
/-- The function `f ↦ cfcₙ f a` is Lipschitz with constant with constant 1 with respect to
533+
/-- The function `f ↦ cfcₙ f a` is Lipschitz with constant 1 with respect to
534534
supremum metric (on `R →ᵤ[{s}] R`) on those functions which are continuous on a set `s` containing
535535
the quasispectrum and map zero to itself. -/
536536
lemma lipschitzOnWith_cfcₙ_fun_of_subset (a : A) {s : Set R} (hs : quasispectrum R a ⊆ s) :

0 commit comments

Comments
 (0)