Help! Doubt About Uniqueness in Mathematics

279 Views Asked by At

Many times in mathematics, as for example when we find the solution of an ODE, we can not claim uniqueness just by construction, instead we have to use a theorem.

The reasoning behind this is that even if we found a solution and the solution appears to be unique from the point of view of the method used, how can we be sure there is no another method which provides another solution?

Now my question: sometimes the following type of argument is accepted as valid. For example, a simple differential equation like this one $y'(x)=x^2$ with $y(0)=0$, we say that $y(x)=\frac{1}{3}x^3$ is the only solution (without the use of an uniqueness theorem, I think is because of the Fundamental Theorem of Calculus).

How can be sure now that there is not another way to solve the equation that provides another solution (without using the uniqueness theorem of course)?

When is this type of argument valid and when not?

Down in some of the answers some people say that the reason in the previous example for uniqueness is because the anti-derivative is unique, which sounds reasonable.

But the Laplace transform of a function that satisfies certain conditions is also unique. And we can't say that the solution of an ODE is unique only beause it was calculated through the Laplace transform method.

3

There are 3 best solutions below

22
On

It's unique because it is a ODE with separable variables, and its solution is found via separation of the variables and integration. The function obtained via integration is unique except for the arbitrary constant, which is uniquely determined by the initial condition.

EDIT: I must correct this: let's suppose you have an ODE which is variable-separable that is defined by $$ h(y)y'=g(x) $$ You can find a solution via integration as usual: $$ \int h(y)dy=\int g(x)dx $$ The function is given inplicitly by the above equation. Let's suppose that $y(a)=b$ is the initial condition. If $y'(a)\neq 0$ then $y$ is locally invertible (as per the Inverse Function theorem) and you can find a local unique solution $y(x)$ which can be extended to a maximal conected domain; in this case it is correct to say that the solution obtained via the separation method is unique without recurring to the Existence & Uniqueness of solutions.

An important remark: the Existence and Uniqueness Theorem for ODEs works fine for equations defined as $y'(x)=f(y,x)$, where $|f|$ is limited on a neighbourhood of the initial condition $(a,y(a))$. In the example cited on the comments, $f$ is something like $$ f(x,y)=\dfrac{\hat{f}(x)}{y} $$ for some $\hat{f}$ so if $y(0)=0$, $|f|$ is not limited around $(0,0)$ and uniqueness cannot be guaranteed.

0
On

Although they may not be explicitly mentioned, there are in fact uniqueness theorems that are at the foundation of such "unique by construction" arguments. Let's consider your specific example of solutions of a nonhomogenous differential equation. It is simply a special case of the ubiquitous linear principle that the general solution of a nonhomogeneous linear equation is given by adding any particular solution to the general solution of the associated homogeneous equation. More explicitly, if $\rm\:D\:$ is a linear map then one easily proves

Lemma $\ \ $ If $\rm\ D\:f_1\ =\ g\ $ then $\rm\ D\:f_2\ =\ g\ \iff\ 0\ =\ D\:f_1 - D\:f_2\ =\ D\:(f_1-f_2)$

Therefore $\rm\ D^{-1}(g)\ =\ f_1 +\ ker\ D\ =\:\: $ particular + homogeneous solution, as in linear algebra.

In particular $\rm\ \ \int g\ =\ f_1 +\ c,\ $ for $\rm\ c\in ker\ \dfrac{d}{d\:x}\: =\:\: $ constants w.r.t. the derivation $\rm\ D\: =\: \dfrac{d}{d\:x}\:.$

Compare this to $\rm \ x\, =\, 3\, +\, 5\, \mathbb Z,\:$ the solution of $\rm\ 2\: x\ \equiv\ 6\pmod{10}\:,\: $ with particular solution $\rm x \equiv 3\:,\: $ and homogeneous solution: $\rm\ 2\: x\:\equiv 0\pmod{10}\iff 10\:|\:2\:x\iff 5\:|\:x\iff x\in 5\ \mathbb Z\:.$

0
On

Based on your reactions to the other answers, I think your problem might be with the form of such arguments.

The general idea is this: we want to prove the uniqueness of a particular gadget satisfying certain properties. From those properties, we deduce that it has other properties, and eventually we show that an any gadget which satisfies all of these properties must be our particular gadget. Maybe there are other ways to approach the problem or other properties of the gadget which we haven't used, but in any case the gadget is unique.

Analogously (?), a detective might determine that a master thief acted alone before determining the thief's identity.