theorem
  A c< B implies conv A misses Int B
  proof
    assume A1: A c<B;
    assume conv A meets Int B;
    then ex x being object st x in conv A & x in Int B by XBOOLE_0:3;
    hence contradiction by A1,Def1;
  end;
