New Reply

How do we prove the distributive property of multiplication?

 
Share Thread Thread Tools
Apr9-13, 05:35 AM   #18
 
Recognitions:
Gold Membership Gold Member

How do we prove the distributive property of multiplication?


Guess I have a lot to learn.
After reading through, it seems like there's no actual proof of commutativity.

By the way, why are IMG codes disabled?
 
Apr9-13, 07:05 AM   #19
 
Mentor
Quote by greswd View Post
After reading through, it seems like there's no actual proof of commutativity.
What would be an "actual proof"?

Quote by greswd View Post
By the way, why are IMG codes disabled?
I don't know. Maybe something went wrong when the forum changed to a new style.
 
Apr9-13, 07:24 AM   #20
 
Recognitions:
Gold Membership Gold Member
Quote by Fredrik View Post
What would be an "actual proof"?
Good question. I really don't know.

I've always assumed that mathematical proofs are final and irrefutable.
 
Apr9-13, 10:42 AM   #21
 
Recognitions:
Science Advisor Science Advisor
Quote by greswd View Post
How to prove that 3 x 2 = 2 x 3?
a 2 by 3 rectangle of six squares groups the squares in two ways - 3 groups of 2 and 2 groups of three.

The distributive law can be one with cubes.
 
Apr9-13, 10:46 AM   #22
 
Recognitions:
Gold Membership Gold Member
Quote by lavinia View Post
a 2 by 3 rectangle of six squares groups the squares in two ways - 3 groups of 2 and 2 groups of three.

The distributive law can be one with cubes.
yeah, the intuitive geometric proof.

but it could be that we describe geometry in commutative terms, and not the other way round.
 
Apr9-13, 12:33 PM   #23
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
How you prove a basic property like "commutativity" depends on your basic definitions. As I said before, we can start with "Peano's axioms" and define the positive integers to be a set, N, together with a function, s, such that:
There exist a unique member of S, "1", such that s is one-to-one and onto from S to S-{1}.
If a subset, X, of S contains 1 and has the property that if [itex]x\in X[/itex] then [itex]s(x)\in X[/itex], then X= S.

We define addition, x+ y, by
x+ 1= s(x)
if y is not 1, then there exist z such that y= s(z) and x+ y= s(x+ z).

We define multiplication, x*y by
x*1= x
If y is not 1, then there exist z such that y= s(z) and x*y= x*z+ x.
Let X= {x| x*1= 1*x}
It is certainly true that 1*1= 1*1 so [itex]1\in X[/itex]
If [itex]x\in X[/itex] then [itex]s(x)*1= s(x)[/itex] while [itex]1*s(x)= s(1*x)= s(x)[/itex] so that [itex]s(x)\in X[/itex]. Therefore X= S. That is, x*1= 1*x for all positive integers.

Given x, define X= {y| x*y= y*x}
By the above, [itex]1\in X[/itex]. If [itex]y\in X[/itex] then [itex]x*s(y)= x*y+ x[/itex] while [tex]s(y)*x= yx+ x[/tex]. Since [itex]y\in X[/itex], those are equal. That is, if [itex]y\in X[/itex] then [itex]s(y)\in X[/itex] so that X= N. xy= yx for all positive integers x and y.

Now, as I said before, we can define the integers as equivalence classes of pairs of positive integers using the equivalence relation (m, n)= (u, v) if and only if m+v= n+ u. We define addition and multiplication by choosing "representatives" for the classes. That is, if x contains the pair (m, n) and y contains the pair (u, v) then x+ y is the class containing (m+u, n+ v) and x*y is the class containing the pair (mu, nv).

(e can think of the equivalence class containing the pair (m, n), if m> n, as "represented" by the positive integer, m- n, if n> m, by -(n- m). For example, the class containing (7, 4) is represented by 7- 4= 3, the class containing (4, 7) is -(7- 4)= -3. It is easy to see that the all pairs in which the two members are equal, (m, m), are "equivalent" and that class is represented by "0".)

Then it is easy to see that multiplication of integers is commutative: y*x is the class containing the pair (um, vn) and we have already shown that multiplication of positive integers is commutative.

Now we can define the rational numbers as equivalence classes of pairs of integers, the second member of the pair, not being 0, using the equivalence relation (m, n) is equivalent to (u, v) if and only if nu= mv. We define the sum of two rational numbers x: if x contains (m, n) and y contains (u, v) then x+ y contains (mv+ nu, nv). We define x*y as the equivalence class containing (mu, nv). Then, of course, y*x contains (um, vn) which is the same as x*y because multiplication of integers is commutative.

(We can represent the class containing the pair (m,n) as the fraction [itex]\frac{m}{n}[/itex]. For example, the class containing the pair (1, 2) can be represented by the fraction 1/2.)

