Theorems · Definition · general topology
Homeomorph.piCongr
{ι₁ : Type u_7} →
{ι₂ : Type u_8} →
{Y₁ : ι₁ → Type u_9} →
{Y₂ : ι₂ → Type u_10} →
[inst : (i₁ : ι₁) → TopologicalSpace (Y₁ i₁)] →
[inst_1 : (i₂ : ι₂) → TopologicalSpace (Y₂ i₂)] →
(e : ι₁ ≃ ι₂) → ((i₁ : ι₁) → Y₁ i₁ ≃ₜ Y₂ (e i₁)) → ((i₁ : ι₁) → Y₁ i₁) ≃ₜ ((i₂ : ι₂) → Y₂ i₂)Equiv.piCongr as a homeomorphism: this is the natural homeomorphism
Π i₁, Y₁ i ≃ₜ Π i₂, Y₂ i₂ obtained from a bijection ι₁ ≃ ι₂ and homeomorphisms
Y₁ i₁ ≃ₜ Y₂ (e i₁) for each i₁ : ι₁.
- Defined in
- Mathlib.Topology.Homeomorph.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 77 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.coestatement and proof · cited by 62,936
- TopologicalSpacestatement and proof · cited by 24,529
- Equivstatement and proof · cited by 8,337
- Homeomorphstatement and proof · cited by 725
- Homeomorph.transproof · cited by 49
- Homeomorph.piCongrLeftproof · cited by 8
- Homeomorph.piCongrRightproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Homeomorph.piCongr_applystatement and proof · cited by 0
- Homeomorph.toEquiv_piCongrstatement and proof · cited by 0