Proving a sufficient condition, can someone check my work

mr_coffee
Messages
1,613
Reaction score
1
ello ello!

I think i did this right but not sure! The directions are: Determine whether the statement is true or false. Prove the statement directly from the definitions or give a counter exmaple if it is false.

A sufficient condition for an integer to be divisble by 8 is hat it be divisble by 16.

\forall integers n, if n is divisble by 8, then n is divisble by 16. This is a true statement.
Proof: Suppose n is an integer divisble by 8. BY definition of divisbility, n = 8k for some integer k. But, 8k = 4*2k, and 2k is an integer becuase k is. Hence n = 4*(some integer) and so n is divisble by 16.

Thanks!
 
Physics news on Phys.org
mr_coffee said:
...\forall integers n, if n is divisble by 8, then n is divisble by 16. This is a true statement.
Proof: Suppose n is an integer divisble by 8. BY definition of divisbility, n = 8k for some integer k. But, 8k = 4*2k, and 2k is an integer becuase k is. Hence n = 4*(some integer) and so n is divisble by 16.

Thanks!

What exactly do you mean by 'divisible'? Is it that the quotient must be an integer?
 
mr_coffee said:
Hence n = 4*(some integer) and so n is divisble by 16.

Where did this come from? You've shown n is divisible by 4, not 16.
 
16n=8(2n)
Maybe that could be used for something.
 
mr_coffee said:
\forall integers n, if n is divisble by 8, then n is divisble by 16. This is a true statement.

Take n=8. n is divisble by 8, but n is not divisible by 16.

You tried to prove:

"If n is divisible by 8 then it is divisible by 16".

but in fact you showed:

"if n is divisible by 8 then it is divisible by 4"


But they actually claimed:

"A sufficient condition for an integer to be divisble by 8 is hat it be divisble by 16."

In otherwords, "if n is divisible by 16 then it is divisible by 8."
 
Thanks guys!

OKay i rewrote it using, ""if n is divisible by 16 then it is divisible by 8.""

\forall integers n, if n is divisble by 16, then n is divisble by 8. This is a true statement.

Proof: Suppose n is an integer divisble by 16. By definition of divsibilty, n = 16k for some integer k. But, 16k = (8)(2k), and 2k is an integer because k is. Hence n = 8(some integer) and so n is divisble by 16.

I think i had it switched around as shmoe pointed out
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top