Theorems · Theorem · group theory
zpow_induction_right
∀ {G : Type u_3} [inst : Group G] {g : G} {P : G → Prop},
P 1 → (∀ (a : G), P a → P (a * g)) → (∀ (a : G), P a → P (a * g⁻¹)) → ∀ (n : ℤ), P (g ^ n)To show a property of all powers of g it suffices to show it is closed under multiplication
by g and g⁻¹ on the right. For subgroups generated by more than one element, see
Subgroup.closure_induction_right.
- Defined in
- Mathlib.Algebra.Group.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- zpow_zeroproof · cited by 52
- Int.induction_onproof · cited by 21
- zpow_add_oneproof · cited by 18
- zpow_sub_oneproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- cauchy_davenport_minOrder_mulproof · cited by 1