theorem Th5:
  H is next implies H = 'X' the_argument_of H
proof
  assume
A1: H is next;
  then not H is negative by Lm19;
  hence thesis by A1,Def18;
end;
