Mathlib Map

Theorems · Definition · group theory

MulAut.conj

{G : Type u_3} → [inst : Group G] → G →* MulAut G

Group conjugation, MulAut.conj g h = g * h * g⁻¹, as a monoid homomorphism mapping multiplication in G into multiplication in the automorphism group MulAut G. See also the type ConjAct G for any group G, which has a MulAction (ConjAct G) G instance where conj G acts on G by conjugation.

Defined in
Mathlib.Algebra.Group.End
Cited by
64 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Quot.sound
Assumes
Group

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.

  • Groupstatement and proof · cited by 6,238
  • MonoidHomstatement · cited by 3,629
  • MulAutstatement · cited by 158

Cited by73

Results whose statement or proof uses this declaration.