I am trying to understand the definition of a Cayley graph of a group $G$:
- Is Cayley graph and Cayley Digraph the same thing?
- If Cayley graph and digraph have the same meaning, then can we define an Undirected Cayley graph for any group $G$ and a generating set $S$ of $G$?
- Let $G$ be a group and $S$ be a generating set of $G$. Then what can you say about the Cayley digraph of $(G, S)$, $(G, S^{-1})$ and $(G, S\cup S^{-1})$? Do they make any difference?
I think the answer depends on which author you're reading. The short answer is "no - they are not necessarily the same thing". The tl;dr is that some authors use Cayley Graph to mean a directed graph, and others use it to mean an undirected graph, and will use Cayley Digraph explicitly when they want to allow directed edges. Unfortunately, there is no getting around this.
To answer your 3 points, then:
It depends who you are reading. If your author only deals with undirected graphs, it is likely that "Cayley Graph" will mean undirected, and should the need for a directed version arises, they will note it explicitly by writing "Cayley DiGraph". If instead your author permits directed graphs, then it is likely that "Cayley Graph" will be directed by default, and you will have to explicitly symmetrize it if you want to work with an undirected version. Naturally some authors of the second type will use "Cayley Digraph" throughout anyways, in the interest of avoiding potential misunderstanding when talking to authors of the first type.
Yes. If you are an author of the second type, and want to talk about a undirected Cayley Graph, you might explicitly call it an "Undirected Cayley Graph" to avoid this confusion. You have already found out how to do this, in your next question.
The Cayley Digraph given by $S$ is the same as the digraph given by $S^{-1}$ but with all the arrows reversed. If both $s, s^{-1} \in S$ then we often write a single, undirected edge. So the set $\overline{S} = S \cup S^{-1}$ is called the Symmetrized version of $S$, and working with $\overline{S}$ gives the same graph, but forces it to be undirected. Often authors of the first kind will write $\Gamma_S$ where an author of the second kind would explicitly write $\Gamma_{\overline{S}}$.
Sorry there's no "correct" answer here. Math is full of these small ambiguities, which are mostly harmless, but you need to be careful that you know the quirks of each author (sometimes each paper!) when reading.
I hope this helps ^_^