Vert Der Ferk

According to texdoc symbols: \mvert and \mid are identical and produce a relation. \vert is a synonym for | and both produce the same symbol, but should be used in the context of an ordinal, and should be used as an operator, not as a delimiter (p54, bottom). \divides once again produces the same symbol but should be used as a binary “divides” operator. \lvert and \rvert are left and right ...

vert der ferk 1 Exclusive Content Member Only — Sign Up Free 🔒 Unlock full images & premium access

The first problem can be solved, superficially, by changing \vert to \middle\vert. Fixing the second problem requires inserting ; ("thickspace") on either side of \middle\vert. Entering the full expression can be streamlined, to a degree, by defining a macro \f as follows:

vert der ferk 2 Exclusive Content Member Only — Sign Up Free 🔒 Unlock full images & premium access

How can I change the size of \vert accordingly like \left and ... - TeX

In short, \bigl\vert \bigr\vert is definitely better than \big\vert \big\vert, typographically speaking, as it produces the correct spacing in all cases. A final remark, prompted by a comment from barbara beeton: For the code examples used here, it's not necessary to increase the size of the vertical bars.
vert der ferk 4 Exclusive Content Member Only — Sign Up Free 🔒 Unlock full images & premium access

math mode - Use \big\vert f (x) \big\vert or `\big\lvert f (x) \big ...

The vertical bar produced by | or \vert has TeX math type "ordinary", meaning that no special meaning is attached to it. Quite often, though, it's necessary to inform TeX that the bar does have a special meaning. If the bar acts as a separator between some expression and the conditioning event, as in "the conditional density of Y given x", you should use \mid: doing so generates a vertical bar ...