let X, Y be set ; for f being Function st X c= dom f & f .: X c= Y holds
<:f,X,Y:> is total
let f be Function; ( X c= dom f & f .: X c= Y implies <:f,X,Y:> is total )
assume that
A1:
X c= dom f
and
A2:
f .: X c= Y
; <:f,X,Y:> is total
X c= dom <:f,X,Y:>
proof
let x be
object ;
TARSKI:def 3 ( not x in X or x in dom <:f,X,Y:> )
assume A3:
x in X
;
x in dom <:f,X,Y:>
then
f . x in f .: X
by A1, FUNCT_1:def 6;
hence
x in dom <:f,X,Y:>
by A1, A2, A3, Th24;
verum
end;
hence
dom <:f,X,Y:> = X
; PARTFUN1:def 2 verum