Mathlib Map

Theorems · Theorem · group theory

eq_vadd_iff_vsub_eq

∀ {G : Type u_1} {P : Type u_2} [inst : AddGroup G] [T : AddTorsor G P] (p₁ : P) (g : G) (p₂ : P),
  p₁ = g +ᵥ p₂ ↔ p₁ -ᵥ p₂ = g

Convert between an equality with adding a group element to a point and an equality of a subtraction of two points with a group element.

Defined in
Mathlib.Algebra.Torsor.Defs
Cited by
16 results in Mathlib
Foundations
Depth 6 from the axioms · uses no axioms
Assumes
AddGroupAddTorsor

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

EuclideanGeometry.angle_eq_pi_iff_sbtw · cited by 6EuclideanGeometry.angle_e…collinear_iff_of_mem · cited by 4collinear_iff_of_memWbtw.trans_expand_left · cited by 2Wbtw.trans_expand_leftAffine.Simplex.faceOppositeCentroid_eq_smul_vsub_vadd_point · cited by 2Simplex.faceOppositeCentr…EuclideanGeometry.eq_of_dist_eq_of_dist_eq_of_mem_of_finrank_eq_two · cited by 2EuclideanGeometry.eq_of_d…AffineSubspace.wOppSide_self_iff · cited by 1AffineSubspace.wOppSide_s…EuclideanGeometry.Sphere.isDiameter_iff_mem_and_mem_and_dist · cited by 1Sphere.isDiameter_iff_mem…EuclideanGeometry.dist_eq_iff_eq_smul_rotation_pi_div_two_vadd_midpoint · cited by 1EuclideanGeometry.dist_eq…EuclideanGeometry.Sphere.secondInter_eq_self_iff · cited by 1Sphere.secondInter_eq_sel…Affine.Simplex.centroid_mem_median · cited by 1Simplex.centroid_mem_medi…EuclideanGeometry.reflection_eq_self_iff · cited by 1EuclideanGeometry.reflect…vadd_eq_vadd_iff_neg_add_eq_vsub · cited by 1vadd_eq_vadd_iff_neg_add_…Equiv.pointReflection_fixed_iff_of_injective_two_nsmul · cited by 1Equiv.pointReflection_fix…EuclideanGeometry.Sphere.eq_or_eq_secondInter_of_mem_mk'_span_singleton_iff_mem · cited by 1Sphere.eq_or_eq_secondInt…EuclideanGeometry.Sphere.inter_orthRadius_eq_singleton_iff · cited by 0Sphere.inter_orthRadius_e…AddGroup · cited by 4410AddGroupHVAdd.hVAdd · cited by 1820HVAdd.hVAddAddTorsor · cited by 1657AddTorsorVSub.vsub · cited by 817VSub.vsubvsub_vadd · cited by 62vsub_vaddvadd_vsub · cited by 58vadd_vsubeq_vadd_iff_vsub_eqCITED BYCITES

Cites6

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

Cited by16

Results whose statement or proof uses this declaration.