Theorems · Theorem · general topology
LowerHemicontinuousAt.exists_seq_tendsto
∀ {α : Type u_3} {β : Type u_4} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → Set β} {x₀ : α},
LowerHemicontinuousAt f x₀ →
∀ {x : ℕ → α},
Filter.Tendsto x Filter.atTop (nhds x₀) →
∀ {y₀ : β},
y₀ ∈ f x₀ →
∀ [(nhds y₀).IsCountablyGenerated],
∃ y, (∀ᶠ (n : ℕ) in Filter.atTop, y n ∈ f (x n)) ∧ Filter.Tendsto y Filter.atTop (nhds y₀)Sequential characterization of lower hemicontinuity:
If f : α → Set β is lower hemicontinuous at x₀, y₀ ∈ f x₀, 𝓝 y₀ is countably generated, and
x : ℕ → α tends to x₀, then there is a companion sequence y : ℕ → β that tends to y₀ with
y n ∈ f (x n) for all sufficiently large n.
This is a partial converse of LowerHemicontinuousAt.of_sequences.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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
- nhdsstatement and proof · cited by 5,554
- 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
- IsOpenproof · cited by 2,400
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- Filter.Eventually.monoproof · cited by 646
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
Cited by1
Results whose statement or proof uses this declaration.
- LowerHemicontinuousAt.exists_subseq_tendstoproof · cited by 0