theorem Th22:
  D1 c= D2 implies <.D1.) c= <.D2.)
proof
  assume
A1: D1 c= D2;
  D2 c= <.D2.) by Def4;
  then D1 c= <.D2.) by A1;
  hence thesis by Def4;
end;
