Theorems · Theorem · group theory
AddGroup.nilpotent_center_quotient_ind
∀ {P : (G : Type u_2) → [inst : AddGroup G] → [AddGroup.IsNilpotent G] → Prop} (G : Type u_2) [inst : AddGroup G]
[inst_1 : AddGroup.IsNilpotent G],
(∀ (G : Type u_2) [inst : AddGroup G] [inst_2 : Subsingleton G], P G) →
(∀ (G : Type u_2) [inst : AddGroup G] [inst_2 : AddGroup.IsNilpotent G], P (G ⧸ AddSubgroup.center G) → P G) → P GA custom induction principle for nilpotent additive groups.
The base case is a trivial group (subsingleton G), and in the induction step, one can assume the
hypothesis for the additive group quotiented by its center.
- Defined in
- Mathlib.GroupTheory.Nilpotent
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddGroupAddGroup.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.
- AddGroupstatement and proof · cited by 4,410
- AddSubgroupstatement · cited by 3,232
- HasQuotient.Quotientstatement and proof · cited by 2,301
- add_tsub_cancel_rightproof · cited by 172
- AddGroup.IsNilpotentstatement and proof · cited by 42
- AddSubgroup.centerstatement and proof · cited by 40
- AddGroup.nilpotencyClassproof · cited by 26
- AddGroup.nilpotencyClass_quotient_centerproof · cited by 2
- AddGroup.nilpotencyClass_zero_iff_subsingletonproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.