I'm now familiar with a lower bound for the birthday problem as exposed in the theorem A.16 of Katz and Lindell book (alternatively see this webpage).
If one denotes by $C(q,N)$ the probability of collision when taking elements independent and uniformly distributed from a set of size $N$ The bound is obtained by assuming $q \le \sqrt{2N}$:
$C(q,N) \ge \frac{q(q-1)}{4N}$
However, the bound that I has been hold in my class is (without the inequality assumption in $q$):
$\forall N \in \mathbb{N}.C(q,N) \ge \frac{(q-1)^2}{2N}$
How can I prove this bound correct?