Theorems · Inductive type · group theory
SemidirectProduct
(N : Type u_1) → (G : Type u_2) → [inst : Group N] → [inst_1 : Group G] → (G →* MulAut N) → Type (max u_1 u_2)
The semidirect product of groups N and G, given a map φ from G to the automorphism
group of N. It is the product of sets with the group operation
⟨n₁, g₁⟩ * ⟨n₂, g₂⟩ = ⟨n₁ * φ g₁ n₂, g₁ * g₂⟩
- Defined in
- Mathlib.GroupTheory.SemidirectProduct
- Cited by
- 69 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by94
Results whose statement or proof uses this declaration.
- SemidirectProduct.rightstatement and proof · cited by 35
- SemidirectProduct.leftstatement and proof · cited by 30
- SemidirectProduct.inlstatement · cited by 20
- SemidirectProduct.inrstatement · cited by 18
- SemidirectProduct.rightHomstatement · cited by 9
- SemidirectProduct.mapstatement and proof · cited by 8
- SemidirectProduct.extstatement and proof · cited by 7
- SemidirectProduct.liftstatement and proof · cited by 7
- SemidirectProduct.congrstatement and proof · cited by 4
- SemidirectProduct.congr'statement · cited by 4
- SemidirectProduct.equivProdstatement and proof · cited by 4
- SemidirectProduct.mk_eq_inl_mul_inrstatement · cited by 3