let y, x, A, B be set ; :: thesis: for R being Subset of [:A,B:] holds
( y in Im (R ` ),x iff ( not [x,y] in R & x in A & y in B ) )
let R be Subset of [:A,B:]; :: thesis: ( y in Im (R ` ),x iff ( not [x,y] in R & x in A & y in B ) )
thus
( y in Im (R ` ),x implies ( not [x,y] in R & x in A & y in B ) )
:: thesis: ( not [x,y] in R & x in A & y in B implies y in Im (R ` ),x )
assume A2:
( not [x,y] in R & x in A & y in B )
; :: thesis: y in Im (R ` ),x
ex a being set st
( [a,y] in R ` & a in {x} )
hence
y in Im (R ` ),x
by RELAT_1:def 13; :: thesis: verum