Introduction
I saw a video of a guy talking about proving that a even number squared is still even. It was something like this:
Let n be a natural/whole number, and 2n defines all even numbers:
2n * 2n = 4n² = 2(2n²)
So, 2(2n²) is an even number.
When I saw it, I thought: assuming that n² and 2n are natural numbers, right? People told me that it's unnecessary to prove that those are natural numbers. It goes out of the scope of the question, and it's very easy to see that n² and 2n are natural numbers.
It left me thinking. How to prove it? I recently asked a question about rigour of a proof, and someone showed me the proof of infinite many primes. It has "...". I always thought that "..." was prohibited in proving, like a lazy way to write. But it apparently ain't. Then I thought "it makes things easier", so I decided to give it a try. Here's my proof that the result of a sum of two natural numbers is a natural number:
My try
Definitions
It'll be shown that a number x is a natural number using the notation N(x). [I've already seen people using it, so I ain't inventing notation].
Natural Number:
- N(0)
- ~[N(-1)]
- [N(x)] → [N(x+1)]
"Which I think it means: -1 ain't a natural number, 0 is a natural number, and if a number is a natural number, this number plus one is also a natural number".
"A → B → C" means "A implies B, which implies C". This part is because that's not right/common notation, I think.
Proof
Since N(0) and [N(x)] → [N(x+1)]:
N(0) → N(0+1) → N(0+2) ... → N(0+a)
This chain reaction only works because the first number is a natural number, so we can generalize it:
N(b) → N(b+1) → N(b+2) ... → N(b+a)
We know that N(a) because N(0+a), which can be simplified to N(a).
So it can be said that [N(a) ^ N(b)] → N(a+b). Which hopefully means: if a and b are natural numbers, their sum is also a natural number.
Ending
How accurate or how right is my proof?
And thanks for reading this Bible-long text.
P.S.: I wrote this down at 0500 and in my cellphone, so I am 99% sure I made grammar and spelling mistakes. Also, if this text is too long or not focusing on the matter, please, tell me or, if you want, edit it.