Theorems · Theorem · general topology
LowerHemicontinuousAt.of_sequences
∀ {α : Type u_3} {β : Type u_4} [inst : TopologicalSpace α] [inst_1 : TopologicalSpace β] {f : α → Set β} {x₀ : α}
[(nhds x₀).IsCountablyGenerated],
(∀ (x : ℕ → α),
Filter.Tendsto x Filter.atTop (nhds x₀) →
∀ y₀ ∈ f x₀, ∃ y, (∀ (n : ℕ), y n ∈ f (x n)) ∧ Filter.Tendsto y Filter.atTop (nhds y₀)) →
LowerHemicontinuousAt f x₀Sequential characterization of lower hemicontinuity:
A set-valued function f : α → Set β is lower hemicontinuous at x₀ : α if for every sequence
x : ℕ → α tending to x₀ and every y₀ ∈ f x₀, there exists a sequence y : ℕ → β with
y n ∈ f (x n) for all n that tends to y₀.
- Cited by
- 0 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.
Cites16
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.Eventuallyproof · cited by 3,134
- Set.Nonemptyproof · cited by 2,627
- Filter.atTopstatement and proof · cited by 2,405
- IsOpenproof · cited by 2,400
- IsOpen.mem_nhdsproof · cited by 470
- Filter.IsCountablyGeneratedstatement and proof · cited by 220
- Filter.Tendsto.eventuallyproof · cited by 174
- Filter.Eventually.existsproof · cited by 168
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.