Congruences on the opposite ring #
This file defines the order isomorphism between the congruences on a ring R and the congruences on
the opposite ring Rįµįµįµ.
theorem
RingCon.op_iff
{R : Type u_1}
[Add R]
[Mul R]
{c : RingCon R}
{x y : Rįµįµįµ}
:
c.op x y ā c (MulOpposite.unop y) (MulOpposite.unop x)
theorem
RingCon.unop_iff
{R : Type u_1}
[Add R]
[Mul R]
{c : RingCon Rįµįµįµ}
{x y : R}
:
c.unop x y ā c (MulOpposite.op y) (MulOpposite.op x)
The congruences of a ring R biject to the congruences of the opposite ring Rįµįµįµ.
Instances For
@[simp]
theorem
RingCon.opOrderIso_apply
{R : Type u_1}
[Add R]
[Mul R]
(c : RingCon R)
:
opOrderIso c = c.op
@[simp]
theorem
RingCon.opOrderIso_symm_apply
{R : Type u_1}
[Add R]
[Mul R]
(c : RingCon Rįµįµįµ)
:
(RelIso.symm opOrderIso) c = c.unop