Generalized statement of Bézout's Lemma. Let $a, b$ be integers. Then $\{ax + by : x, y \in \mathbb{Z}\}$, that is, the numbers generated by $a$ and $b$, is equal to the multiples of $\text{gcd}(a, b)$.
Bézout's Identity. If $d = \text{gcd}(a, b)$, then $ax + by = d$ for some integers $x$ and $y$.
How does (2) imply (1)?
If this is considered "obvious," I cannot see it and would benefit from the logic of the derivation being explained to me as if I were a middle schooler.
Take an arbitrary element of the set, $ax+by$. Since $d$ divides both $a$ and $b$, it divides $ax+by$. Thus, every element of the set in (1) is a multiple of $d$. This holds without having to invoke (2).
By (2), $d$ is in the set in (1), so every multiple of $d$ is in the set (the set is closed under multiplication by arbitrary elements of $\mathbb{Z}$). Thus, (2) proves that all multiples of $d$ are in the set, giving the other inclusion.