Theorems · Definition · general topology
Path.prod
{X : Type u_1} →
{Y : Type u_2} →
[inst : TopologicalSpace X] →
[inst_1 : TopologicalSpace Y] → {a₁ a₂ : X} → {b₁ b₂ : Y} → Path a₁ a₂ → Path b₁ b₂ → Path (a₁, b₁) (a₂, b₂)Given a path in X and a path in Y, we can take their pointwise product to get a path in
X × Y.
- Defined in
- Mathlib.Topology.Path
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 121 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.
- TopologicalSpacestatement and proof · cited by 24,529
- Set.Elemproof · cited by 7,166
- ContinuousMapproof · cited by 2,491
- unitIntervalproof · cited by 607
- Pathstatement and proof · cited by 318
- Path.toContinuousMapproof · cited by 27
- ContinuousMap.prodMkproof · cited by 9
Cited by13
Results whose statement or proof uses this declaration.
- Path.Homotopic.prodproof · cited by 6
- Path.addproof · cited by 5
- Path.mulproof · cited by 3
- Path.prod_coestatement · cited by 2
- Path.Homotopic.prod_liftstatement · cited by 2
- Path.trans_prod_eq_prod_transstatement · cited by 1
- Joined.prodproof · cited by 1
- Path.Homotopic.prodHomotopystatement · cited by 1
- JoinedIn.prodproof · cited by 1
- Path.Homotopic.comp_prod_eq_prod_compproof · cited by 0
- Path.Homotopic.map_trans_evalAtproof · cited by 0
- Path.Homotopic.projLeft_prodproof · cited by 0