Let $a,b,c \in \mathbb{Z}$ where $(b,c) \neq (0,0)$. I would like to show that $$ \gcd(a,b,c) = \gcd(a,\gcd(b,c)). $$ The definition of the greatest common divisor (gcd) we received in our class is $$ \gcd(a_1,\dots,a_n) = \max\{ m \in \mathbb{N} \, | m \, | \, a_i \text{ for all }i=1,\dots,n \}. $$
Now I was able to show that $\gcd(a,b,c) \geq \gcd(a,\gcd(b,c))$, so only the $\leq$-part is missing. I tried to solve it myself but could not do it, so I looked up for answers online (like this one). It seems that the crucial part is to show that $$ g \, | \, b,c \quad \Longrightarrow \quad g \, | \, \gcd(b,c) $$
However, all proofs I found for this use either Bezout's Identity or the least common multiple which we did not cover in our class yet. But now I still don't know how to solve my homework otherwise and find a short proof which only uses the definition of the gcd I wrote above.
Could you please help me here?