How can you know you are performing a legal operation?

64 Views Asked by At

There are many examples in math where you have fake proofs of something because you do something extraneous that you were not allowed to do. For example:

Let $$1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \dots = \log 2,$$ but $$1 + \frac{1}{3} - \frac{1}{2} + \frac{1}{5} + \frac{1}{5} + \dots = \frac{3}{2}\log 2$$ (rearranging the series). In elementary calculus, we are taught that we cannot rearrange series precisely for this reason: We may change the value that the series equals. Another example would be the equation

$$\large{x^{x^{x^{x^{\dots}}}}} = 2.$$ Then we use the property that it repeats to see that $x^2 = 2,$ which implies that $x = \sqrt{2}$ for positive $x$. But then, if we wish to solve $$\large{x^{x^{x^{x^{\dots}}}}} = 4,$$ then using the same trick we see that $$x^4 = 4 \implies \sqrt[4]{x^4} = \sqrt[4]{4} \implies x = \sqrt{2}.$$ Once again, we did something we are not allowed to do.

My question is therefore: how do we know that we aren't doing something illegal when exploring mathematics? When we try to solve problems, or discover patterns or learn, how can we tell when we do something extraneous?

2

There are 2 best solutions below

17
On BEST ANSWER

By knowing very well the rules of the game i.e. 1) the definitions, 2) the axioms, and 3) the theorems within a given math theory. A tiny change, or addition, or even misinterpretation of any of these... and a slip may happen leading to various paradoxes, false proofs, etc.

Math is not about syntactic, mechanical manipulation of mysterious symbols; there's deep meaning behind every symbol. Make sure you know the meaning of the symbol, only then use it.

E.g. when I see this

$\large{x^{x^{x^{x^{\dots}}}}}$

it is not immediately clear to me what it means.

So I would exercise extra care if I have to manipulate this expression.

1
On

These problems always surface when you try to work with infinite expressions. As was already pointed out in comments, infinite expressions like $x^{x^{x^{x^{\dots}}}}$ are not part of standard mathematical notation, so when dealing with them one needs to define what they mean. In this case, you probably mean something like $$ x^{x^{x^{x^{\dots}}}} := \lim_{n \to \infty} a_n \qquad \text{where} \qquad a_0 = x \quad\text{and}\quad a_{n + 1} = x^{a_n} \quad\text{for $n \geq 1$}. $$ But it is possible to imagine other definitions, like taking a different $a_0$, setting $a_{n+1} = x^{x^{a_n}}$, or any number of other modifications. Are these equivalent? Maybe. If so, this needs to be proven using theorems about limits. If not, we need to carefully distinguish them.

A famous example is the equation $$ 1 + 2 + 3 + \cdots = \sum_{n = 1}^\infty n = -\frac{1}{12}. $$ Clearly this does not make sense with the usual definition of the infinite sum $$ \sum_{n = 1}^\infty n = \lim_{t \to \infty} \sum_{n = 0}^t n, $$ which would give $\infty$. But mathematicians have other, less standard, ways of defining what infinite sums are, which they find useful, which share properties of the finite sum that they consider imporant, and which indeed make the sum equal to $-1/12$.

So as long as you know exactly what every piece of notation means, you should know exactly what you may and may not do with each mathematical object. If you don't, you are not reasoning formally, but are in the process of exploring or inventing new mathematics (which is a valid and important activity for mathematicians).