theorem Th17:
  x in the_Options_of g implies x is ConwayGame-like left-right
proof
  consider alpha such that
A1: g in ConwayDay(alpha) by Def3;
  assume x in the_Options_of g;
  then x in ConwayDay(alpha) by Th10,A1;
  hence thesis by Th4;
end;
