Theorems · Definition · general topology
Topology.ContinuousMapGeneratedBy.curryEquiv
{ι : 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)] →
[∀ (i j : ι), Topology.IsGeneratedBy X (X i × X j)] →
Topology.ContinuousMapGeneratedBy X (Y × Z) T ≃
Topology.ContinuousMapGeneratedBy X Z (Topology.ContinuousMapGeneratedBy X Y T)The bijection between the type of X-continuous maps Y × Z → T and the type of
X-continuous maps Z → ContinuousMapGeneratedBy X Y T.
- Defined in
- Mathlib.Topology.Convenient.HomSpace
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Equivstatement · cited by 8,337
- LocallyCompactSpacestatement and proof · cited by 324
- Topology.IsGeneratedBystatement and proof · cited by 38
- Topology.ContinuousMapGeneratedBystatement and proof · cited by 28
- Topology.ContinuousMapGeneratedBy.compproof · cited by 2
Cited by4
Results whose statement or proof uses this declaration.
- Topology.ContinuousMapGeneratedBy.evproof · cited by 1
- Topology.ContinuousMapGeneratedBy.postcompproof · cited by 1
- Topology.ContinuousMapGeneratedBy.curryEquiv_apply_applystatement · cited by 0
- Topology.ContinuousMapGeneratedBy.curryEquiv_symm_applystatement · cited by 0