Theorems · Definition · general topology
Path.mul
{X : Type u_1} →
[inst : TopologicalSpace X] →
[inst_1 : Mul X] → [ContinuousMul X] → {a₁ b₁ a₂ b₂ : X} → Path a₁ b₁ → Path a₂ b₂ → Path (a₁ * a₂) (b₁ * b₂)Pointwise multiplication of paths in a topological group.
- Defined in
- Mathlib.Topology.Path
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- TopologicalSpacestatement and proof · cited by 24,529
- ContinuousMulstatement and proof · cited by 343
- Pathstatement and proof · cited by 318
- continuous_mulproof · cited by 41
- Path.mapproof · cited by 21
- Path.prodproof · cited by 9
Cited by3
Results whose statement or proof uses this declaration.
- Joined.mulproof · cited by 2
- JoinedIn.mulproof · cited by 1
- Path.mul_applystatement and proof · cited by 0