set P = the n + 1 -vertex Path-like _Graph;
per cases ( n = 0 or n > 0 ) ;
suppose A1: n = 0 ; :: thesis: ex b1 being _Graph st
( b1 is n + 1 -vertex & b1 is n + 1 -edge & b1 is Cycle-like )

set v = the Vertex of the n + 1 -vertex Path-like _Graph;
take C = the addEdge of the n + 1 -vertex Path-like _Graph, the Vertex of the n + 1 -vertex Path-like _Graph, {} , the Vertex of the n + 1 -vertex Path-like _Graph; :: thesis: ( C is n + 1 -vertex & C is n + 1 -edge & C is Cycle-like )
C is Cycle-like by A1, Th41;
hence ( C is n + 1 -vertex & C is n + 1 -edge & C is Cycle-like ) ; :: thesis: verum
end;
suppose n > 0 ; :: thesis: ex b1 being _Graph st
( b1 is n + 1 -vertex & b1 is n + 1 -edge & b1 is Cycle-like )

end;
end;