let a, b, c, d be object ; for g being Function st dom g = {a,b} & g . a = c & g . b = d holds
g = (a,b) --> (c,d)
let h be Function; ( dom h = {a,b} & h . a = c & h . b = d implies h = (a,b) --> (c,d) )
assume that
A1:
dom h = {a,b}
and
A2:
h . a = c
and
A3:
h . b = d
; h = (a,b) --> (c,d)
set f = {a} --> c;
set g = {b} --> d;
A4:
b in {b}
by TARSKI:def 1;
A5:
a in {a}
by TARSKI:def 1;
dom h = (dom ({a} --> c)) \/ (dom ({b} --> d))
by A1, ENUMSET1:1;
hence
h = (a,b) --> (c,d)
by A6, Def1; verum