Prove that sum of two even integers is even

  • Thread starter Thread starter Saladsamurai
  • Start date Start date
  • Tags Tags
    even Integers Sum
Saladsamurai
Messages
3,009
Reaction score
7
Okay, I know that this is probably super easy. This is not homework, I just grabbed tis book at the library today and am trying to get familiar with the subject (Abstract Algebra). The book is hella old and doesn't have many of the solutions, especially if the author regarded the solution as easy as this (it's the first problem!).

My main problem is that I do not know how the proof should look (formally). In the past, I think I recall that a proof must work both ways (forwards and backwards). But I do not know how to start these things.

Homework Statement

An integer n is defined to be even if n=2m for some integer m It is a theorem that the sum of two even integers is even. The definition of an even integer must be used to prove this theorem.


Homework Equations


n is defined to be even if n=2m

The Attempt at a Solution


I don't know where to start..I mean on which side of the equivalency n=2m

Should I start like: n is defined to be even if n=2m
n+n=2n=4n

...I feel like I am just babbling here...can someone start me off?

Thanks,
Casey

p.s. sorry if this is the wrong forum.
 
Last edited:
Physics news on Phys.org
Let m and n be two even numbers. m = 2p and n = 2q, where p and q are integers. If you have either assumed or proved certain properties of integers, proving the sum of m and n is even is quite easy.
 
As long as you know that natural numbers p and q add to some other natural number. No way to actually "prove" that, it comes of Peano's axioms (well, sort of).
 
You problem involves two even integers- as neutrino suggested, try calling them 2n and 2m. Now, what is their sum?

I have no idea what you mean by n+ n= 2n = 4n! Even if you mean 4m, you are not using two different numbers. You would only have proved that adding a number to itself gives an even number.
 
HallsofIvy said:
You problem involves two even integers- as neutrino suggested, try calling them 2n and 2m. Now, what is their sum?

I have no idea what you mean by n+ n= 2n = 4n! Even if you mean 4m, you are not using two different numbers. You would only have proved that adding a number to itself gives an even number.

Good point. Like I said, I felt like I was just rambling like a D-bag...

Anyway. Given two even numbers m=2p and n=2q where p and q are both integers. 2p+2q=2(p+q)...now what, I assume that I include somewhere that the sum of two integers p and q = an integer, thus giving back my deinition of an even number..?
 
Exactly! 2p+ 2q= 2(p+q): 2 times a whole number and so even.
 
Nice! Thanks.
 
New exercise: show that the product of any two odd numbers is odd!~
 
Another excercise: Show that the sum of odd many odd numbers is odd.
 
  • #10
HallsofIvy said:
New exercise: show that the product of any two odd numbers is odd!~

Definition: an integer s is defined to be odd if s=2w+1 for some integer w.

s and t are both odd integers where s=2w+1 and t=2x+1 where w and x are integers.
st=(2w+1)(2x+1)
=2xw+2w+2x+1
=2(xw+w+x)+1
ummm..let me think...
 
  • #11
Seriously though, I don't call it an exercise to prove results that stem from associativity.
 
  • #12
Saladsamurai said:
Definition: an integer s is defined to be odd if s=2w+1 for some integer w.

s and t are both odd integers where s=2w+1 and t=2x+1 where w and x are integers.
st=(2w+1)(2x+1)
=2xw+2w+2x+1
=2(xw+w+x)+1
ummm..let me think...

How about expressing two odd number as x + 1 and y + 1 where x and y are even numbers? What does (x + 1)(y + 1) develops into?
 
  • #13
Werg22 said:
How about expressing two odd number as x + 1 and y + 1 where x and y are even numbers? What does (x + 1)(y + 1) develops into?

I will try it, howeber I was going by the definitions that the book uses (or the types that it uses)
 
  • #14
Simpler still, if x and y are two odd numbers, xy = x(y-1) + x. Since y - 1 is an even number, so is x(y-1). An even number plus an odd number gives an odd number.
 
  • #15
I'm sure it just personal preference but I would prefer:
(2n+1)(2m+1)= 4mn+ 2n+ 2m+ 1= 2(2mn+ n+ m)+ 1 and so is an odd number.
 
  • #16
HallsofIvy said:
I'm sure it just personal preference but I would prefer:
(2n+1)(2m+1)= 4mn+ 2n+ 2m+ 1= 2(2mn+ n+ m)+ 1 and so is an odd number.

Yeah I forgot to distribute that 2...wow:redface:

I'd like to have a go at this one:
Kummer said:
Another excercise: Show that the sum of odd many odd numbers is odd.
I need to first transpose that statement into something quantitative...
 
  • #17
\sum_{k=1}^{n+1}{(a_k + 1)},

where n is even and so is every a_k
 
  • #18
Do you know about induction? This seems like a good way to prove that statement.
Obviously, the sum of one odd number is odd. Now assume that the sum of 2n - 1 odd numbers is odd and add two odd numbers. Can you prove it's odd?
 
  • #19
I don't see the need to complicate things by adding a factor of 2.
 
Last edited:
  • #20
And now we are supposed to ask: "Why not?", right? Because just giving the reasons in your first post would not increase our post counts, right?
OK, so here goes:

Werg22, why not?
 
  • #21
Werg22 said:
I don't see the need to complicate things by adding a factor of 2.

I don't see it as a complication. Rather, it's the definition of an even number being able to be divided by 2 with no remainder, hence 2m where m is arbitrary integer.
 
  • #22
kekido said:
I don't see it as a complication. Rather, it's the definition of an even number being able to be divided by 2 with no remainder, hence 2m where m is arbitrary integer.

Yes. And this how an even number was defined in post#1.
 
Back
Top