2

I haven't written a lot of proofs so I need the opinion of the experts on my proof of a simple proposition. Here's the various properties I used: (P10) (Trichotomy law) For every number $a$, one and only one of the following holds:
(i) $a = 0$,
(ii) $a$ is in the collection $P$,
(iii) $—a$ is in the collection $P$.

(P7) For every number $a$ not equal to $0$, there is a number $a^{-1}$ such that $a \cdot a^{-1} = a^{-1} \cdot a = 1$.

(P6) If $a$ is any number, then
$a \cdot 1 = 1 \cdot a = a$.

If $ax=a$ for some number $a$ different from $0$, then $x=1$.(Spivak's calculus.)

I consider two cases: $a>0$ or $a<0$.

By definition (Given in Spivak's calculus):

$a>b$ if $a-b$ is in the collection $P$ ($P$ being the collection of all positive numbers.)

$a>0$ because $a-0$ is in collection $P$ by trichotomy law (P10)

So $ax=a$

by P7 $aa^{-1}x= aa^{-1}$

$1x=1$

by P6 $x=1$

Second case:

By definition:

$a< b$ if $b>a$

$a<0$ because $0>a$

Now, we do the same thing as the previous case.

Proposition proven!

Here's Spivak's answer

$1=a^{-1}a=a^{-1}(ax)=(a^{-1}a)x=1x=x$

I guess he does his proof by "construction", beginning by $a=a$, then $aa^{-1}= a*a^{-1}$, etc.

Any opinions? Thank you!

egreg
  • 238,574
  • In what you have written, Spivak implicitly assumes that there are two identities, $1$ and $x$, which both have the property $a1 = 1a = a$, or respectively $ax = xa = a$. He then shows that if this fact were true, that necessarily $x=1$, contradicting the hypothesis that $x$ and $1$ were distinct. – Emily Jan 17 '14 at 19:49
  • But is my approach any good ? –  Jan 17 '14 at 19:56
  • By the way, I understand what you just wrote but I didn't see it that way in his solution.I thought he just tried to construct the equation from a=a and then to arrive at x=1.... –  Jan 17 '14 at 20:04
  • He didn't just arrive at $x=1$; in his first step, he assumed the existence of the identity $1$ and then used the definition of the inverse. He also assumes by hypothesis that $x$ is an identity with respect to $a$, otherwise the step $a^{-1}a = a^{-1}(ax)$ doesn't make sense, as that step isn't generally true if $x$ is not an identity. The key is that he starts by assuming that $1$ and $x$ are different, but then he shows that they cannot possibly be! – Emily Jan 17 '14 at 22:47

3 Answers3

4

To explain Spivak's proof rigorously, here it is step by step:

Hypothesis: Let $ax = a$, and let $1$ be the identity such that $1a = a = a1$ for all $a$.

Then,

$$\begin{align*} 1 &= a^{-1}a \tag{by definition of inverse}\\ &= a^{-1}(ax) \tag{since $ax = a$, and symmetry of $=$} \\ &= (a^{-1}a)x \tag{by associativity} \\ &= 1x \tag{by definition of inverse} \\ &= x. \tag{by definition of identity} \end{align*} $$

Therefore, $x=1$.

Emily
  • 35,688
  • 6
  • 93
  • 141
  • So, he was able to replace "a" by "ax" because he considers it like its factorization,right?Could you define reflixivity of =? –  Jan 17 '14 at 22:59
  • He replaces $a$ by $ax$ because in the problem statement it says: "if $ax=a$..." He assumes this to be true. It's a hypothesis. – Emily Jan 17 '14 at 23:03
  • Oops, by reflexivity I meant symmetry, which means that if $a = b$, then $b=a$. – Emily Jan 17 '14 at 23:03
  • Ok, and why is that pertinent ? I'm not seeing its use... thank you again! –  Jan 17 '14 at 23:06
  • Well, it's a property of $=$, because $=$ is an equivalence relation. So $ax = a$ implies that $a = ax$. To see why this is important, note that $>$ is not an equivalence relation. Note that if $a > b$, then it is not true that $b > a$! When being rigorous, it's important to take note all the properties of the relations you're using. Imagine if we said that $ax > a$. Could we assume that $x > 1$ in such a case? What would the proof look like? – Emily Jan 17 '14 at 23:09
  • Ah ok, I see now. Thank you ! –  Jan 17 '14 at 23:15
2

Your approach is okay, but there are a few things that can/should be improved. For one thing, unless you wish to use commutativity of multiplication, then you should be more careful in the step where you multiply by $a^{-1}.$ Note also that you are using associativity of multiplication without mention there. Being cautious, we can take the following steps: $$a\cdot x=a,$$ and so $$a^{-1}\cdot(a\cdot x)=a^{-1}\cdot a\\a^{-1}\cdot(a\cdot x)=1\\(a^{-1}\cdot a)\cdot x=1\\1\cdot x=1\\x=1$$

Another thing to observe is that there is no need to split by cases, as we never used the hypothesis that $a\in P$ at any point in the reasoning above. The existence of $a^{-1}$ depends only on $a$ being non-zero.

The above is effectively the same as Spivak's proof, in less condensed form.


To my mind, even Spivak's proof could use a bit of improvement. I would instead have proceeded as follows (with the condensed form of my proof above):

$$x=1\cdot x=\left(a^{-1}\cdot a\right)\cdot x=a^{-1}\cdot(a\cdot x)=a^{-1}\cdot a=1.$$

At first glance, they look exactly the same, except that I inserted the multiplication symbol and went in reverse order. Due to the fact that equality is a symmetric relation (as Arkamis mentioned), they in fact are equivalent in this case. So what's the big deal? Let me see if I can illustrate why this is an improvement. First, I will use a specific example, and then move on to an analogous abstract example.

Specific Example: Suppose that $P$ is the set of positive real numbers (hereinafter referred to as "positives"), and let $\cdot$ and $\le$ (respectively) be the usual multiplication operation and non-strict order relation on the real numbers, and recall that there is a particular positive that we call $1$. Note that the following properties are satisfied:

  1. For all positives $r,s,$ we have that $r\cdot s$ is a positive.
  2. For all positives $r,s,t,$ if $r\le s$ and $s\le t,$ then $r\le t.$
  3. For all positives $r,$ we have $r\le 1\cdot r.$
  4. For all positives $r,s,t,$ if $s\le t,$ then $r\cdot s\le r\cdot t.$
  5. For all positives $r,$ there is a positive $r^{-1}$ such that $1\le r^{-1}\cdot r$ and $r^{-1}\cdot r\le 1.$
  6. For all positives $r,s,t,$ we have $(r\cdot s)\cdot t\le r\cdot(s\cdot t).$

Of course, there are many more basic properties satisfied by the positives under the operation $\cdot$ and the relation $\le,$ but they are irrelevant to my point.

Now, I make the following claim:

If $a,x$ are positives such that $a\cdot x\le a,$ then $x\le 1.$

This, of course, is related to the claim in your question rather closely, but on their own, neither claim implies the other. More important is the fact that they have the same form, in a sense. To explain what I mean by that, let me switch to my...

Abstract Example: Suppose that we have a set $S$ of objects. Perhaps these objects are numbers of some kind, or perhaps not, but it doesn't matter. (Hereinafter, whenever I refer to "objects," I will specifically be referring to objects in the set $S$.) Let us further suppose that we have an operation $\star$ and a relation $\nearrow$ on $S,$ and that there is a particular object called $e.$ Moreover, suppose that the following properties are satisfied:

  1. For all objects $r,s,$ we have that $r\star s$ is an object.
  2. For all objects $r,s,t,$ if $r\nearrow s$ and $s\nearrow t,$ then $r\nearrow t.$
  3. For all objects $r,$ we have $r\nearrow e\star r.$
  4. For all objects $r,s,t,$ if $s\nearrow t,$ then $r\star s\nearrow r\star t.$
  5. For all objects $r,$ there is an object $\overline r$ such that $e\nearrow \overline r\star r$ and $\overline r\star r\nearrow e.$
  6. For all objects $r,s,t,$ we have $(r\star s)\star t\nearrow r\star(s\star t).$

Now, I make the following claim:

If $a,x$ are objects such that $a\star x\nearrow a,$ then $x\nearrow e.$

Observe that properties 1-6 and the claim match up precisely with properties 1-6 and the claim from above, simply by interchanging "object" with "positive," $\star$ with $\cdot,$ $\nearrow$ with $\le,$ $\overline r$ with $r^{-1},$ and $e$ with $1.$ In this case, though, we know much less than we did before. For example, it is possible that $e\star r$ and $r\star e$ may be different objects for some object $r,$ but there is no positive $r$ for which $r\cdot 1$ and $1\cdot r$ are distinct. However, those extra properties are completely extraneous assumptions. We will not need them at all to prove our claim--indeed, properties 1-6 will be all we need. Property 1 comes into play so that we can make statements involving both $\star$ and $\nearrow$ in the first place, and beyond that, since $a\star x\nearrow a,$ then $$x\overset{3}{\nearrow}e\star x\overset{5,4}{\nearrow}\left(\overline a\star a\right)\star x\overset{6}{\nearrow}\overline a\star\left(a\star x\right)\overset{4}{\nearrow}\overline a\star a\overset{5}{\nearrow} e,$$ at which point repeated applications of property 2 show us that $x\nearrow e,$ as desired.

The same proof scheme will work for the earlier claim I made, simply by making the interchanges mentioned above. Likewise, the same proof scheme will work for the claim in your post, interchanging "object" with "non-zero number,"$\star$ with $\cdot,$ $\nearrow$ with $=,$ $\overline r$ with $r^{-1},$ and $e$ with $1.$ In that case: the analogs to 1 and 4 follow from the fact that $\cdot$ is an operation on the (non-zero) reals; to 2, from transitivity of $=$; to 3, from P5, P7, and symmetry of $=$; to 5, from P8; to 6, from P6.

This is what I mean when I say that rigorous proofs, together with minimal assumptions and hypotheses, are most useful. The less that is required for a particular proof scheme, the more broadly generalizable the scheme will be.

Spivak's proof, on the other hand, needs a few additional formal assumptions (beyond the 1-6 scheme) in order to draw the desired formal conclusion.

Cameron Buie
  • 102,994
  • Wow, I didn't know I needed to be that rigorous(associativity,etc.) Also, when you say we didn't used the hypothesis, you're talking about the question, am I right ? Also, one thing bugging me in Spivak's proof is the following :a^-1a=a^-1(a*x) Where did the x come from? Is it permitted to just put in the equation, just to serve as a place holder ? –  Jan 17 '14 at 22:31
  • Well, you don't really need to be that rigorous, per se. That's more a matter of taste, but there are definite advantages to using the fewest, weakest hypotheses that we can, and justifying each step carefully. In particular, if we were working in a similar setting where multiplication wasn't necessarily commutative, then my approach still works, but yours does not. – Cameron Buie Jan 17 '14 at 23:06
  • As for the unnecessary splitting, I mean that the reasoning was exactly the same when $-a\in P$ as when $a\in P,$ so splitting by cases needlessly invoked the trichotomy law, and only served to make your proof more than twice as long as it needed to be. – Cameron Buie Jan 17 '14 at 23:09
  • As for where the $x$ came from, remember that for any real $b,y,z,$ if we know that $y=z,$ then we also know that $b\cdot y=b\cdot z.$ In particular, here, since $a=ax,$ then $a^{-1}\cdot a=a^{-1}\cdot(ax).$ All we did was replace $a$ with the number $ax,$ but those two numbers are equal, so that substitution doesn't change the value. – Cameron Buie Jan 17 '14 at 23:13
  • Ok, also yeah I see why It was not necessary to use trichotomy,etc. Thank you again –  Jan 17 '14 at 23:18
1

Spivak essentially scales by $a^{-1}$ the equation $\,a\ =\ ax\,$ to deduce $\,1\ =\ x.$

$$\ \begin{eqnarray} a^{-1}\ (a\! && =\ \ \ ax)\ \ \ \ \rightarrow\ \ \ \ \color{#c00}1\ =\ x\\ {\rm i.e.}\ \ \ \color{#c00}1\ =\ a^{-1{\phantom{I^I}}}\!\!\! a &=& a^{-1}(ax) = (a^{-1}a)x = x \end{eqnarray}$$

This can be viewed as a special case of the uniqueness of solutions to $\, ax = b.$

For if $x',x$ are solutions $\ ax' = b = ax\,\Rightarrow x' = x\ $ by scaling by $a^{-1}$ to cancel $a,\,$ as above.

Spivak's proof is the special case $\ x' = 1,\,\ b = a.$

Bill Dubuque
  • 272,048