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 ; :: thesis: verum