Fine, thatās your choice. However, I still suggest adding the comma in ā n >= N, x_n > K, or it will become ambiguous in more complex cases: ā n >= N k x_n > K means ā n >= N k, x_n > K or ā n >= N, k x_n > K?
I think my issue with the commas when I used them everywhere was that they meant both āandā and āsuch thatā, and using the colon instead fixes this.
I recently ran into this issue myself as well! I noticed that often I needed to type something like $forall space space v in V$ to make the math look reasonable. I also noticed that most math symbols (like $in$ or $gt$) donāt have this problem (i.e. they just have more built-in space around them). Iām wondering if this this an intentional design choice or a bug, and if we can fix it if itās the latter.