theorem
  H is atomic implies not F is_immediate_constituent_of H
proof
A1: H is being_equality implies thesis by Th50;
  H is being_membership implies thesis by Th51;
  hence thesis by A1;
end;
