We know that in graph theory, an independent set is a set of vertices, such that no two of which are adjacent. There is rich theory about independent set, including approximation algorithm for finding maximal independent set, estimation of the size of the maximal independent set in random graphs, etc.
I wonder whether we can extend the definition, and define second-order independent set - any two vertices of which have distance at least 3? I.e., they can not have shared neighbor. Moreover, can we derive corresponding theory for such second-order independent set?
I am not familiar with the study of such a notion, but it does seem like a natural direction. Independent sets are in some sense extremely fundamental to graphs, because you can tell immediately if a set is independent (does it contain an edge?). Independent sets are dual notions to cliques. Graph coloring is a partition of the vertex set into independent sets. You could define analogous notions for these. However, in my opinion, these notions might not not have as rich of a theory as that of independent sets, as it is less fundamental in some sense.
On a more positive note, there is something in the literature called an $(\alpha, \beta)$-ruling set, which is a subset $S$ of vertices such that that the distance between any two vertices in $S$ is at least $\alpha$, and the distance between any vertex and the closest vertex in $S$ is at most $\beta$. This notion generalizes maximum independent sets, which are $(2,1)$-ruling sets.