Mathlib Map

Theorems · Theorem · group theory

AddChar.coe_mk

∀ {A : Type u_1} {M : Type u_3} [inst : AddMonoid A] [inst_1 : Monoid M] (f : A → M) (map_zero_eq_one' : f 0 = 1)
  (map_add_eq_mul' : ∀ (a b : A), f (a + b) = f a * f b),
  ⇑{ toFun := f, map_zero_eq_one' := map_zero_eq_one', map_add_eq_mul' := map_add_eq_mul' } = f
Defined in
Mathlib.Algebra.Group.AddChar
Cited by
5 results in Mathlib
Foundations
Depth 11 from the axioms · uses no axioms
Assumes
AddMonoidMonoid

Around this declaration

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

Cites4

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
  • Monoidstatement and proof · cited by 3,887
  • AddMonoidstatement and proof · cited by 2,864
  • AddCharstatement · cited by 286

Cited by5

Results whose statement or proof uses this declaration.