theorem Th68:
  X in Y implies the_rank_of X in the_rank_of Y
proof
  assume
A1: X in Y;
 Y c= Rank the_rank_of Y by Def9;
  hence thesis by A1,Th66;
end;
