@@ -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
154154variable (R) in
155155open UniformOnFun in
156156open 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
158158supremum metric (on `R →ᵤ[{spectrum R a}] R`) on those functions which are continuous on
159159the spectrum. -/
160160lemma lipschitzOnWith_cfc_fun (a : A) :
@@ -170,7 +170,7 @@ lemma lipschitzOnWith_cfc_fun (a : A) :
170170
171171open UniformOnFun in
172172open 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
174174supremum metric (on `R →ᵤ[{s}] R`) on those functions which are continuous on a set `s` containing
175175the spectrum. -/
176176lemma 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
513513variable (R) in
514514open UniformOnFun in
515515open 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
517517supremum metric (on `R →ᵤ[{quasispectrum R a}] R`) on those functions which are continuous on
518518the quasispectrum and map zero to itself. -/
519519lemma lipschitzOnWith_cfcₙ_fun (a : A) :
@@ -530,7 +530,7 @@ lemma lipschitzOnWith_cfcₙ_fun (a : A) :
530530
531531open UniformOnFun in
532532open 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
534534supremum metric (on `R →ᵤ[{s}] R`) on those functions which are continuous on a set `s` containing
535535the quasispectrum and map zero to itself. -/
536536lemma lipschitzOnWith_cfcₙ_fun_of_subset (a : A) {s : Set R} (hs : quasispectrum R a ⊆ s) :
0 commit comments