theorem
  A <> B implies ex L st for K holds {A,B} on K iff K = L
proof
  assume
A1: A <> B;
  consider L such that
A2: {A,B} on L by Def9;
  take L;
  thus thesis by A1,A2,Def10;
end;
