theorem
  f c= 1_minus g implies g c= 1_minus f
proof
  1_minus 1_minus f = f;
  hence thesis by Th35;
end;
