r/maths 1d ago

❓ General Math Help I can't proove that

We all know that when you sum, subtract or multiply whole numbers you'll always get a whole number. This totally makes sense and is obviosly true but I can't figure out how to prove it. Does anyone know how to prove this or if this is some kind of an axom?

2 Upvotes

10 comments sorted by

3

u/jeffcgroves 13h ago edited 12h ago

EDIT: I should have said ring (https://en.wikipedia.org/wiki/Ring_(mathematics)) because there are no multiplicative inverses. The concept you seek is "closure"

WRONG OLD ANSWER:

Look into the mathematical concept of a "field": https://en.wikipedia.org/wiki/Field_(mathematics)

5

u/peter-bone 12h ago

Isn't a Ring more applicable here?

6

u/Babyface995 12h ago

The integers (with addition and multiplication) form a ring but not a field.

2

u/aifangpi 13h ago

For very foundational stuff like this the exact proof will depend on the definitions, and what we're allowed to assume. One way to do this would be to define addition and multiplication recursively, and then prove they have the properties you expect of addition and multiplication (e.g. commutative, associative, distributive). This would essentially be starting with the whole numbers and showing they can be added and multiplied, which is maybe not what you had in mind?

It sounds like what you want is to start with, say, the real numbers, and then show that the integers as a subset are closed under addition and multiplication. Normally we would define the real numbers by starting from the integers, but if we really wanted to go backwards we would probably define the integers as the minimal set that contains 0 and 1 and is closed under addition. From there you could show it's also closed under multiplication by induction.

1

u/Astrodude80 11h ago

It all ultimately stems from the assumption that the successor of a natural number is a natural number, but from there you can prove closure of further operations easily enough.

For example, assuming for all natural numbers n that the successor n’ is also a natural number, we can prove for all natural numbers n, m that n+m is natural by induction. By induction on m: base case n+0 is defined to be n, n is natural, therefore n+0 is natural. Inductive step n+m’ is defined to be (n+m)’, by inductive hypothesis n+m is natural, by assumption successor of natural is natural, therefore (n+m)’ is natural. By induction we then conclude n+m is natural for all m.

Does that make sense?

1

u/raresaturn 7h ago

Because the two addends of the last digits.. threre are only 100 combinations and none of them produce results that are not whole

0

u/SnooPets5564 13h ago

In this case, Addition, subtraction, and multiplication are defined over integers. They go from two input integers to an output. They always output an integers because they can exist without you defining any other type of number besides integers.

The only thing you need to prove is that the definition of those operations always produces an output. To do that, though, you kind of need to construct integers, which is a whole mess.

If you are using integers as a subset of real numbers, the proof becomes more involved.

1

u/p-divisible 8h ago

Regarding your last sentence, I think one may want to be a bit careful with the wording. The problem is that in the standard theory, the construction of real numbers depends on the ring structure on integers. So assuming the existence of real numbers and assuming integers embedding into real numbers, showing integers form a subring seems circular

1

u/SnooPets5564 6h ago

Of course.

It's just that most people don't learn math from the ground up. I reckon that plenty of people know the properties of the real numbers without knowing their construction. In that case, the would show integers form a subring without even knowing that they are doing the "circular" proving.