theorem Th22:
  Im (F||D) = (Im F)||D
proof
  let n be Element of NAT;
  (Im (F||D)).n = ((Im F).n)|D by Lm1;
  hence thesis by Def1;
end;
