In your given statement, I too would mentally replace the word with
with ‘such that’.
There seems to be a tendency in middle- and high-school situations to write with
or where
in mathematical statements even when doing so introduces ambiguity. This recent example goes
If $p$ is prime, then $\binom p k=np$ where $n\in\mathbb Z$ and $0<k<p$
(typically, with
might have been written here in lieu of where
). Note that in this case, with
/where
is not intended to mean ‘such that’.
Apart from the ambiguity of the order of quantifiers, it is not even clear that the two qualifications after the word where
are actually intended to refer alternately to existential quantification and universal quantification, respectively! The intended sentence (styled better) is
For each prime number $p$ and each $k\in\{1,2,\ldots,p-1\},$
there exists some $n\in\mathbb Z$ such that $\binom p k=np.$
or
For each $p,k\in\mathbb Z,$
$\quad$ if $p$ is prime and $0<k<p,$ then there exists some $n\in\mathbb Z$ such that $\binom p k=np.$
Related:
What does the word 'with' mean in this theorem?
Is ‘where’ interchangeable with ‘such that’?