theorem
  for F being Function of I,the carrier' of C holds F opp opp = F
proof
  let F be Function of I,the carrier' of C;
  now
    thus the carrier' of C = the carrier' of C opp opp;
    let x;
    assume
A1: x in I;
    hence (F opp opp)/.x = ((F opp)/.x) opp by Def3
      .= (F/.x) opp opp by A1,Def3
      .= F/.x;
  end;
  hence thesis by Th1;
end;
