theorem Th12:
  a in b iff epsilon_a in epsilon_b
  proof
    b c/= a iff epsilon_b c/= epsilon_a by Th11;
    hence thesis by Th4;
  end;
