I have two variables $a$ and $b$, at least one of these variables must be equal to some constant, call it $c$.
If $a$ = $c$, then $b$ could be anything, including $c$. Or, if $b$ = $c$, then $a$ could be anything, including $c$.
Do I write that as such: $\exists (a,b) = 0$?
I suspect that isn't correct.
You can write $$ a=c\; \vee\, b=c. $$