Mathlib Map

Theorems · Theorem · general topology

ContinuousMap.continuous_uncurry_of_continuous

∀ {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] (f : C(X, C(Y, Z))),
  Continuous (Function.uncurry fun x y => (f x) y)

The uncurried form of a continuous map X → C(Y, Z) is a continuous map X × Y → Z.

Defined in
Mathlib.Topology.CompactOpen
Cited by
3 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpaceTopologicalSpaceLocallyCompactSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.