let D be non empty set ; :: thesis: for G, H being Ring holds
( D is RingMorphism_DOMAIN of G,H iff for x being Element of D holds x is Morphism of G,H )

let G, H be Ring; :: thesis: ( D is RingMorphism_DOMAIN of G,H iff for x being Element of D holds x is Morphism of G,H )
thus ( D is RingMorphism_DOMAIN of G,H implies for x being Element of D holds x is Morphism of G,H ) by Def13; :: thesis: ( ( for x being Element of D holds x is Morphism of G,H ) implies D is RingMorphism_DOMAIN of G,H )
thus ( ( for x being Element of D holds x is Morphism of G,H ) implies D is RingMorphism_DOMAIN of G,H ) :: thesis: verum
proof
assume A1: for x being Element of D holds x is Morphism of G,H ; :: thesis: D is RingMorphism_DOMAIN of G,H
then for x being object st x in D holds
x is strict RingMorphism ;
then reconsider D9 = D as RingMorphism_DOMAIN by Def12;
for x being Element of D9 holds x is Morphism of G,H by A1;
hence D is RingMorphism_DOMAIN of G,H by Def13; :: thesis: verum
end;