I was given the next question: Let $Fn$ be the graph that's defined this way:
$Vn$ (vertices) equals to the set of all subsets of {1,2,...,n} such that their cardinality is exactly 2
$En$ (edges) equals to the set of all subsets of $Vn$ such that their cardinality is exactly 2 and {A.B} belongs to $En$ if and only if A and B have no elements in common.
I was asked to find the smallest $n$ (a natural number) such that for every $m$ that is bigger than/equals to $n$, $Fn$ is connected. I tried drawing some examples and I feel as if I'm stuck..any clues or hints will be very helpful! Thank you so much!!