theorem
  A c< B or A = B or B c< A
proof
  assume that
A1: not A c< B & not A = B and
A2: not B c< A;
  not A c= B by A1;
  hence contradiction by A2;
end;
