Let $p$ be a prime number at least three and let ${k}$ be a positive integer smaller than $p$. Given ${a}_1, \ldots, {a}_{{k}} \in \mathbb{F}_p$ and distinct elements ${b}_1, \ldots, {b}_{{k}} \in \mathbb{F}_p$, prove that there exists a permutation $\sigma$ of $[{k}]$ such that the values of ${a}_{{i}}+{b}_{\sigma({i})}$ are distinct.
I am not sure if the below solution logic contains fallacy or not, but this is my progress so far:
$\textbf{Solution (so far):}$ The statement we want to prove is equivalent to the following: If $a_1,...,a_k$ and $b_1,...,b_k$ are distinct elements of $\mathbb{F}p$, there exists a permutation $\sigma$ of $[k]$ such that the numbers $a_i-b_{\sigma(i)}$ are all distinct modulo $p$.
Consider all the $k!$ permutations of the $b_i$'s. For each permutation, we can form a set of k numbers of the form $a_i - b_{\sigma(i)}$. Thus we have a total of $k\,k!$ numbers.
We want to show that we must have at least $k$ distinct numbers in some set, which will be equivalent to proving the existence of a permutation such that the numbers $a_i - b_{\sigma(i)}$ are distinct.
Since these numbers are taken modulo $p$, there are only $p$ possible values. If we assume that we can't find $k$ distinct numbers in any set, then each set can have at most $k-1$ distinct numbers. Thus, in total, we would have at most $(k-1)k!$ distinct numbers.
However, we know that the total number of numbers is $k\,k!$ and this is strictly less than $p$ since $p$ is a prime number larger than $k$. Therefore, we must have $k\,k! \leq (k-1)k!$, which is a contradiction. Hence, there must exist a permutation such that the numbers $a_i - b_{\sigma(i)}$ are distinct modulo $p$.
The proof follows from Combinatorial Nullstellensatz: See: https://www.cs.tau.ac.il/~nogaa/PDFS/alt2.pdf