Started solving this problem:
$$ (a+b)^p \equiv a^p+b^p \pmod{p}$$
where $p\in\mathbb{P}$, $a,b\in\mathbb{Z} $
After a few implications I arrived to this $$ i! \mid (p-1)\cdot(p-2)\cdots(p-i+1) ,\quad i < p$$
Tried some special cases with no progress.
Right, you're probably wanting to show that $p$ divides the binomial coefficient $$\binom{p}{i}=\frac{p!}{i!(p-i)!}=p\cdot\frac{(p-1)\cdots(p-i+1)}{i!}$$ and hence want to show that the fraction is actually an integer.
Here's one approach: Let $m=(p-1)\cdots(p-i+1)$, and let $n=pm$. We know that $i!\mid n$ because binomial coefficients are integers, and $\binom{p}{i}=\frac{n}{i!}$. Because $i!\mid pm$, it will suffice to show that $\gcd(i!,p)=1$ to conclude that $i!\mid m$.
(It is a general fact that $a\mid bc$ and $\gcd(a,c)=1$ $\implies$ $a\mid b$.)
But the fact that $\gcd(i!,p)=1$ is clear, because $i!$ is the product of numbers all of which are strictly less than $p$, and therefore cannot have any factor of $p$ in them (since $p$ is prime).