theorem Th10:
 X c= Y implies proj1_3 X c= proj1_3 Y
proof assume X c= Y;
  then proj1 X c= proj1 Y by Th8;
 hence thesis by Th8;
end;
