theorem Th22:
  (diff u).v [= u
proof
  (diff u).v = u \ v by Def11;
  then for a st a in (diff u).v ex b st b in u & b c= a;
  hence thesis by Lm3;
end;
