Boolean Ring

BooleanRing  A      I  U\textbf{BooleanRing} \; A \; \otimes \; \oplus \; I \; U

UnitRing  A      I  U\textbf{UnitRing} \; A \; \otimes \; \oplus \; I \; U

Idempotent  A  \textbf{Idempotent} \; A \; \otimes


pred BooleanRing(A: set univ, tms,pls: univ->univ->univ, I,U: univ) {
  UnitRing[A,tms,pls,I,U]
  Idempotent[A,tms]
}

Last updated