Theorems · Theorem · general topology
ContinuousMap.compactOpen_eq_generateFrom
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {S : Set (Set X)}
{T : Set (Set Y)},
(∀ K ∈ S, IsCompact K) →
TopologicalSpace.IsTopologicalBasis T →
(∀ (f : C(X, Y)) (x : X), ∀ V ∈ T, f x ∈ V → ∃ K ∈ S, K ∈ nhds x ∧ Set.MapsTo (⇑f) K V) →
ContinuousMap.compactOpen =
TopologicalSpace.generateFrom
(Set.image2 (fun K t => {f | Set.MapsTo (⇑f) K (⋃₀ t)}) S {t | t.Finite ∧ t ⊆ T})- Cited by
- 1 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Filterstatement · cited by 8,121
- Set.ofPredstatement and proof · cited by 6,101
- Set.imageproof · cited by 5,609
- nhdsstatement and proof · cited by 5,554
- ContinuousMapstatement and proof · cited by 2,491
- Set.iUnionproof · cited by 2,483
- IsOpenproof · cited by 2,400
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.secondCountableTopologyproof · cited by 0