Theorems · Theorem · group theory
sdiv_smul_eq_sdiv_div
∀ {G : Type u_1} {P : Type u_2} [inst : Group G] [T : Torsor G P] (p₁ p₂ : P) (g : G), p₁ /ₛ g • p₂ = (p₁ /ₛ p₂) / gDividing by the result of multiplying with a group element produces the same result as dividing the points and dividing by that group element.
- Defined in
- Mathlib.Algebra.Torsor.Defs
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Groupstatement and proof · cited by 6,238
- one_divproof · cited by 624
- mul_div_assocproof · cited by 149
- inv_mul_cancelproof · cited by 107
- SDiv.sdivstatement and proof · cited by 79
- Torsorstatement and proof · cited by 65
- mul_right_injproof · cited by 11
- smul_sdivproof · cited by 4
- sdiv_mul_sdiv_cancelproof · cited by 4
- inv_sdiv_eq_sdiv_revproof · cited by 3
Cited by6
Results whose statement or proof uses this declaration.
- smul_sdiv_smul_cancel_leftproof · cited by 1
- smul_sdiv_smul_commproof · cited by 1
- sdiv_smul_commproof · cited by 1
- sdiv_div_sdiv_cancel_rightproof · cited by 1
- smul_sdiv_smul_cancel_rightproof · cited by 0
- sdiv_div_sdiv_commproof · cited by 0