What is the definition if a distinct cycle in a graph?

$\begingroup$

In a graph, I understand a cycle to be a traversal from Node A, traversing each (but not every) vertex once, and returning to Node A. Now I THINK a distinct cycle is where they don't share any vertices, but I might be wrong. Can someone clear this up for me?

$\endgroup$ 3

1 Answer

$\begingroup$

(Expanding the comment by Brian M. Scott): being distinct is not a property of a cycle, but a relation between two cycles. Two cycles are distinct if they are not the same cycle.

Usage example: "For all $n\ge 3$, the number of distinct Hamilton cycles in the complete graph $K_n$ is $(n−1)!/2$."

Related story from MathOverflow:

Q: "Are the groups $G_1$ and $G_2$ isomorphic?"
A: "$G_1$ is, but $G_2$ isn't."

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like