Theorems · Theorem · group theory
vadd_vsub_assoc
∀ {G : Type u_1} {P : Type u_2} [inst : AddGroup G] [T : AddTorsor G P] (g : G) (p₁ p₂ : P),
(g +ᵥ p₁) -ᵥ p₂ = g + (p₁ -ᵥ p₂)Adding a group element to a point, then subtracting another point, produces the same result as subtracting the points then adding the group element.
- Defined in
- Mathlib.Algebra.Torsor.Defs
- Cited by
- 40 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
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.
- AddGroupstatement and proof · cited by 4,410
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddTorsorstatement and proof · cited by 1,657
- VSub.vsubstatement and proof · cited by 817
- vsub_vaddproof · cited by 62
- AddSemigroupAction.add_vaddproof · cited by 43
- vadd_right_cancelproof · cited by 6
Cited by40
Results whose statement or proof uses this declaration.
- vsub_selfproof · cited by 74
- direction_affineSpanproof · cited by 46
- vadd_vsub_vadd_cancel_rightproof · cited by 9
- EuclideanGeometry.reflection_apply'proof · cited by 6
- EuclideanGeometry.angle_eq_pi_iff_sbtwproof · cited by 6
- Wbtw.angle₂₁₃_eq_zero_of_neproof · cited by 5
- AffineSubspace.wOppSide_iff_exists_leftproof · cited by 5
- Wbtw.wOppSide₁₃proof · cited by 4
- vadd_vsub_vadd_cancel_leftproof · cited by 4
- wbtw_pointReflectionproof · cited by 3
- Sbtw.sOppSide_of_notMem_of_memproof · cited by 3
- AffineSubspace.mem_affineSpan_insert_iffproof · cited by 3