let X, Y, P be set ; for f being Function of X,Y
for y being set st y in f .: P holds
ex c being Element of X st
( c in P & y = f . c )
let f be Function of X,Y; for y being set st y in f .: P holds
ex c being Element of X st
( c in P & y = f . c )
let y be set ; ( y in f .: P implies ex c being Element of X st
( c in P & y = f . c ) )
assume
y in f .: P
; ex c being Element of X st
( c in P & y = f . c )
then consider x being set such that
A1:
x in X
and
A2:
( x in P & y = f . x )
by Th115;
reconsider c = x as Element of X by A1;
take
c
; ( c in P & y = f . c )
thus
( c in P & y = f . c )
by A2; verum