Let $A=\{1,2,...,n\}$, where $\binom{n}{3}\geq n+1$. Let $A_1,A_2,...,A_{n+1}$ be distinct subsets of $A$ such that $\bigcup_{i=1}^{n+1}A_i=A$ and $n(A_i)=3$ for all $i$. How to prove or disprove that there exists $i,j$ such that $n(A_i\cap A_j)=1$.
I try to use formula $$n \left(\bigcup_{i=1}^{n+1}A_i\right) = \sum n(A_i) - \sum n(A_i\cap A_j)+\sum n(A_i\cap A_j\cap A_k)-...+(-1)^n n(A_1\cap A_2\cap ...\cap A_{n+1})$$, but it is unsuccessful.
I think this problem about pigeonhole principle or graph.
Thank in advances.
This is my approach, using the pigeonhole principle:
If $|A|=n$ and the number of subsets is exactly $n+1$, there will be $\big[\frac{n}{3}\big]$ sets with unique elements, $\big|A_i \cap A_j\big| = 0$, the rest of the sets $n+1-\big[\frac{n}{3}\big]$ will have $|A_i \cap A_j| > 0$.