I'm writting maths papers. I do use a lot of
$ \ exists ; \ forall $
but I have this problem, they glue the next caracter to them. It is really bad for comprehension... So, in my parameter folder, I redefined those two operators like this :
\let\oldexist\exists
\renewcommand{\exists}{\oldexist \ }
but I'm not quit satisfied because, If for instance i'm writting, it exists an unique... there is a space between \exists and !...
Do you have any idea how to solve this problem?
It is not only linked to those two quantificators, but also if I want to write a math sentence, it is hard to make it clear because everything is glued, one to the other... I want it to be more spaced... that it uses more space horizontaly. For instance :
$ A \subset B ; B \subset C $
instead of that : (that's how it appears on the pdf )
$ A \subset B;B \subset C $

\existsand\forallare classified as\mathord(ordinary),;is a\mathpunct(punctuation), and\subsetis a\mathrel(relation, I have no idea what\subspaceis). Different classes follow different spacing rules. I don’t recommend changing their behavior as they are by design. – Ruixi Zhang Jun 29 '18 at 22:44for all $\epsilon>0$, there exists $\delta>0$or\[ f(x)\ge0 \quad \text{for all } x>0 \]. Also, check this answer where spaces are added manually depending on the actual situations. – Ruixi Zhang Jun 29 '18 at 22:51\existsand\forallis set up for the usual use in constructs such as\exists x...as the use here seems to be different the commands could be reclassified (perhaps as\mathop? but I can't really guess the intended meaning of\exists;\forallor how the three characters should be classified? – David Carlisle Jun 29 '18 at 22:56\text{\(A \subset B\); \(B \subspace C\).}I’d recommend you look for a different approach, but if you don’t like the default spacing of\existsand\forall, you might try variants with a different spacing class, such as\mathop{\exists} \mathop{\forall}? I’m not clear exactly what you want, though. – Davislor Jun 30 '18 at 08:41\foralland\existsin formal written mathematics. Of course, this comment does not solve the problem you asked about. Rather, I am suggesting that you have a more serious problem because mathematics should not be written this way. This said, if you do want help with this problem then please provide a minimal working example that clearly shows what you are trying to do. – Jun 30 '18 at 08:59\forall, so I guess you could do without them. But it would certainly make things less readable.) – cfr Jun 30 '18 at 23:05