Define the cone
$G(\textbf{x} = \{\textbf{p} \in \mathbb{R}^n | \nabla g_i(\textbf{x}^T \textbf{p} \leq 0, i \in I(\textbf{x})\}$
So this is a cone associated with the inequality constraints that is fulfilled with equality at the point $\textbf{x}$. As I interpret it, it basically contains all the directions that are either tangent to the boundary, or pointing inward from it.
There's a theorem that states that $T_s(\textbf{x}) \subseteq G(\textbf{x})$, i.e. the tangent cone (containing all the directions that at $\textbf{x}$ are tangent to all sequences in $S$ that converges to $\textbf{x}$) is a subset of the above cone, or in other words, $G$ is an outer approximation for $T_s$.
I'm wondering if it is ever the case that $G$ contains directions that $T_s$ doesn't? I can't picture a scenario where the two cones differ.