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
proof
let a be set ; :: thesis: ( a in {1,2} implies <*x,y*> . a in (Carrier <*G1,G2*>) . a )
assume A4: a in {1,2} ; :: thesis: <*x,y*> . a in (Carrier <*G1,G2*>) . a
per cases ( a = 1 or a = 2 ) by A4, TARSKI:def 2;
suppose A5: a = 1 ; :: thesis: <*x,y*> . a in (Carrier <*G1,G2*>) . a
then ex R being 1-sorted st
( R = <*G1,G2*> . 1 & (Carrier <*G1,G2*>) . 1 = the carrier of R ) by A4, PRALG_1:def 13;
hence <*x,y*> . a in (Carrier <*G1,G2*>) . a by A3, A5; :: thesis: verum
end;
suppose A6: a = 2 ; :: thesis: <*x,y*> . a in (Carrier <*G1,G2*>) . a
then ex R being 1-sorted st
( R = <*G1,G2*> . 2 & (Carrier <*G1,G2*>) . 2 = the carrier of R ) by A4, PRALG_1:def 13;
hence <*x,y*> . a in (Carrier <*G1,G2*>) . a by A3, A6; :: thesis: verum
end;
end;
end;
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