theorem
  for G being _finite _Graph holds G.order() >= 1
proof
  let G be _finite _Graph;
  0+1 < G.order()+1 by NAT_1:3,XREAL_1:8;
  hence thesis by NAT_1:13;
end;
