theorem
  A` c= B implies B` c= A
proof
  assume A` c= B;
  then B` c= A`` by Th12;
  hence thesis;
end;
