Theorems · Theorem · group theory
Group.nilpotent_center_quotient_ind
∀ {P : (G : Type u_2) → [inst : Group G] → [Group.IsNilpotent G] → Prop} (G : Type u_2) [inst : Group G]
[inst_1 : Group.IsNilpotent G],
(∀ (G : Type u_2) [inst : Group G] [inst_2 : Subsingleton G], P G) →
(∀ (G : Type u_2) [inst : Group G] [inst_2 : Group.IsNilpotent G], P (G ⧸ Subgroup.center G) → P G) → P GA custom induction principle for nilpotent groups. The base case is a trivial group
(subsingleton G), and in the induction step, one can assume the hypothesis for
the group quotiented by its center.
- Defined in
- Mathlib.GroupTheory.Nilpotent
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- GroupGroup.IsNilpotent
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Subgroupstatement · cited by 3,593
- HasQuotient.Quotientstatement and proof · cited by 2,301
- add_tsub_cancel_rightproof · cited by 172
- Subgroup.centerstatement and proof · cited by 121
- Group.IsNilpotentstatement and proof · cited by 80
- Group.nilpotencyClassproof · cited by 47
- Group.nilpotencyClass_quotient_centerproof · cited by 3
- Group.nilpotencyClass_zero_iff_subsingletonproof · cited by 2
Cited by2
Results whose statement or proof uses this declaration.
- Group.normalizerCondition_of_isNilpotentproof · cited by 2
- nilpotent_center_quotient_indproof · cited by 0