Theorems · Theorem · general topology
IsCompact.tendsto_nhds_of_unique_mapClusterPt
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X} {Y : Type u_2} {l : Filter Y} {y : X} {f : Y → X},
IsCompact s → (∀ᶠ (x : Y) in l, f x ∈ s) → (∀ x ∈ s, MapClusterPt x l f → x = y) → Filter.Tendsto f l (nhds y)If values of f : Y → X belong to a compact set s eventually along a filter l
and y is a unique MapClusterPt for f along l in s,
then f tends to 𝓝 y along l.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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 and proof · cited by 8,121
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallystatement and proof · cited by 3,134
- IsCompactstatement and proof · cited by 1,282
- MapClusterPtstatement and proof · cited by 78
- nhdsSet_singletonproof · cited by 19
- IsCompact.tendsto_nhdsSet_of_mapClusterPtproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.