Theorems · Theorem · general topology
ContinuousMap.secondCountableTopology
∀ {X : Type u_1} {Y : Type u_2} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [SecondCountableTopology Y],
(∃ S,
S.Countable ∧
(∀ K ∈ S, IsCompact K) ∧
∀ (f : C(X, Y)) (V : Set Y), IsOpen V → ∀ x ∈ ⇑f ⁻¹' V, ∃ K ∈ S, K ∈ nhds x ∧ Set.MapsTo (⇑f) K V) →
SecondCountableTopology C(X, Y)A version of instSecondCountableTopology with a technical assumption
instead of [SecondCountableTopology X] [LocallyCompactSpace X].
It is here as a reminder of what could be an intermediate goal,
if someone tries to weaken the assumptions in the instance
(e.g., from [LocallyCompactSpace X] to [LocallyCompactPair X Y] - not sure if it's true).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- Filterstatement · cited by 8,121
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Set.preimagestatement and proof · cited by 4,946
- ContinuousMapstatement and proof · cited by 2,491
- IsOpenstatement and proof · cited by 2,400
- Set.Finiteproof · cited by 1,814
- IsCompactstatement and proof · cited by 1,282
- SecondCountableTopologystatement and proof · cited by 750
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.