Theorems · Definition · group theory
SemidirectProduct.map
{N₁ : Type u_4} →
{G₁ : Type u_5} →
{N₂ : Type u_6} →
{G₂ : Type u_7} →
[inst : Group N₁] →
[inst_1 : Group G₁] →
[inst_2 : Group N₂] →
[inst_3 : Group G₂] →
{φ₁ : G₁ →* MulAut N₁} →
{φ₂ : G₂ →* MulAut N₂} →
(fn : N₁ →* N₂) →
(fg : G₁ →* G₂) →
(∀ (g : G₁),
fn.comp (MulEquiv.toMonoidHom (φ₁ g)) = (MulEquiv.toMonoidHom (φ₂ (fg g))).comp fn) →
N₁ ⋊[φ₁] G₁ →* N₂ ⋊[φ₂] G₂Define a map from N₁ ⋊[φ₁] G₁ to N₂ ⋊[φ₂] G₂ given maps N₁ →* N₂ and G₁ →* G₂ that
satisfy a commutativity condition ∀ n g, fn (φ₁ g n) = φ₂ (fg g) (fn n).
- Defined in
- Mathlib.GroupTheory.SemidirectProduct
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Quot.sound
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.
- 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
- SemidirectProduct.rightproof · cited by 35
- SemidirectProduct.leftproof · cited by 30
Cited by8
Results whose statement or proof uses this declaration.
- SemidirectProduct.map_inlstatement · cited by 1
- SemidirectProduct.map.congr_simpstatement and proof · cited by 0
- SemidirectProduct.rightHom_comp_mapstatement · cited by 0
- SemidirectProduct.map_comp_inlstatement · cited by 0
- SemidirectProduct.map_comp_inrstatement · cited by 0
- SemidirectProduct.map_inrstatement · cited by 0
- SemidirectProduct.map_leftstatement · cited by 0
- SemidirectProduct.map_rightstatement · cited by 0