Let $G$ be a graph with set of vertices $V$=${n\choose k},1\leq k<\frac{n}{2}$, and set of edges $E$=$\{uv:u\cap v=\emptyset\}$. Find the number of edges, the degree of each vertex, and prove that for $k>n/3$ the graph has no triangles.
I have several problems with the notation of the problem.
The number of vertices is $n\choose k$ or are we making 'groups' of vertices?
In the set of edges, what does the intersection of two vertices mean? How can $u\cap v\neq\emptyset\ $?
Could you give me some hints to understand the notation of the exercise in an intuitive way? Thanks you in advance!
The notation ${n \choose k}$ is usually used for the number of $k$-subsets from a set of size $n$, but is also sometimes used for the actual collection of $k$-subsets of $\{1,2,\dots,n\}$.
In the context you give, each set of size $k$ is a vertex of the graph. Thus we can talk about the intersection of two vertices (since each vertex is in fact a set).