per cases ( A = {} or A <> {} ) ;
suppose A1: A = {} ; :: thesis: f . x,y is Element of A
end;
suppose A <> {} ; :: thesis: f . x,y is Element of A
then reconsider A = A as non empty set ;
reconsider f = f as BinOp of A ;
reconsider x = x, y = y as Element of A ;
f . x,y is Element of A ;
hence f . x,y is Element of A ; :: thesis: verum
end;
end;