reserve n for Element of NAT,
  a, r for Real,
  x for Point of TOP-REAL n;

theorem
  for S, T being non empty TopSpace, x being set holds x in DiffElems(S,
  T) iff ex s being Point of S, t being Point of T st x = [s,t] & s <> t;
