Subring of opposite rings #
For every ring R
, we construct an equivalence between subrings of R
and that of Rᵐᵒᵖ
.
@[simp]
@[simp]
@[simp]
@[simp]
Lattice results #
A subring S
of R
determines a subring S.op
of the opposite ring Rᵐᵒᵖ
.
Equations
- Subring.opEquiv = { toFun := Subring.op, invFun := Subring.unop, left_inv := ⋯, right_inv := ⋯, map_rel_iff' := ⋯ }
Instances For
@[simp]
@[simp]
@[simp]
@[simp]
theorem
Subring.ringEquivOpMop_apply
{R : Type u_2}
[Ring R]
(S : Subring R)
(a✝ : ↥S.toSubsemiring)
:
@[simp]
theorem
Subring.mopRingEquivOp_apply_coe
{R : Type u_2}
[Ring R]
(S : Subring R)
(a✝ : (↥S.toSubsemiring)ᵐᵒᵖ)
:
@[simp]