let G be _Graph; :: thesis: ( G is _trivial & G is loopless implies G is _finite )
assume that
A2: G is _trivial and
A3: G is loopless ; :: thesis: G is _finite
card (the_Vertices_of G) = 1 by A2;
then consider v being object such that
A4: the_Vertices_of G = {v} by CARD_2:42;
now :: thesis: the_Edges_of G is finite end;
hence G is _finite by A4; :: thesis: verum