Mathlib Map

Theorems · Theorem · functional analysis

ContinuousAt.cfc

∀ {X : Type u_1} {𝕜 : Type u_2} {A : Type u_3} {p : A → Prop} [inst : RCLike 𝕜] [inst_1 : NormedRing A]
  [inst_2 : StarRing A] [inst_3 : NormedAlgebra 𝕜 A] [inst_4 : IsometricContinuousFunctionalCalculus 𝕜 A p]
  [ContinuousStar A] [inst_6 : TopologicalSpace X] {s : Set 𝕜},
  IsCompact s →
    ∀ (f : 𝕜 → 𝕜) {a : X → A} {x₀ : X},
      ContinuousAt a x₀ →
        (∀ᶠ (x : X) in nhds x₀, spectrum 𝕜 (a x) ⊆ s) →
          (∀ᶠ (x : X) in nhds x₀, p (a x)) →
            autoParam (ContinuousOn f s) ContinuousAt.cfc._auto_1 → ContinuousAt (fun x => cfc f (a x)) x₀

If f : 𝕜 → 𝕜 is continuous on a compact set s and a : X → A is continuous at x₀, and eventually a x satisfies the predicate p associated to 𝕜 and has spectrum contained in s, then fun x ↦ cfc f (a x) is continuous at x₀.

Defined in
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
Cited by
0 results in Mathlib
Foundations
Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedRingStarRingNormedAlgebraIsometricContinuousFunctionalCalculusContinuousStarTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.