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