5

I am reading this answer. I have some doubts which I want to clarify.

Question 1. The author defines a rational number $\dfrac ab$ as, $$b\times\left(\dfrac{a}{b}\right) = a$$

He presumes that $\dfrac{a}{b}$ is a solution to $a=xb$. Then he states the definition of equivalence of two rational numbers as:

We also say that $\dfrac{a}{b}$ is "the same fraction" as $\dfrac{c}{d}$ if and only if $ad=bc$.

After this he gives other definitions of addition, multiplication and subtraction of rational numbers. I claim that he could omit the definition of equivalence of rational numbers. User Pgatti pointed out that in my previous version of this question the justification of my claim was incorrect.

User Pgatti showed me an elegant way to justify my claim. Here I present it:

We need three definitions,

  1. $\dfrac{a}{1}=a$

  2. $\dfrac ab \times \dfrac cd = \dfrac{ac}{bd} $

  3. $b \times \dfrac ab =a $

From these three definitions we can prove that $\dfrac ab = \dfrac cd $ iff $ad=bc$. The proof is:

By definition 3, $$b \left( \dfrac ab \right)=a $$ by definition 1, $$\dfrac b1 \dfrac ab = a$$ by definition 2, $$\dfrac {ba}b = a $$ For $a=1$ we have, $$\dfrac bb =1=\dfrac 11 \tag{property 1}$$ Let four positive integers $a,b,c$ and $d$ such that $ad=bc$. Now, $$ \dfrac ab = \dfrac ab \dfrac dd = \dfrac{ad}{bd} = \dfrac{bc}{bd} = \dfrac bb \dfrac cd = \dfrac cd$$

So we have proved that "$\dfrac ab = \dfrac cd$ if $ad=bc$".

Edit:

User HTFB explained in his/her answer I still have to show when two rational numbers are not equal. The proof in the previous version was that $\dfrac ab = \dfrac cd $ if $ad=bc$ --- half of the job. But I have to prove that $\dfrac ab = \dfrac cd $ if and only if $ad=bc$. The remaining task is to prove that $\dfrac ab \neq \dfrac cd $ if $ad \neq bc$. I've tried to use proof by contradiction, which I think is satisfactory.

Let $ad \neq bc$ and $\dfrac ab = \dfrac cd$, both are true.

  1. Given that $a,b,c,d \in \mathbb{N}$ and have such values that $ad \neq bc$.
  2. Assume that $\dfrac ab =\dfrac cd$.
  3. We have, $\dfrac{ad}{bc} \times bc=ad$ (Definition-3)

    $ \implies \dfrac ab \dfrac dc bc = ad$ (Definition-2)

    $ \implies \dfrac cd \dfrac dc bc = ad$

    $ \implies \dfrac{cd}{cd} bc = ad$

    $ \implies bc=ad$. (By property 1)

We have reached at the contradiction of statement 1. Hence statement 2 has to be false, given that statement one is true. So now, we have proved that if $ad \neq bc$ then $\dfrac ab \neq \dfrac cd $. For any given natural numbers $a,b,c$ and $d$, there can only be two possible cases, either $ad=bc$ or $ad \neq bc$. So the only way $\dfrac ab$ can be equal to $\dfrac cd$ is that $ad=bc$ otherwise $\dfrac ab \neq \dfrac cd$. So we conclude that:

$$\dfrac ab = \dfrac cd \text{ if and only if }ad=bc.$$

  • So, could the author of that answer omit the definition of equality of rational numbers?

Question 2

The author of that answer doesn't define $\dfrac a1 = a$, rather he states it as a corollary of the definition, $b \dfrac ab = a$. The reasoning given is that since $1 \times a=a$ and $1\times \dfrac a1 = a$ so $\dfrac a1$ should be equivalent to $a$.

  • Is he doing it correctly? Does the definition $b \left(\dfrac ab \right) = a$ implies $\dfrac a1=a$? Don't we have to define $\dfrac a1 = 1$

Question 3.

I have an idea. The idea is that $\dfrac rr = 1$, means $\dfrac rr = 1$ should act as a multiplicative identity. E.g. in $1*t=t$, I should be able to replace 1 with $\dfrac rr$. I can do this as: $$ \dfrac rr \times t = \dfrac rr \dfrac t1 = \dfrac{rt}{r1} = \dfrac{tr}{r1} = \dfrac tr \dfrac r1 = \dfrac tr r=t$$. So any number $\dfrac rr$ acts as an multiplicative identity.

  • Is this argument enough to justify that $\dfrac rr=1$?

P.S: Another way to show that $\dfrac cc =1$ is to prove that $\dfrac cc - 1$ is 0. This can be done with the definition of subtraction for rational numbers. The reason this can be done is that division is equivalent to subtraction, e.g. $\left( \dfrac {1}{c} \right) c =1$ is equivalent to $c-c=0$

P.P.S: This question was a part of my another similar question. I wanted to isolate this question from that so as to get a satisfactory answer, that's why I've re-asked it as a new question.

