anandvineet27
- 9
- 0
In a group of $$n$$ people, each pair are friends or strangers. No set of three people are mutually friends. For any partition of the $$n$$ people into two groups, there exists two people in a group that are friends. Prove that there exists a person who is friends with at most $$2n/5$$ people in the group.
Suppose not.
Consider a vertex . Let the set of its adjacent vertices be A and strangers be B. Clearly A has more than $$2n/5$$ members. As the graph is triangle free , there no mutual friends in A.
Consider B.
Assume there are two mutual friends p and q in B. As every member of B also has more than $$2n/5$$ adjacent vertices, A must have at least $$4n/5 +2$$ vertices, meaning that B has less than $$n/5$$. Now, every member of A has more than $$2n/5$$ adjacent vertices outside A. But clearly this is not possible.
Is there a flaw in the above argument? I seems a little simplistic to me.
Suppose not.
Consider a vertex . Let the set of its adjacent vertices be A and strangers be B. Clearly A has more than $$2n/5$$ members. As the graph is triangle free , there no mutual friends in A.
Consider B.
Assume there are two mutual friends p and q in B. As every member of B also has more than $$2n/5$$ adjacent vertices, A must have at least $$4n/5 +2$$ vertices, meaning that B has less than $$n/5$$. Now, every member of A has more than $$2n/5$$ adjacent vertices outside A. But clearly this is not possible.
Is there a flaw in the above argument? I seems a little simplistic to me.