mathlib3 documentation

data.zmod.quotient

zmod n and quotient groups / rings #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

This file relates zmod n to the quotient group quotient_add_group.quotient (add_subgroup.zmultiples n) and to the quotient ring (ideal.span {n}).quotient.

Main definitions #

Tags #

zmod, quotient group, quotient ring, ideal quotient

modulo the ideal generated by a : ℤ is zmod a.nat_abs.

Equations
noncomputable def mul_action.orbit_zpowers_equiv {α : Type u_3} {β : Type u_4} [group α] (a : α) [mul_action α β] (b : β) :

The orbit (a ^ ℤ) • b is a cycle of order minimal_period ((•) a) b.

Equations
noncomputable def add_action.orbit_zmultiples_equiv {α : Type u_1} {β : Type u_2} [add_group α] (a : α) [add_action α β] (b : β) :

The orbit (ℤ • a) +ᵥ b is a cycle of order minimal_period ((+ᵥ) a) b.

Equations
theorem mul_action.orbit_zpowers_equiv_symm_apply {α : Type u_3} {β : Type u_4} [group α] (a : α) [mul_action α β] (b : β) (k : zmod (function.minimal_period (has_smul.smul a) b)) :
theorem add_action.orbit_zmultiples_equiv_symm_apply {α : Type u_3} {β : Type u_4} [add_group α] (a : α) [add_action α β] (b : β) (k : zmod (function.minimal_period (has_vadd.vadd a) b)) :
theorem mul_action.orbit_zpowers_equiv_symm_apply' {α : Type u_3} {β : Type u_4} [group α] (a : α) [mul_action α β] (b : β) (k : ) :
theorem add_action.orbit_zmultiples_equiv_symm_apply' {α : Type u_1} {β : Type u_2} [add_group α] (a : α) [add_action α β] (b : β) (k : ) :
@[protected, instance]
@[protected, instance]