Mathlib Map

Theorems · Theorem · group theory

FreeGroup.ext_hom

∀ {α : Type u} {M : Type u_1} [inst : Monoid M] (f g : FreeGroup α →* M),
  (∀ (a : α), f (FreeGroup.of a) = g (FreeGroup.of a)) → f = g

Two homomorphisms out of a free group are equal if they are equal on generators. See note [partially-applied ext lemmas].

Defined in
Mathlib.GroupTheory.FreeGroup.Basic
Cited by
6 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Quot.sound
Assumes
Monoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.