let G be _Graph; :: thesis: ( ex v1, v2 being Vertex of G st v1 <> v2 implies not G is trivial )
given v1, v2 being Vertex of G such that A1: v1 <> v2 ; :: thesis: not G is trivial
card (the_Vertices_of G) <> 1
proof end;
hence not G is trivial by GLIB_000:def 19; :: thesis: verum