English
The collection CentroidHom α carries a semiring structure, inherited from End α, with addition and multiplication arising from the corresponding operations on End α.
Русский
Набор CentroidHom α образует полукольцо, наследуемое от End α: сложение и произведение соответствуют операциям End α.
LaTeX
$$$Semiring(\mathrm{CentroidHom}(\alpha))$$$
Lean4
instance : Semiring (CentroidHom α) :=
toEnd_injective.semiring _ toEnd_zero toEnd_one toEnd_add toEnd_mul toEnd_smul toEnd_pow toEnd_natCast