Question: I have $l$ pairs $(x,y)$ with $x,y \in \{ 1,2,...,n \}$. How many different elements (in $ \{ 1,...n\}$) do we at least see among these pairs (depending on $l$)?
for example I tried to say if we have $k\cdot n$ many different elements that occur then we can form at most $(k \cdot n)^2$ couples with these elements. So we have to set $(k \cdot n)^2 \geq l$ and from there we get $k$ and finally the least number of different elements we need to form $l$ pairs. Does this make sense?
With $k$ pairwise different elements we can create $k^2$ different pairs.
$\lceil x\rceil$ is denoting the ceiling function of $x$.