Helpers for working with star operators on quotients. #
theorem
ringConGen_star
{R : Type u_1}
[NonUnitalNonAssocSemiring R]
[StarRing R]
{r : R → R → Prop}
(hr : ∀ (a b : R), r a b → r (star a) (star b))
⦃a b : R⦄
:
(ringConGen r) a b → (ringConGen r) (star a) (star b)