theorem Th21:
  F is next implies (H is_immediate_constituent_of F iff H = the_argument_of F)
proof
  assume F is next;
  then F = 'X' the_argument_of F by Th5;
  hence thesis by Th14;
end;
