set xy = <*x,y*>;
set G = <*G1,G2*>;
A1:
dom <*x,y*> = {1,2}
by FINSEQ_1:4, FINSEQ_3:29;
A2:
dom (Carrier <*G1,G2*>) = {1,2}
by PARTFUN1:def 4;
A3:
( <*x,y*> . 1 = x & <*x,y*> . 2 = y & <*G1,G2*> . 1 = G1 & <*G1,G2*> . 2 = G2 )
by FINSEQ_1:61;
for a being set st a in {1,2} holds
<*x,y*> . a in (Carrier <*G1,G2*>) . a
then
<*x,y*> in product (Carrier <*G1,G2*>)
by A1, A2, CARD_3:18;
hence
<*x,y*> is Element of (product <*G1,G2*>)
by Def2; :: thesis: verum