Theorems · Theorem · general topology
UpperHemicontinuousAt.of_sequences
∀ {α : Type u_3} {β : Type u_4} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → Set β} {x₀ : α}
[(nhds x₀).IsCountablyGenerated] {K : Set β},
IsSeqCompact K →
(∀ᶠ (x : α) in nhds x₀, f x ⊆ K) →
(∀ (x : ℕ → α),
Filter.Tendsto x Filter.atTop (nhds x₀) →
∀ (y : ℕ → β),
(∀ (n : ℕ), y n ∈ f (x n)) → ∀ (y₀ : β), Filter.Tendsto y Filter.atTop (nhds y₀) → y₀ ∈ f x₀) →
UpperHemicontinuousAt f x₀Sequential characterization of upper hemicontinuity:
A set-valued function f : α → Set β is upper hemicontinuous at x₀ : α if for every pair
of sequences x : ℕ → α and y : ℕ → β such that x tends to x₀ and y n ∈ f (x n) and
y tends to y₀ : β, then y₀ ∈ f x₀. This requires that there is some (sequentially) compact
set containing all f x' for x' sufficiently close to x.
This is a partial converse of UpperHemicontinuousAt.mem_of_tendsto.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Set.preimageproof · cited by 4,946
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- Set.Nonemptyproof · cited by 2,627
- Filter.atTopstatement and proof · cited by 2,405
- Filter.univ_mem'proof · cited by 1,672
- IsClosedproof · cited by 1,639
- Filter.mp_memproof · cited by 1,537
Cited by1
Results whose statement or proof uses this declaration.
- upperHemicontinuous_spectrumproof · cited by 4