set C = RingCat UN;
thus RingCat UN is Category-like :: thesis: ( RingCat UN is transitive & RingCat UN is associative & RingCat UN is reflexive )
proof
let f be Morphism of (RingCat UN); :: according to CAT_1:def 6 :: thesis: for b1 being Element of the carrier' of (RingCat UN) holds
( ( not [b1,f] in proj1 the Comp of (RingCat UN) or dom b1 = cod f ) & ( not dom b1 = cod f or [b1,f] in proj1 the Comp of (RingCat UN) ) )

thus for b1 being Element of the carrier' of (RingCat UN) holds
( ( not [b1,f] in proj1 the Comp of (RingCat UN) or dom b1 = cod f ) & ( not dom b1 = cod f or [b1,f] in proj1 the Comp of (RingCat UN) ) ) by Th21; :: thesis: verum
end;
thus RingCat UN is transitive :: thesis: ( RingCat UN is associative & RingCat UN is reflexive )
proof
let f be Morphism of (RingCat UN); :: according to CAT_1:def 7 :: thesis: for b1 being Element of the carrier' of (RingCat UN) holds
( not dom b1 = cod f or ( dom (b1 (*) f) = dom f & cod (b1 (*) f) = cod b1 ) )

thus for b1 being Element of the carrier' of (RingCat UN) holds
( not dom b1 = cod f or ( dom (b1 (*) f) = dom f & cod (b1 (*) f) = cod b1 ) ) by Lm9; :: thesis: verum
end;
thus RingCat UN is associative :: thesis: RingCat UN is reflexive
proof
let f be Morphism of (RingCat UN); :: according to CAT_1:def 8 :: thesis: for b1, b2 being Element of the carrier' of (RingCat UN) holds
( not dom b2 = cod b1 or not dom b1 = cod f or b2 (*) (b1 (*) f) = (b2 (*) b1) (*) f )

thus for b1, b2 being Element of the carrier' of (RingCat UN) holds
( not dom b2 = cod b1 or not dom b1 = cod f or b2 (*) (b1 (*) f) = (b2 (*) b1) (*) f ) by Lm10; :: thesis: verum
end;
thus RingCat UN is reflexive :: thesis: verum
proof
let a be Element of (RingCat UN); :: according to CAT_1:def 9 :: thesis: not Hom (a,a) = {}
reconsider G = a as Element of RingObjects UN ;
consider x being set such that
x in UN and
W2: GO x,G by Def16;
set ii = ID G;
consider x1, x2, x3, x4, x5, x6 being set such that
x = [[x1,x2,x3,x4],x5,x6] and
W3: ex H being strict Ring st
( G = H & x1 = the carrier of H & x2 = the addF of H & x3 = comp H & x4 = 0. H & x5 = the multF of H & x6 = 1. H ) by W2, Def15;
reconsider G = G as strict Element of RingObjects UN by W3;
reconsider ii = ID G as Morphism of (RingCat UN) ;
reconsider ia = ii as RingMorphismStr ;
A: dom ii = dom ia by Def19
.= a ;
cod ii = cod ia by Def20
.= a ;
then ii in Hom (a,a) by A;
hence Hom (a,a) <> {} ; :: thesis: verum
end;