Lemmas about quotients in characteristic zero #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
theorem
add_subgroup.zsmul_mem_zmultiples_iff_exists_sub_div
{R : Type u_1}
[division_ring R]
[char_zero R]
{p r : R}
{z : ℤ}
(hz : z ≠ 0) :
z • r
is a multiple of p
iff r
is pk/z
above a multiple of p
, where 0 ≤ k < |z|
.