user103816
  • 3,831
  • While it may be difficult to determine the author's full meaning, one reason to state such a thing is to provide a specific "method of measure": to say $\frac ab=\frac cd$ may or may not be easy to measure on its own, but to say $ad=bc$ is directly measurable. – abiessu Dec 02 '14 at 09:10
  • @abiessu What is the meaning of measuring a positive rational number? – user103816 Dec 02 '14 at 09:12
  • I am presuming this is done to define rational numbers from integers. So what is the meaning of $\frac{a}{b}$ is a solution of $a=xb$? – Pgatti Dec 02 '14 at 09:26
  • @Pgatti In defining rational from integers we hope that $\dfrac ab$ will satisfy $a=xb$, but we do not presume it at all. The meaning of "$\dfrac ab$ is a solution of a=xb" is that $a=xb$ is true for $x=\dfrac ab$. – user103816 Dec 02 '14 at 15:12
  • @user31782 I am sorry if my question was not clear. Where is the equation "$a=xb$" taking place? – Pgatti Dec 02 '14 at 15:23
  • @Pgatti In this answer http://math.stackexchange.com/questions/64488/if-multiplication-is-not-repeated-addition/64514#64514 – user103816 Dec 02 '14 at 15:32
  • @user31782 In order to say "$a=(\frac{a}{b})b$" you mean that you have already defined how to embed the integers in the rationals and how to multiply two rationals. I would find more correct to say when two rational are equivalent before saying how to do operations among them. – Pgatti Dec 02 '14 at 15:47
  • @Pgatti You are right we require correspondence between rationals and integers and all the other definitions. But if we assume $\frac ab$ to be the solution of $a=xb$ then we can omit the definition $ab'=a'b$, but we still require others. – user103816 Dec 02 '14 at 15:50
  • @Pgatti See, the Edit portion of Shreevasva's answer, http://math.stackexchange.com/a/732553/103816 – user103816 Dec 02 '14 at 15:52
  • @Pgatti We know that $a=1a$ is true. If we assume that $\dfrac aa$ is the solution of $a=xa$ then along with the other efinitions(except ab′=a′b) we eventually end up with $\dfrac aa =1$ which gives " if ab′=a′b then automatically $\dfrac ab = \dfrac {a'}{b'}$". – user103816 Dec 02 '14 at 15:57
  • 1
  • @Pgatti There he doesn't define frac(a,1)=a. He says that $a$ is the solution of 1x=a and 1*frac(a,1)=a. So frac(a,1)is equivalent to a or frac(a,1)=a. Don't we need to show that frac(a,1) is unique? – user103816 Dec 05 '14 at 11:51
  • @user31782 Assume you have two rationals $y$ and $z$ such that 1y=a and 1z=a, then 1y=1z that is y=z. – Pgatti Dec 05 '14 at 14:34
  • @Pgatti No, $1y=1z \nRightarrow y=z$ How can we say that $1*y=y$? – user103816 Dec 05 '14 at 15:22
  • @user31782 what is $1$ as a rational number? How you multiply rational numbers? – Pgatti Dec 05 '14 at 22:51
  • @Pgatti I think you are not getting me here. We are yet to show that $1=frac(1,1)$. Yet there is no meaning assigned to $1*y$. The rules for multiplying a rational with an integer are not mentioned yet. – user103816 Dec 06 '14 at 09:27
  • @user31782 If the rules to multiply rationals are not yet defined you cannot talk about equations involving rationals. – Pgatti Dec 06 '14 at 19:08
  • @Pgatti Means the way that author showed frac(a,1)=1 is incorrect. – user103816 Dec 06 '14 at 19:10

1 Answers1

5

Question 1. Yes, you do need to define your relations. In particular, your three axioms are consistent with a further axiom "$\mathrm{frac}(a,b) = \mathrm{frac}(c,d)$ for all $a,b,c,d$: i.e, that all fractions are equal to each other.

None of your axioms say anything about when fractions are not equal. So you need something else. The suggested axiom $$ \frac{a}{b} = \frac{c}{d} \text{ if and only if }ab=cd$$ does this in the "only if" direction.

There are other problems with your axioms. In particular, numbers (1) and (3) mention integers as members of your new class of fractions. But they aren't! Really what you mean is that there is a mapping from the integers into the fractions. You also want this mapping to be 1-1, but an axiom saying so is equivalent to the "only if" direction of the one you are trying to avoid.

Indeed if you are axiomatising the class of fractions you also need to say that every fraction is of form $\mathrm{frac}(a,b)$ for some pair of integers $a,b$. Otherwise the ring of real numbers, for example, satisfies the axioms.

