Theorems · Theorem · group theory
HNNExtension.induction_on
∀ {G : Type u_1} [inst : Group G] {A B : Subgroup G} {φ : ↥A ≃* ↥B} {motive : HNNExtension G A B φ → Prop}
(x : HNNExtension G A B φ),
(∀ (g : G), motive (HNNExtension.of g)) →
motive HNNExtension.t →
(∀ (x y : HNNExtension G A B φ), motive x → motive y → motive (x * y)) →
(∀ (x : HNNExtension G A B φ), motive x → motive x⁻¹) → motive x- Defined in
- Mathlib.GroupTheory.HNNExtension
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Group
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Groupstatement and proof · cited by 6,238
- Set.ofPredproof · cited by 6,101
- mul_oneproof · cited by 3,885
- MonoidHomstatement and proof · cited by 3,629
- Subgroupstatement and proof · cited by 3,593
- mul_assocproof · cited by 1,667
- MulEquivstatement and proof · cited by 1,142
- map_oneproof · cited by 861
- MonoidHom.compproof · cited by 469
- MonoidHom.idproof · cited by 323
- Subgroup.subtypeproof · cited by 185
Cited by1
Results whose statement or proof uses this declaration.
- HNNExtension.NormalWord.prod_smulproof · cited by 1