let a, b, c, d be set ; :: thesis: 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; :: thesis: ( dom h = {a,b} & h . a = c & h . b = d implies h = a,b --> c,d )
assume A1:
( dom h = {a,b} & h . a = c & h . b = d )
; :: thesis: h = a,b --> c,d
set f = {a} --> c;
set g = {b} --> d;
A2:
( a in {a} & b in {b} )
by TARSKI:def 1;
( dom ({a} --> c) = {a} & dom ({b} --> d) = {b} )
by FUNCOP_1:19;
then A4:
dom h = (dom ({a} --> c)) \/ (dom ({b} --> d))
by A1, ENUMSET1:41;
hence
h = a,b --> c,d
by A4, Def1; :: thesis: verum