Mathlib Map

Theorems Ā· Theorem Ā· functional analysis

ContinuousOn.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 : X → Set š•œ} (f : š•œ → š•œ) {a : X → A} {t : Set X},
  (āˆ€ x ∈ t, IsCompact (s x)) →
    ContinuousOn a t →
      (āˆ€ xā‚€ ∈ t, āˆ€į¶  (x : X) in nhdsWithin xā‚€ t, spectrum š•œ (a x) āŠ† s xā‚€) →
        (āˆ€ x ∈ t, p (a x)) →
          autoParam (āˆ€ x ∈ t, ContinuousOn f (s x)) ContinuousOn.cfc._auto_1 → ContinuousOn (fun x => cfc f (a x)) t

Suppose a : X → Set A is continuous on t : Set X and a x satisfies the predicate p for all x ∈ t. Suppose further that s : X → Set š•œ is a family of sets with s x compact when x ∈ t such that s xā‚€ contains the spectrum of a x for all sufficiently close x ∈ t. If f : š•œ → š•œ is continuous on s x, for each x ∈ t, then fun x ↦ cfc f (a x) is continuous on t.

Defined in
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity
Cited by
3 results in Mathlib
Foundations
Depth 199 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 by3

Results whose statement or proof uses this declaration.