let x, y, X, Y be set ; :: thesis: for f being PartFunc of X,Y st x in X & y in Y holds
f +* (x .--> y) is PartFunc of X,Y
let f be PartFunc of X,Y; :: thesis: ( x in X & y in Y implies f +* (x .--> y) is PartFunc of X,Y )
assume A1:
( x in X & y in Y )
; :: thesis: f +* (x .--> y) is PartFunc of X,Y
set F = f +* (x .--> y);
A2:
rng (f +* (x .--> y)) c= (rng f) \/ (rng (x .--> y))
by FUNCT_4:18;
then
rng (f +* (x .--> y)) c= Y
by TARSKI:def 3;
then reconsider F1 = f +* (x .--> y) as PartFunc of (dom (f +* (x .--> y))),Y by RELSET_1:11;
then
dom F1 c= X
by TARSKI:def 3;
hence
f +* (x .--> y) is PartFunc of X,Y
by RELSET_1:17; :: thesis: verum