Theorems · Theorem · functional analysis
ContinuousOn.cfc_of_mem_nhdsSet
∀ {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] [CompleteSpace A] [inst_7 : TopologicalSpace X] {s : Set 𝕜} (f : 𝕜 → 𝕜) {a : X → A} {t : Set X},
s ∈ nhdsSet (⋃ x ∈ t, spectrum 𝕜 (a x)) →
ContinuousOn a t →
autoParam (∀ x ∈ t, p (a x)) ContinuousOn.cfc_of_mem_nhdsSet._auto_1 →
autoParam (ContinuousOn f s) ContinuousOn.cfc_of_mem_nhdsSet._auto_3 → ContinuousOn (fun x => cfc f (a x)) tIf f : 𝕜 → 𝕜 is continuous on s and a : X → A is continuous on t : Set X,
and a x satisfies the predicate p associated to 𝕜 and s is a common neighborhood of the
spectra of a x for all x ∈ t, then fun x ↦ cfc f (a x) is continuous on t.
This is weaker than ContinuousOn.cfc since it requires f to be continuous on a neighborhood of
the spectra, but in practice it is often easier to apply because s is not required to be compact,
nor does it require an indexed family of compact sets. This is proven using ContinuousOn.cfc and
upperHemicontinuous_spectrum to produce the necessary family of compact sets.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 200 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterstatement · cited by 8,121
- Set.Elemproof · cited by 7,166
- nhdsproof · cited by 5,554
- Filter.Eventuallyproof · cited by 3,134
- RCLikestatement and proof · cited by 2,829
- CompleteSpacestatement and proof · cited by 2,532
- Set.iUnionstatement and proof · cited by 2,483
- iSupproof · cited by 2,415
- nhdsWithinproof · cited by 1,912
- StarRingstatement and proof · cited by 1,686
Cited by2
Results whose statement or proof uses this declaration.
- Continuous.cfc_of_mem_nhdsSetproof · cited by 0
- CFC.continuousOn_logproof · cited by 0