theorem Th2:
  -f in F iff f in --F
proof
  - -f = f;
  hence thesis by Th1;
end;
