
theorem
  for A, B, C being category st A, B are_opposite
  holds A, C are_equivalent iff B, C are_dual
proof
  let A, B, C be category such that
A1: A, B are_opposite;
  C, C opp are_opposite by Def4;
  hence thesis by A1,Th25;
end;
