Mathlib Map

Theorems · Theorem · group theory

smul_eq_smul_iff_inv_mul_eq_sdiv

∀ {G : Type u_1} {P : Type u_2} [inst : Group G] [T : Torsor G P] {v₁ v₂ : G} {p₁ p₂ : P},
  v₁ • p₁ = v₂ • p₂ ↔ v₁⁻¹ * v₂ = p₁ /ₛ p₂
Defined in
Mathlib.Algebra.Torsor.Defs
Cited by
1 results in Mathlib
Foundations
Depth 13 from the axioms · uses propext
Assumes
GroupTorsor

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.

Cited by1

Results whose statement or proof uses this declaration.