Theorems · Theorem · general topology
Topology.ContinuousMapGeneratedBy.continuousGeneratedBy_iff_uncurry
∀ {ι : Type t} {X : ι → Type u} [inst : (i : ι) → TopologicalSpace (X i)] {Y : Type v} [inst_1 : TopologicalSpace Y]
{Z : Type v'} [inst_2 : TopologicalSpace Z] {T : Type v''} [inst_3 : TopologicalSpace T]
[∀ (i : ι), LocallyCompactSpace (X i)] (g : Z → Topology.ContinuousMapGeneratedBy X Y T),
Topology.ContinuousGeneratedBy X g ↔
∀ ⦃i₁ : ι⦄ (f₁ : C(X i₁, Z)) ⦃i₂ : ι⦄ (f₂ : C(X i₂, Y)),
Continuous fun x =>
match x with
| (x₁, x₂) => (g (f₁ x₁)) (f₂ x₂)- Defined in
- Mathlib.Topology.Convenient.HomSpace
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- TopologicalSpacestatement and proof · cited by 24,529
- Continuousstatement and proof · cited by 2,592
- ContinuousMapstatement and proof · cited by 2,491
- LocallyCompactSpacestatement and proof · cited by 324
- ContinuousMap.continuousproof · cited by 74
- Topology.ContinuousMapGeneratedBystatement and proof · cited by 28
- ContinuousMap.curryproof · cited by 26
- Topology.ContinuousGeneratedBystatement · cited by 16
- Topology.ContinuousMapGeneratedBy.precompproof · cited by 4
- ContinuousMap.continuous_uncurry_of_continuousproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.