Theorems · Definition · general topology
ContinuousMap.uncurry
{X : Type u_2} →
{Y : Type u_3} →
{Z : Type u_4} →
[inst : TopologicalSpace X] →
[inst_1 : TopologicalSpace Y] →
[inst_2 : TopologicalSpace Z] → [LocallyCompactSpace Y] → C(X, C(Y, Z)) → C(X × Y, Z)The uncurried form of a continuous map X → C(Y, Z) as a continuous map X × Y → Z (if Y is
locally compact). If X is also locally compact, then this is a homeomorphism between the two
function spaces, see Homeomorph.curry.
- Defined in
- Mathlib.Topology.CompactOpen
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- ContinuousMapstatement and proof · cited by 2,491
- LocallyCompactSpacestatement and proof · cited by 324
- ContinuousMap.continuous_uncurry_of_continuousproof · cited by 3
Cited by10
Results whose statement or proof uses this declaration.
- GenLoop.fromLoopproof · cited by 8
- GenLoop.uncurryproof · cited by 2
- GenLoop.homotopyFromproof · cited by 2
- GenLoop.homotopyToproof · cited by 2
- ContinuousMap.continuous_uncurrystatement and proof · cited by 1
- GenLoop.to_fromproof · cited by 0
- GenLoop.fromLoop_coestatement · cited by 0
- Homeomorph.curryproof · cited by 0
- ContinuousMap.uncurry.congr_simpstatement and proof · cited by 0
- ContinuousMap.uncurry_applystatement and proof · cited by 0