English
The element 1 is star-normal under the stated hypotheses, reinforcing that the unit commutes with its star.
Русский
Единица остаётся звездно-нормальной при данных гипотезах, подчёркивая, что единица коммутирует со звездой.
LaTeX
$$$ [\\text{MulOneClass } R] [\\text{StarMul } R] \\Rightarrow IsStarNormal (1). $$$
Lean4
protected instance one [MulOneClass R] [StarMul R] : IsStarNormal (1 : R) :=
⟨by simp only [Commute.refl, star_one]⟩