
theorem
  for A being non trivial set holds
    ex a, b being Element of A st a <> b
  proof
    let A be non trivial set;
    set x = the Element of A;
    consider d1 being object such that
A1: d1 in A & d1 <> x by SUBSET_1:48;
    thus thesis by A1;
  end;