Finally, we define the real numbers as equivalence classes of sequences of rational numbers using the equivalence relation [itex]\{a_n\}[/itex] equivalent to [itex]\{b_n\}[/itex] if and only if [itex]\lim_{n\to \infty} a_n- b_n= 0[/itex]. If x is the equivalence class containing [itex]\{a_n\}[/itex] and y is the equivalence class containing [itex]\{b_n\}[/itex] then we define x+ y as the equivalence class containing [itex]\{a_n+ b_n\}[/itex] and x*y as the equivalence class containing [itex]\{a_n*b_n\}[/itex]. Again, that is the same class as [itex]\{b_n*a_n\}[/itex].

(Since every rational number is a terminating decimal, we can choose a rational number in one of the sequences in the equivalence class, with whatever number of decimal places we like, to approximate the real number but typically have to use an arbitrary symbol to represent the number itself. For example, the class containing the sequence 3, 3.1, 3.14, 3.141, 3.14, .... would be represented by "[itex]\pi[/itex]".)
 
Apr9-13, 01:05 PM   #24
 
Recognitions:
Science Advisor Science Advisor
Quote by greswd View Post
yeah, the intuitive geometric proof.

but it could be that we describe geometry in commutative terms, and not the other way round.
I think it only needs the axiom that the measure of two disjoint sets is the sum of their measures.

You need an idea of product measure I guess.

You can define the integers as the free abelian group on 1 generator. Then you get distribution and cumutativity by definition.

Then define the rationals as the field of quotients of the rationals.

Then define a completion of the rationals under a metric. The resulting fields are easily seen to preserve the two laws.

Now take extension fields of the reals as quotients of the ring of polynomials in one variable by an irreducible polynomial.
 
Apr9-13, 09:56 PM   #25
 
Recognitions:
Gold Membership Gold Member
All that just sailed over my head.
 
Apr10-13, 07:17 AM   #26
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Well, that's the problem, isn't it? You asked a question about the fundamentals of the number system without knowing much about the fundamentals.
 
Apr10-13, 07:21 AM   #27
 
Recognitions:
Gold Membership Gold Member
Quote by HallsofIvy View Post
Well, that's the problem, isn't it? You asked a question about the fundamentals of the number system without knowing much about the fundamentals.
We've all got to start somewhere. Nobody starts off knowing everything.

I was hoping someone could simplify it. Or at least you could set me on the right track.
 
Apr10-13, 08:55 AM   #28
 
Mentor
Quote by greswd View Post
I was hoping someone could simplify it. Or at least you could set me on the right track.
I think post #17 does that. To fully understand this stuff, you need to study the basics of set theory and the basics of abstract algebra. Then you can use a book on set theory (e.g. Goldrei or Hrbacek and Jech) to find out how to use set theory to define natural numbers, integers, rational numbers and finally real numbers (a Dedekind-complete ordered field).
 
Apr10-13, 09:11 AM   #29
 
Recognitions:
Gold Membership Gold Member
commutativity is a natural way of thinking.
 
Apr10-13, 09:12 AM   #30
 
Recognitions:
Gold Membership Gold Member
What should I read as prep before Goldrei?
 
Apr10-13, 09:42 AM   #31
 
Mentor
Quote by greswd View Post
What should I read as prep before Goldrei?
Not sure you will need anything to prep for that, but you may find some of the stuff recommended in this thread useful, in particular the book linked to in post #2 and the 10-page pdf linked to in #5.

I've been discussing similar things with a guy in this thread, and he seems to find both of those useful.
 
Apr10-13, 09:46 AM   #32
 
Recognitions:
Gold Membership Gold Member
Quote by Fredrik View Post
Not sure you will need anything to prep for that, but you may find some of the stuff recommended in this thread useful, in particular the book linked to in post #2 and the 10-page pdf linked to in #5.

I've been discussing similar things with a guy in this thread, and he seems to find both of those useful.
That's great, mate.

Damn, that thread stretched 8 pages.
 
Apr14-13, 05:52 AM   #33
 
Recognitions:
Gold Membership Gold Member
I'm struggling with No.5 in Book of Proof.
 
Apr14-13, 06:01 AM   #34
 
Mentor
Quote by greswd View Post
I'm struggling with No.5 in Book of Proof.
Chapter 5? Problem 5? You may need to be more specific.

If it's an exercise that you're stuck on, you can start a thread about it in the homework forum. If it's a concept, you can start a thread in the forum that seems the most appropriate, probably "general math" or "set theory, logic, probability, statistics". Make sure to include the link to the online version of the book and a statement about what specifically you're having difficulties with.
 
New Reply
Thread Tools


Similar Threads for: How do we prove the distributive property of multiplication?
Thread Forum Replies
Distributive property of multiplication General Math 2
How do you prove the commutative property of multiplication for 4+ factors? General Math 2
Prove the Distributive Laws Calculus & Beyond Homework 4
Contraction distributive property in GA Differential Geometry 1
Distributive property-Subtraction General Math 3