Mathlib Map

Theorems · Definition · algebraic topology

Path.Homotopic.prod

{α : Type u_1} →
  {β : Type u_2} →
    [inst : TopologicalSpace α] →
      [inst_1 : TopologicalSpace β] →
        {a₁ a₂ : α} →
          {b₁ b₂ : β} →
            Path.Homotopic.Quotient a₁ a₂ → Path.Homotopic.Quotient b₁ b₂ → Path.Homotopic.Quotient (a₁, b₁) (a₂, b₂)

The product of path classes q₁ and q₂. This is Path.prod descended to the quotient.

Defined in
Mathlib.Topology.Homotopy.Product
Cited by
6 results in Mathlib
Foundations
Depth 132 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.

Cites4

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

Cited by7

Results whose statement or proof uses this declaration.