let A be non empty set ; :: thesis: for y being set
for f being Function holds (f +* (A --> y)) .: A = {y}

let y be set ; :: thesis: for f being Function holds (f +* (A --> y)) .: A = {y}
let f be Function; :: thesis: (f +* (A --> y)) .: A = {y}
now
let u be set ; :: thesis: ( ( u in (f +* (A --> y)) .: A implies u = y ) & ( u = y implies u in (f +* (A --> y)) .: A ) )
thus ( u in (f +* (A --> y)) .: A implies u = y ) :: thesis: ( u = y implies u in (f +* (A --> y)) .: A )
proof
assume u in (f +* (A --> y)) .: A ; :: thesis: u = y
then consider z being set such that
z in dom (f +* (A --> y)) and
A1: z in A and
A2: u = (f +* (A --> y)) . z by FUNCT_1:def 12;
z in dom (A --> y) by A1, FUNCOP_1:19;
then u = (A --> y) . z by A2, FUNCT_4:14;
hence u = y by A1, FUNCOP_1:13; :: thesis: verum
end;
consider x being set such that
A3: x in A by XBOOLE_0:def 1;
A4: x in dom (A --> y) by A3, FUNCOP_1:19;
then A5: x in dom (f +* (A --> y)) by FUNCT_4:13;
(A --> y) . x = y by A3, FUNCOP_1:13;
then y = (f +* (A --> y)) . x by A4, FUNCT_4:14;
hence ( u = y implies u in (f +* (A --> y)) .: A ) by A3, A5, FUNCT_1:def 12; :: thesis: verum
end;
hence (f +* (A --> y)) .: A = {y} by TARSKI:def 1; :: thesis: verum