The category of Boolean rings #
This file defines BoolRing
, the category of Boolean rings.
TODO #
Finish the equivalence with BoolAlg
.
The category of Boolean rings.
- carrier : Type u
The underlying type.
- booleanRing : BooleanRing ↑self
Instances For
instance
BoolRing.instConcreteCategoryRingHomCarrier :
CategoryTheory.ConcreteCategory BoolRing fun (x1 x2 : BoolRing) => ↑x1 →+* ↑x2
Equations
Equations
Constructs an isomorphism of Boolean rings from a ring isomorphism between them.
Equations
Instances For
Equations
Equations
@[simp]
@[simp]
@[simp]
@[simp]
The equivalence between Boolean rings and Boolean algebras. This is actually an isomorphism.