The question is as follows:
Let $k,n$ be positive integers such that $k < n/2.$ Prove that all $k$-element subsets of an $n$-element set can be extended to all $k+1$ element subsets of the same $n$-element set such that all $k+1$ element subsets obtained as extensions are distinct.
The question was given as a graph theory question, but I cannot understand it at all. Any help is appreciated.
My graph theory skills are quite rusted, but I would try the following:
Consider the bipartite graph consisting of the $k$-element subsets in one partition and the $k+1$-element subsets in the other partition. Draw an edge, if and only if the $k$-subset is contained in the $k+1$-subset. The question now becomes „does this graph admit a matching?“ (by which I mean a subset of pairwise nonadjacent edges covering the $k$-subsets). I recall vaguely that there are theorems about such matchings of bipartite graphs, but I don’t know their names any more, unfortunately.
I hope this will be helpful in some way, at least as starting point.