let G be _Graph; :: thesis: ( G is trivial & G is loopless implies G is finite )
assume A2: ( G is trivial & G is loopless ) ; :: thesis: G is finite
then card (the_Vertices_of G) = 1 by Def21;
then consider v being set such that
A3: the_Vertices_of G = {v} by CARD_2:60;
now end;
hence G is finite by A3, Def19; :: thesis: verum