let a, b be set ; :: thesis: <*a,b*> = 1,2 --> a,b
set f = 1,2 --> a,b;
set g = <*a,b*>;
A1:
dom <*a,b*> = {1,2}
by FINSEQ_1:4, FINSEQ_3:29;
A2:
dom (1,2 --> a,b) = {1,2}
by FUNCT_4:65;
now let x be
set ;
:: thesis: ( x in dom (1,2 --> a,b) implies (1,2 --> a,b) . b1 = <*a,b*> . b1 )assume A3:
x in dom (1,2 --> a,b)
;
:: thesis: (1,2 --> a,b) . b1 = <*a,b*> . b1 end;
hence
<*a,b*> = 1,2 --> a,b
by A1, A2, FUNCT_1:9; :: thesis: verum