Or you can just like, understand that an odd number is one more than an even number so if you add them together it’s two more than an even number, hence even.
Comment on You heard me.
MBM@lemmings.world 11 months agoThat’s if you add two of the same odd number. The more general proof is basically the same though: let n
and m
be integers, then 2n+1
and 2m+1
are odd. (2n+1) + (2m+1) = 2n + 2m + 2 = 2(n+m+1)
which will be even.
stebo02@sopuli.xyz 11 months ago
MBM@lemmings.world 11 months ago
Definitely, that’s how I’d explain it in words
lemmyseikai@lemmy.world 11 months ago
Which is the layman’s terms of the proof… I don’t get what your goal is.
Is this a ridiculous formalized statement? Yes, of course it is. Is it a building block for learning to read mathematical works? Yes, of course it is. But that’s the point. We need to practice the trivial to build the scaffolding to tackle the exceptional.
I am not wont to draw conclusions with minimal evidence, but your post seems like you are a malicious reductionist that may be suffering from Dunning Kruger syndrome. I apologize in advance if I have miscategorized you based on this limited sample.
stebo02@sopuli.xyz 11 months ago
I just wanted to show you don’t need any mathematics to understand why this is true.
kogasa@programming.dev 11 months ago
The proof is exactly the same though.
lemmyseikai@lemmy.world 11 months ago
To confirm, you are asserting that the foundation for your answer (mathematical reasoning) does not require any mathematics to understand why it is true.
It’s very dangerous to take a reductionist approach and not be aware of the baked in assumptions you are using. For example, the terms even and odd (for this problem) are well defined as concepts for integers. Which means that your hand-wave statement is true as a result of definitions that were likely created to ensure this property held true.
The notion that “I don’t need math to understand why this is true” is like saying “I made an observation on a phenomenon and I don’t need science to know it’s true.” Which, as you are hopefully aware, is again reductionist and leads to a huge distrust of science from the science illiterate.
Pfnic@feddit.ch 11 months ago
This is why I failed at uni. I’m struggling so hard to make sense of such proofs, even if I understand the underlying concepts… :(
bitwolf@lemmy.one 11 months ago
It helped me to lean on the different principals as an example.
The easiest being Principal of Induction. Substitute
k
andm
with 1,3,5,7,9…After going through a few iterations you can see if it holds up enough to keep testing with other principals. (Super simplified).