All this would become clearer if you kept an eye on the distinction between a definition and an axiom. Your list (1), (2), (3) is of axioms, things you want to be true in any class of fractions however they're defined. But they don't on their own define what fractions are. With only your axioms we can't look at a thing and say "this is a fraction" without finding a whole ring of all other things-that-might-be-fractions and checking the axioms (and the other ones you need but haven't listed). But with the definition "a fraction is a member of an equivalence class of ordered pairs of integers $(a,b)$ under the equivalence $(a,b) \equiv (c,d) \text{ iff } ad = bc$", just looking at the one object will tell us if it's a fraction. Is it such an equivalence class? No, then it's not a fraction. Yes, then it is.

Question 2. I think you have got in a muddle writing this out. You keep saying "$\mathrm{frac}(a,1) = 1$" but this is obviously a typo. Unfortunately it's a bit too hard to tidy this up for you to see what you mean to say. But you are right that the obvious thing to do is to define the embedding $\pi$ of the integers into the fractions by $\pi(a) = \mathrm{frac}(a,1)$, which is what you are really doing with your axiom (1), and not to try to infer this from elsewhere.

HTFB
  • 3,007
  • Means with the three axioms I cannot prove that frac(a,b)$\neq$frac(c,d) if ab$\neq$cd. – user103816 Dec 07 '14 at 13:40
  • Is it necessary to axiomize when two rationals are not equal. In this book(https://archive.org/stream/ATreatiseOnAdvancedCalculus/Franklin-ATreatiseOnAdvancedCalculus#page/n13/mode/2up) the author states a/a'=b/b' if ab'=a'b. He doesn't say if and only if. ${}{}{}{}{}{}{}{}$ 2. What is the difference between the term definition and axiom. My book states [a/a'=b/b' if ab'=a'b] as a definition not an axiom.
  • – user103816 Dec 07 '14 at 14:21
  • Given $ad\neq bc \implies frac(ad,1)\neq frac(bc,1)$. Multiplying both the sides with frac(1,bc) gives, $frac(ad,bc) \neq 1 \implies frac(a,b)frac(d,c) \neq 1$. Multiplying both the sides with frac(c,d) gives, $frac(a,b) \neq frac(c,d)$. So if $ad\neq bc $ then $frac(a,b) \neq frac(c,d)$. [Am I right?] – user103816 Dec 07 '14 at 15:35
  • I don't know whether the step $frac(ad,1)≠frac(bc,1)\implies frac(1,bc)frac(ad,1)≠frac(1,bc)frac(bc,1)$ is justified or not. – user103816 Dec 07 '14 at 15:37
  • A definition is a sentence assigning a meaning to a word or symbol. An axiom is a sentence whose meaning we understand and which we assert to be true. For example, a group is defined as an object $\langle G, \ast, e\rangle$ such that the group axioms ($\forall g ,g \ast e = g$ etc) hold. – HTFB Dec 08 '14 at 09:46
  • Yes, I suppose conventionally "if" in a definition is shorthand for "iff". But since you are trying to find a minimal set of axioms that define the rationals, you will need to be very precise not to include assumptions that you don't intend to. – HTFB Dec 08 '14 at 09:49
  • I've lost track of which axioms you are allowing yourself in the last couple of comments. Your deduction is of course legitimate using the natural axiom set. I don't think you will understand the original interesting question any better by following further down this rabbit-hole. But it looks as though you might enjoy learning a bit about proof theory for its own sake. – HTFB Dec 08 '14 at 09:57
  • In the last couple of my comments I used: 1. frac(a,1)=a, 2. frac(a,b)×frac(c,d)=frac(ab,cd), and 3. b×frac(a,b)=a. When we say frac(a,1)=a and frac(b,1)=b, we mean that frac(a,1) is equivalent to the integer a, and if $a\neq b$ we can say that frac(a,1)$\neq$ frac(b,1). So the first axiom provides an implicit definition of when two rationals are not equal. I don't know, the way I stretched this argument to show that frac(a,b)$\neq$ frac(c,d), is correct or not. – user103816 Dec 08 '14 at 11:44
  • HTFB, See the edit portion of my question. – user103816 Dec 10 '14 at 14:53
  • Are you getting notified for my comments? – user103816 Dec 10 '14 at 17:41
  • 1
    Yes! Bear with me... – HTFB Dec 10 '14 at 17:53
  • The last step doesn't work, in fact, without something else. You can't go back from the operation in the ring of fractions to the one in integers! Really I think what you're trying to achieve here is misguided, and defining equivalence of fractional representations is the way to go. – HTFB Dec 12 '14 at 11:16
  • Which last step? The edit portion "$\dfrac{cd}{cd} bc = ad \implies bc=ad$", or "multiplying both sides of frac(a,b)frac(d,c)≠1 with frac(c,d)." – user103816 Dec 12 '14 at 12:09
  • 1
    The edit portion you quote relies on the image of $ad$ in $\mathbb{Q}$ not being equal to $\frac{cd}{cd}bc$. You need something to tell you that, even if $ad \neq bc$ in $\mathbb{Z}$. – HTFB Dec 12 '14 at 12:14
  • I'm not getting you. Could you elaborate. – user103816 Dec 12 '14 at 12:28