Lets $A\subset \mathbb F$ where $\mathbb F$ is an arbitrary field. Is is correct, that there are two possibilities?
- $A=\{0\}$, then $\gcd(A)=A$
- $A\neq\{0\}$, then $\gcd(A)=A\backslash\{0\}$
My reasoning here would be: If $0$ is a common divisor of all elements in $A$, then $\gcd$ must be divisible by $0$ which is only the case for $0$ itself. If any nonzereo element is in $A$, then a common divisor can only be another nonzero element. This yields $A\backslash\{0\}$ because those are all associated.