Theorems · Definition · general topology
Path.add
{X : Type u_1} →
[inst : TopologicalSpace X] →
[inst_1 : Add X] → [ContinuousAdd X] → {a₁ b₁ a₂ b₂ : X} → Path a₁ b₁ → Path a₂ b₂ → Path (a₁ + a₂) (b₁ + b₂)Pointwise addition of paths in a topological additive group.
- Defined in
- Mathlib.Topology.Path
- Cited by
- 5 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
- ContinuousAddstatement and proof · cited by 777
- Pathstatement and proof · cited by 318
- continuous_addproof · cited by 47
- Path.mapproof · cited by 21
- Path.prodproof · cited by 9
Cited by5
Results whose statement or proof uses this declaration.
- JoinedIn.addproof · cited by 1
- Joined.addproof · cited by 1
- Path.add_applystatement and proof · cited by 1
- Path.segment_add_segmentstatement · cited by 0
- Path.add.congr_simpstatement and proof · cited by 0