Proving the Theorem If m divides n, then m <= n Using Different Methods

  • Thread starter Thread starter SurferStrobe
  • Start date Start date
  • Tags Tags
    Theorem
AI Thread Summary
The theorem states that if m divides n, then m must be less than or equal to n. The proof begins by expressing m as nk for some integer k. If k equals 1, then m equals n, confirming equality. For k greater than 1, it follows that m is less than n, as m equals n divided by k, which is a positive integer greater than 1. The discussion emphasizes the logical steps needed to establish the inequality, clarifying the relationship between m and n based on the value of k.
SurferStrobe

Homework Statement



Prove a theorem using direct proof, mathematical induction, contraposition, or contradiction.

Homework Equations



"If m divides n, then m <= n."

The Attempt at a Solution



(a) Suppose m divides n, then m = nk for some integer k.

(b) If k = 1, the m = n(1) = n.

That show equality part. How do I now show inequality? I'm at a loss for the next step.
 
Physics news on Phys.org
If k is not 1, then, since it is a positive integer, k>1. What does that tell you?
 
Given that, for k=1, m = n,

then for k > 1 (or k + 1),

m < n(k + 1).

If I divide by k + 1,

m / (k + 1) < n.

Am I on the right track?
 
Last edited by a moderator:
SurferStrobe said:

Homework Statement



Prove a theorem using direct proof, mathematical induction, contraposition, or contradiction.

Homework Equations



"If m divides n, then m <= n."

The Attempt at a Solution



(a) Suppose m divides n, then m = nk for some integer k.

(b) If k = 1, the m = n(1) = n.

That show equality part. How do I now show inequality? I'm at a loss for the next step.

If m divides n (m<=n), then m*k=n and not m=n*k.

If k=1, m=n, if k>1,

mk=n => m<n.
 
You're right! I missed that completely!
 
Sleek, Thanks! I guess I got that twisted. Appreciate your helping me understand this logically.

surferstrobe
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top