theorem
 x in R implies x`2 in Im(R,x`1)
proof
 assume
A1: x in R;
  then x`2 in { I`2 where I is Element of R: I`1 = x`1 };
 hence thesis by A1,Th71;
end;
