Theorems · Definition · group theory
AddGroupExtension.Equiv.casesOn
{N : Type u_1} →
{E : Type u_2} →
{G : Type u_3} →
[inst : AddGroup N] →
[inst_1 : AddGroup E] →
[inst_2 : AddGroup G] →
{S : AddGroupExtension N E G} →
{E' : Type u_4} →
[inst_3 : AddGroup E'] →
{S' : AddGroupExtension N E' G} →
{motive : S.Equiv S' → Sort u} →
(t : S.Equiv S') →
((toAddEquiv : E ≃+ E') →
(inl_comm : ⇑toAddEquiv ∘ ⇑S.inl = ⇑S'.inl) →
(rightHom_comm : ⇑S'.rightHom ∘ ⇑toAddEquiv = ⇑S.rightHom) →
motive
{ toAddEquiv := toAddEquiv, inl_comm := inl_comm, rightHom_comm := rightHom_comm }) →
motive t- Defined in
- Mathlib.GroupTheory.GroupExtension.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- AddGroupstatement and proof · cited by 4,410
- AddMonoidHomstatement · cited by 3,230
- AddEquivstatement and proof · cited by 1,087
- AddGroupExtensionstatement and proof · cited by 50
- AddGroupExtension.rightHomstatement and proof · cited by 28
- AddGroupExtension.inlstatement and proof · cited by 20
- AddGroupExtension.Equivstatement and proof · cited by 16
Cited by2
Results whose statement or proof uses this declaration.
- AddGroupExtension.Equiv.noConfusionproof · cited by 0
- AddGroupExtension.Equiv.noConfusionTypeproof · cited by 0