let x be _Graph; :: according to GLPACY00:def 10 :: thesis: ( x in X \/ Y implies x is Cycle-like )
assume x in X \/ Y ; :: thesis: x is Cycle-like
per cases then ( x in X or x in Y ) by XBOOLE_0:def 3;
end;