let X, Y, Z be set ; :: thesis: for f being Function of X,Y
for g being Function of X,Z st ( Y = {} implies X = {} ) & ( Z = {} implies X = {} ) holds
<:f,g:> is Function of X,[:Y,Z:]

let f be Function of X,Y; :: thesis: for g being Function of X,Z st ( Y = {} implies X = {} ) & ( Z = {} implies X = {} ) holds
<:f,g:> is Function of X,[:Y,Z:]

let g be Function of X,Z; :: thesis: ( ( Y = {} implies X = {} ) & ( Z = {} implies X = {} ) implies <:f,g:> is Function of X,[:Y,Z:] )
assume A1: ( ( Y = {} implies X = {} ) & ( Z = {} implies X = {} ) ) ; :: thesis: <:f,g:> is Function of X,[:Y,Z:]
per cases not ( [:Y,Z:] = {} & not X = {} & not ( [:Y,Z:] = {} & X <> {} ) ) ;
suppose A2: ( [:Y,Z:] = {} implies X = {} ) ; :: thesis: <:f,g:> is Function of X,[:Y,Z:]
end;
suppose ( [:Y,Z:] = {} & X <> {} ) ; :: thesis: <:f,g:> is Function of X,[:Y,Z:]
hence <:f,g:> is Function of X,[:Y,Z:] by A1; :: thesis: verum
end;
end;