let f1, f2 be Function; :: thesis: ( dom f1 = dom f & ( for x being object st x in dom f holds
f1 . x = proj2 (f . x) ) & dom f2 = dom f & ( for x being object st x in dom f holds
f2 . x = proj2 (f . x) ) implies f1 = f2 )

assume that
A6: dom f1 = dom f and
A7: for x being object st x in dom f holds
f1 . x = proj2 (f . x) and
A8: dom f2 = dom f and
A9: for x being object st x in dom f holds
f2 . x = proj2 (f . x) ; :: thesis: f1 = f2
now :: thesis: for x being object st x in dom f holds
f1 . x = f2 . x
let x be object ; :: thesis: ( x in dom f implies f1 . x = f2 . x )
assume A10: x in dom f ; :: thesis: f1 . x = f2 . x
then f1 . x = proj2 (f . x) by A7;
hence f1 . x = f2 . x by A9, A10; :: thesis: verum
end;
hence f1 = f2 by A6, A8; :: thesis: verum