Let $n\geq 2$ and suppose that $\mathcal{A} \subseteq \mathcal{P}(n)$ is a family of at most $n-1$ sets. Prove that there is $x \in \{1,2,\ldots,n\}$ such that the sets $A\setminus x, A \in \mathcal{A}$ are distinct.
I tried to consider the characteristic vectors of these (if we suppose the contrary, then there must be at least $n$ pairs differing at exactly one entry) and either use Fisher's inequality or do a simple induction, but none of them work.
I think that a restatement of the previous paragraph is: $\textbf{Prove that any set of $n$ edges in an $n$-regular graph involves at least $n$ vertices}$ which I also cannot prove.
Any help appreciated!
Here's a sketch of a proof by induction on $n$.
Try removing the element $n$ from the sets. If it works, great. If not, then the family $\mathcal A' = \{A \setminus \{n\} : A \in \mathcal A\}$ is a family of at most $n-2$ subsets of $\{1, 2, \dots, n-1\}$. By induction, there is an element $x$ that, when removed from each set in $\mathcal A'$, keeps them distinct; verify that removing $x$ from each set in $\mathcal A$ also keeps them distinct.
(This actually still works for the stronger statement mentioned in bof's answer that "at most $n$ sets" works; you just need to strengthen the base case.)