let D1, D2 be RingMorphism_DOMAIN of G,H; :: thesis: ( ( for x being object holds
( x in D1 iff x is Morphism of G,H ) ) & ( for x being object holds
( x in D2 iff x is Morphism of G,H ) ) implies D1 = D2 )

assume that
A8: for x being object holds
( x in D1 iff x is Morphism of G,H ) and
A9: for x being object holds
( x in D2 iff x is Morphism of G,H ) ; :: thesis: D1 = D2
for x being object holds
( x in D1 iff x in D2 )
proof
let x be object ; :: thesis: ( x in D1 iff x in D2 )
hereby :: thesis: ( x in D2 implies x in D1 )
assume x in D1 ; :: thesis: x in D2
then x is Morphism of G,H by A8;
hence x in D2 by A9; :: thesis: verum
end;
assume x in D2 ; :: thesis: x in D1
then x is Morphism of G,H by A9;
hence x in D1 by A8; :: thesis: verum
end;
hence D1 = D2 by TARSKI:2; :: thesis: verum