For 4: if $(x,y)$ is a solution to $gcd(a,b) = ax + by$, then $(x+nb,y-na)$ is a solution as well for any whole number $n$.
For 5: (reverse Bezout) Note that it is _not_ true that if $z = ax + by$, then $z = gcd(a,b)$. It _is_ true, however, that if $z = ax + by$, then $z = n*gcd(a,b)$ for some whole number $n$, i.e. $z$ will be a multiple of $gcd(a,b)$. And that is straightforward, since both $a$ and $b$ are multiples of $gcd(a,b)$, so $ax$ and $by$ are as well, and hence $ax + by$ is.