Difference between revisions of "List of problems in mathematical notation"
From Learning
Line 9: | Line 9: | ||
| Type error | | Type error | ||
|- | |- | ||
− | | Failure of Leibniz law | + | | Failure of Leibniz law || in probability, where <math>\Pr(X=x)</math> is abbreviated <math>\Pr(x)</math>. Then if we take something like <math>x:=3</math>, we would have <math>\Pr(3)</math>, but now we have lost the information about what random variable we are talking about. |
|- | |- | ||
| Omission of index || Writing things like <math>\sum_i f(x_i)</math> (unclear what set the index ranges over, or the order in which the terms are added, which can sometimes [[wikipedia:Riemann series theorem|matter]]) or even just <math>\sum f(x_i)</math> (unclear which variable is the index). | | Omission of index || Writing things like <math>\sum_i f(x_i)</math> (unclear what set the index ranges over, or the order in which the terms are added, which can sometimes [[wikipedia:Riemann series theorem|matter]]) or even just <math>\sum f(x_i)</math> (unclear which variable is the index). |
Revision as of 04:08, 19 February 2019
This page gives a list of problems in mathematical notation. The list focuses on problems with the symbolism of mathematics rather than other communication problems/conventions (such as using "if" to mean "iff" in definitions, not introducing variables, etc.).
Name | Description | How to avoid |
---|---|---|
Overloading/abuse of notation | This happens when the same symbol is used for different purposes. For instance, parentheses are used to group expressions, for writing tuples, for function calls, in superscripts or subscripts with various meanings (![]() ![]() ![]() ![]() | |
Type error | ||
Failure of Leibniz law | in probability, where ![]() ![]() ![]() ![]() | |
Omission of index | Writing things like ![]() ![]() | |
Ambiguous order of operations | e.g. ![]() | |
Undefined operations | e.g. I often see in mathematical logic things like ![]() ![]() ![]() ![]() |