
theorem
  for A, B being category st A, B are_opposite holds A, B are_anti-isomorphic
proof
  let A, B be category;
  assume A, B are_opposite;
  then dualizing-func(A,B) is bijective by Th15;
  hence thesis;
end;
