theorem Th12:
  -a in A iff a in --A
proof
  - -a = a;
  hence thesis by Th11;
end;
