Unit Ring

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

Ring  A      I\textbf{Ring} \; A \; \otimes \; \oplus \; I

RightUnit  A    U\textbf{RightUnit} \; A \; \otimes \; U


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

  RightUnit[A,tms,U]
}

Last updated