Learning About Number Systems: 2 Basic Questions

  • Thread starter bobby2k
  • Start date
In summary, the conversation discusses the creation of number systems and the concept of well-defined addition for different types of numbers. The first question focuses on whether the property of addition holding for integers and rational numbers also applies to natural numbers, and the second question asks about the definition of equality and its application to natural numbers. The conversation concludes with a proof that addition is well-defined for natural numbers based on the definition of addition for whole numbers.
  • #1
bobby2k
127
2
Hi

I am trying to learn how the number systems was created, and there are two very basic thing I don't get.

first question:


My book describes and proves that addition is well-defined for integers Z.

that is if, z2=z3, then
z1+z2 = z1+z3

It also does the same for rational number, it gives a proof that

if q2 = q3, then
q1+q2=q1+q3


However one thing that puzzles me is that I can not find a proof that it holds for naturlar numbers.

That is if:

n2= n3

then:
n1+n2 = n1+n3

I know this is probably very basic, can I assume it is correct, or should it also be proved?

They define the natural numbers as cardinal numbers of sets. And proves many laws like m+n=n+m etc. for natural numbers, but not the one I asked above.


second question:
This question is probably very stupid, but since it seems like everything should be proved at this basic level, why can I assume that if a = b, then b = a, is this how = is defined?
 
Physics news on Phys.org
  • #2
All natural numbers are integers (and all integers are rational numbers).
If something is true for all integers, it is true for all natural numbers.

why can I assume that if a = b, then b = a, is this how = is defined?
It is a part of its definition.
 
  • #3
Well, natural numbers are a subset of integers so wouldn't it follow that if it's true for integers it HAS to be true for natural numbers?

EDIT: I see mfb beat me to it :smile:
 
Last edited:
  • #4
The problem with what you are saying with, N beeing a subset of Z, therefore if addition is well defined in Z then it is in N, is that for me it seemed like they used that addition in N was well defined when they proved it in Z.

the proof for Z is like this:
[m,n], [p,q] and [r,s] are integers. Where m,n,p,q,r,s is in N.
then we have that [p,q] = [r,s], so p+s = q+r

then they prove that [m+p,n+q] = [m+r,n+s]

they do it like this:

(m+p) + (n+s) = m+n+p+s = m+n+q+r = (n+q) + (m+r),
so by the definition of Z [m+p,n+q] = [m+r,n+s]

but when we write :
m+n+p+s = m+n+q+r
Aren't we using that addition is well defined for N?

EDIT:

Because if m+n = a, p+s=b, and q+r = c, then we have since p+s=q+r, then b=c
so we use that a+b = a+c, if b=c
 
Last edited:
  • #5
'derfor'?
 
  • #6
SteamKing said:
'derfor'?

That's Upper Slobovian for "therefore" :smile:
 
  • #7
Sorry for using a word in a foreign language, it is fixed now.
 
  • #8
I tried making a proof, is this proof valid:

First my book defines addition in W(whole numbers) as. If, m,n[itex]\in[/itex] W, and A and B are sets suck that m = #(A) and n = #(B) and A [itex]\cap[/itex] B = [itex]\phi[/itex], then m+n = #(A[itex]\cup[/itex]B)
#is the cardinal number

then I want to prove that if b=c, then a+b=a+c
To prove this I assume that
a = #(A) for a set A, and b = #(B) for a set B, I also assume that A[itex]\cap[/itex]B = [itex]\phi[/itex]
I also assume that c = #(C) for a set C

Now since A and B are disjoint I get directly from the definition that a+b = #(A[itex]\cup[/itex]B)
I also have that c=#(C)=#(B)=b

Now instead of saying that c=#(C), I can just use that c = #(B), and since this it all it takes to use the definition of addition(?, can I just choose to use the other set), then I have that since A and B are disjoint
a+c = #(A[itex]\cup[/itex]B)
and because of this
a+b = #(A[itex]\cup[/itex]B) = a+c
 

FAQ: Learning About Number Systems: 2 Basic Questions

What is a number system?

A number system is a way of representing and counting numbers. It includes a set of symbols or digits that are used to represent numbers, as well as rules for combining these symbols to create different numbers.

What are the different types of number systems?

There are several types of number systems, including decimal, binary, octal, and hexadecimal. Decimal is the most common number system and uses 10 digits (0-9). Binary uses only 2 digits (0 and 1) and is commonly used in computer systems. Octal and hexadecimal are also used in computing and have 8 and 16 digits, respectively.

How do I convert numbers between different number systems?

To convert numbers between different number systems, you can use the base conversion method. This involves dividing the original number by the base of the number system you want to convert to and then writing down the remainder. Repeat this process until the quotient becomes 0. The remainders, read from bottom to top, will form the new number in the desired number system.

What is the significance of the base in number systems?

The base of a number system determines how many digits are used and how the numbers are counted and represented. For example, in the decimal system, the base is 10, so there are 10 digits (0-9). In the binary system, the base is 2, so there are only 2 digits (0 and 1).

How are number systems used in real life?

Number systems are used in various aspects of our daily lives, such as counting money, telling time, and measuring quantities. They are also essential in fields like mathematics, computer science, and engineering, where they are used for calculations and data representation.

Similar threads

Replies
26
Views
6K
Replies
3
Views
1K
Replies
5
Views
2K
Replies
1
Views
1K
Replies
7
Views
3K
Replies
1
Views
1K
Replies
3
Views
2K
Back
Top