Mathlib Map

Theorems · Definition · general topology

Homeomorph.sigmaProdDistrib

{Y : Type u_2} →
  [inst : TopologicalSpace Y] →
    {ι : Type u_7} →
      {X : ι → Type u_8} → [inst_1 : (i : ι) → TopologicalSpace (X i)] → ((i : ι) × X i) × Y ≃ₜ (i : ι) × X i × Y

(Σ i, X i) × Y is homeomorphic to Σ i, (X i × Y).

Defined in
Mathlib.Topology.Homeomorph.Lemmas
Cited by
3 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpace

Around this declaration

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

Cites6

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

Cited by3

Results whose statement or proof uses this declaration.