theorem Th105:
  A c= B* implies A? c= B*
proof
  assume A c= B*;
  then A |^ (0, 1) c= B* by Th64;
  hence thesis by Th79;
end;
