Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-04-29 07:43 f8fe5968

View on Github →

chore(algebra/*): missing simp/inj lemmas (#2557) Sometimes I have a specialized ext lemma for A →+ B that uses structure of A (e.g., A = monoid_algebra α R) and want to apply it to A →+* B or A →ₐ[R] B. These coe_*_inj lemmas make it easier. Also add missing simp lemmas for bundled multiplication and rename pow_of_add and gpow_of_add to of_add_smul and of_add_gsmul, respectively.

Estimated changes

deleted theorem gpow_of_add
added theorem mnat_monoid_hom_eq
added theorem mnat_monoid_hom_ext
added theorem of_add_gsmul
added theorem of_add_smul
deleted theorem pow_of_add
added theorem powers_hom_apply
added theorem powers_hom_symm_apply