theorem Th35:
  f c= g iff 1_minus g c= 1_minus f
proof
  1_minus 1_minus f = f & 1_minus 1_minus g = g;
  hence thesis by Lm2;
end;
