[Math] Symbol for “probably equal to” (barring pathology)

notation

I am writing lecture notes for an applied statistical mechanics course and often need to express the notion that something is very probably true for functional forms found in the wild, without launching into a full digression for pathological exceptions.

For example, I would like to remind students that a function's Taylor series sometimes has the useful property of converging to the function's value.

Is there a mathematical symbol for this type of "equality" that is more dignified than my current options:
$$ f(x) \stackrel{\textrm{(good odds)}}{=} \sum_{k=0}^{\infty} \frac{(x-a)^k}{k!} f^{(k)} (a)$$
or
$$ f(x) \texttt{ ¯\_(ツ)_/¯ } \sum_{k=0}^{\infty} \frac{(x-a)^k}{k!} f^{(k)} (a)$$

Best Answer

I recommend handling this issue simply, such as:

1) "Under mild conditions we get from Fourier theory:"

$$ f(x) = \sum_{k=0}^{\infty} a_k \cos(2\pi k x) $$

2) "Under mild conditions we get from Taylor series theory:"

$$ f(x) = \sum_{k=0}^{\infty} a_k (x-a)^k $$

It is understood that the precise conditions under which equality holds can be obtained by looking at the details of that theory.


I would avoid:

-Unclear notation or phrases.
-Unclear, loaded, or advanced terminology.

For example: It sounds like you are talking about a class of problems for which no probability model is defined (or relevant). Thus, unclear phrases like "strong odds" will confuse. Funky equality signs will evoke laughter, but it will be nervous laughter since nobody will know what you are talking about. Advanced measure theory concepts such as "almost surely" will drive your teaching ratings down ("The professor expects us to know advanced probability which is not a prerequisite for this course...")

Related Question