I'm having trouble understanding why my intuition of what a Cayley Graph is, is not compatible with the actual definition. Can someone let me know where my logic is flawed?
I was presented with definition:
"The Cayley graph for $G$ with respect to $S$ is a directed graph with edge labels given
by the following data: The vertex set is the set of elements of $G$, and there is a
directed edge from $g \rightarrow gs$ for every $g \in G$ and $s \in S$. Finally, we label the edge
from $g \rightarrow gs$ by the element $s$ of $G$."
But the Cayley graph, from my understanding, is supposed to graph the relations between the elements of the set under the action of the group G(?). So I think that the definition should be that:
The Cayley graph for $G$ with respect to $S$ is a directed graph with edge labels given by the following data: The vertex set is the set of elements of $S$, and there is a directed edge from $s \rightarrow gs$ for every $g \in G$ and $s \in S$. Finally, we label the edge from $s \rightarrow gs$ by the element $g$ of $G$.
You are trying to define a graph with:
But how can $(s,gs)$ be an edge if $gs$ is not a vertex, i.e. not in $S$?
A relation between the elements of $S$ (ignoring inverses for simplicity) would be an equation
$$s_1s_2\cdots s_p=s_1's_2'\cdots\cdots s_q' $$
where $s_1,\cdots,s_p,s_1',\cdots,s_q'$ are all elements of $S$. What this equation represents in the Cayley graph is that we can go from $e$ to the element $x$ appearing on both sides of the equation via two different paths along edges.
If you want a better feel for Cayley graphs, try computing the Cayley graph for the cyclic group of order three and the dihedral group of order ten (using a rotation and flip for $S$).