It has been pointed out on this site, e.g. here by egreg, that text punctuation doesn't belong to the formula in inline math. I've been following this practice for a long time, so I write for all $v\in V$, where ... as opposed to for all $v\in V,$ where .... However, the first version prevents kerning between V and the comma. Note that the comma is a lot closer to the V in the second version:

\documentclass{article}
\begin{document}
$v\in V$, where \quad $v\in V,$ where
\end{document}
Note that there's no difference between the two versions if I replace V with A:

Now I'm wondering: Should I start including punctuation in my formulas to enable proper kerning, at least as long as fonts are used where the text and math punctuation glyphs look the same? Or are there reasons why the kerning is not desirable anyway?

,while fixing the distance, also$v\in V\!$,could be used here, while other combination of a letter and some punctuation might require a different negative horizontal space. – Stephen Mar 5 at 20:39A bsencecould be mollified in the kerning table:-)– Hendrik Vogt Mar 5 at 20:48$v\in V,$ where \ldots, but $v \in \tilde{V},$ where \ldots. – deimi Mar 6 at 10:01