Theorems · Definition · group theory
SemidirectProduct.lift
{N : Type u_1} →
{G : Type u_2} →
{H : Type u_3} →
[inst : Group N] →
[inst_1 : Group G] →
[inst_2 : Group H] →
{φ : G →* MulAut N} →
(fn : N →* H) →
(fg : G →* H) →
(∀ (g : G),
fn.comp (MulEquiv.toMonoidHom (φ g)) = (MulEquiv.toMonoidHom (MulAut.conj (fg g))).comp fn) →
N ⋊[φ] G →* HDefine a group hom N ⋊[φ] G →* H, by defining maps N →* H and G →* H
- Defined in
- Mathlib.GroupTheory.SemidirectProduct
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 33 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
- MonoidHom.compstatement and proof · cited by 469
- MulAutstatement and proof · cited by 158
- MulEquiv.toMonoidHomstatement and proof · cited by 126
- SemidirectProductstatement and proof · cited by 69
- MulAut.conjstatement and proof · cited by 64
- SemidirectProduct.rightproof · cited by 35
- SemidirectProduct.leftproof · cited by 30
Cited by8
Results whose statement or proof uses this declaration.
- SemidirectProduct.monoidHomSubgroupproof · cited by 2
- SemidirectProduct.lift.congr_simpstatement and proof · cited by 1
- SemidirectProduct.lift_inlstatement · cited by 1
- SemidirectProduct.lift_inrstatement · cited by 1
- SemidirectProduct.lift_uniquestatement · cited by 1
- SemidirectProduct.lift_comp_inlstatement · cited by 0
- SemidirectProduct.lift_comp_inrstatement · cited by 0
- SemidirectProduct.hom_extproof · cited by 0