Documentation

LeanPool.OrderPQ.TorsionBy

LeanPool.OrderPQ.TorsionBy #

def Subgroup.torsionBy' (α : Type u_1) [CommGroup α] (d : ) :

The subgroup of elements a of a commutative group α satisfying a ^ d = 1.

Equations
Instances For

    The subgroup of elements a of an additive commutative group α satisfying d • a = 0.

    Equations
    Instances For
      @[simp]
      theorem Subgroup.coe_torsionBy' (α : Type u_1) [CommGroup α] (d : ) :
      (torsionBy' α d) = {a : α | a ^ d = 1}
      @[simp]
      theorem AddSubgroup.coe_torsionBy' (α : Type u_1) [AddCommGroup α] (d : ) :
      (torsionBy' α d) = {a : α | d a = 0}
      @[simp]
      theorem Subgroup.mem_torsionBy' {α : Type u_1} [CommGroup α] (d : ) (a : α) :
      a torsionBy' α d a ^ d = 1
      @[simp]
      theorem AddSubgroup.mem_torsionBy' {α : Type u_1} [AddCommGroup α] (d : ) (a : α) :
      a torsionBy' α d d a = 0