theorem Th20:
  F is negative implies (H is_immediate_constituent_of F iff H =
  the_argument_of F)
proof
  assume F is negative;
  then F = 'not' the_argument_of F by Def18;
  hence thesis by Th13;
end;
