let G be non trivial _Graph; :: thesis: ex v1, v2 being Vertex of G st v1 <> v2
set VG = the_Vertices_of G;
take v1 = choose (the_Vertices_of G); :: thesis: ex v2 being Vertex of G st v1 <> v2
set VG2 = (the_Vertices_of G) \ {v1};
now end;
then reconsider VG2 = (the_Vertices_of G) \ {v1} as non empty set ;
set v2 = choose VG2;
A2: not choose VG2 in {v1} by XBOOLE_0:def 5;
reconsider v2 = choose VG2 as Vertex of G by XBOOLE_0:def 5;
take v2 ; :: thesis: v1 <> v2
thus v1 <> v2 by A2, TARSKI:def 1; :: thesis: verum