Based on comments exchanged with OP.
If it is not the case that $(y_1 + \cdots + y_6) < 5$
then $(y_1 + \cdots + y_6) \geq 6.$
This implies that $9 \times (y_1 + \cdots + y_6) \geq 54.$
However, it is given that
$9 \times (y_1 + \cdots + y_6) \leq
(9)y_1 + (10)y_2 + (11)y_3 + (11)y_4 + (13)y_5 + 16(y_6) = 52 < 54.$
Thus, the original constraint implies that
$9 \times (y_1 + \cdots + y_6) \leq 52.$
Therefore, since the assumption that
it is not the case that $(y_1 + \cdots + y_6) < 5$
led to the conclusion that
$9 \times (y_1 + \cdots + y_6) \geq 54$,
the assumption that it is not the case that $(y_1 + \cdots + y_6) < 5$
has caused a contradiction.
Therefore, the assumption must be false.
The 2nd part is reasoned in the following way.
If $y_2 + \cdots + y_6 \geq 5$, then
$y_2 + \cdots + y_6 = 5 \implies$
$10(y_2 + \cdots + y_6) = 50$.
From the original constraint, this implies that $y_1 = 0.$
Further, from the original constraint, since each variable must be in $\{0,1\}$, it is immediate that $y_5 = 0 = y_6$ (else the original constraint would have to be violated, since the sum would have to be at least $53$).
However, with $0 = y_1, y_5, y_6$, you can't have
$y_2 + y_3 + y_4 = 5$, since the max value of each variable is $1$.
Thus, the assumption that $y_2 + \cdots + y_6 = 5$ has led to a contradiction.
Addendum
Responding to the question/comment of Songaro.
Assume that the following constraints are satisfied:
$$9y_1 + 10y_2 + 11y_3 + 11y_4 + 13y_5 + 16y_6
\leq 52.\tag1$$
$$ y_2 + y_3 + y_4 + y_5 + y_6 = 5. \tag2 $$
$$ y_1, y_2, \cdots, y_6 ~~\text{are each in}~~
\{0,1\}. \tag3$$
From (2) above, you know that
$$ 10y_2 + 10y_3 + 10y_4 + 10y_5 + 10y_6 = 50. \tag4$$
Subtracting (4) from (1) gives
$$9y_1 + y_3 + y_4 + 3y_5 + 6y_6 \leq 2.\tag5$$
Jointly considering (3) and (5) indicates that
If any of $y_1, y_5,$ or $y_6$ are non-zero, (5) above will have to be violated.
Alternatively, assuming that $y_1, y_5, y_6$ are all zero indicates that (2) and (3) above can not jointly be satisfied.
Thus, (2) above has caused a contradiction.