Theorems · Definition · group theory
HNNExtension.lift
{G : Type u_1} →
[inst : Group G] →
{A B : Subgroup G} →
{φ : ↥A ≃* ↥B} →
{H : Type u_2} →
[inst_1 : Group H] →
(f : G →* H) → (x : H) → (∀ (a : ↥A), x * f ↑a = f ↑(φ a) * x) → HNNExtension G A B φ →* HDefine a function HNNExtension G A B φ →* H, by defining it on G and t
- Defined in
- Mathlib.GroupTheory.HNNExtension
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- MonoidHomstatement and proof · cited by 3,629
- Subgroupstatement and proof · cited by 3,593
- MulEquivstatement and proof · cited by 1,142
- HNNExtensionstatement · cited by 26
- Monoid.Coprod.liftproof · cited by 13
- Con.liftproof · cited by 12
- zpowersHomproof · cited by 9
- HNNExtension.conproof · cited by 1
Cited by5
Results whose statement or proof uses this declaration.
- HNNExtension.lift_tstatement · cited by 3
- HNNExtension.NormalWord.t_pow_smul_eq_unitsSMulproof · cited by 2
- HNNExtension.lift_ofstatement · cited by 2
- HNNExtension.induction_onproof · cited by 1
- HNNExtension.lift.congr_simpstatement and proof · cited by 0