theorem
  A ~= B implies A is_equivalent_with B
proof
  given F being Functor of A,B such that
A1: F is isomorphic;
  take F,F";
  thus thesis by A1,Th11;
end;
