Is It True That x Must Be Less Than or Equal to y If x Divides y?

Click For Summary

Discussion Overview

The discussion revolves around the proposition that if \( x \) divides \( y \) (denoted as \( x | y \)), then it must follow that \( x \leq y \) and \( x \neq 0 \). Participants explore this concept within the context of integers, examining implications and counterexamples, particularly when considering negative integers and the definitions of divisibility.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants assert that if \( x | y \), then \( x \) must be less than or equal to \( y \) and not equal to zero, providing examples to support this claim.
  • Others argue that the proposition may not hold if both \( x \) and \( y \) are negative, suggesting that the converse could be true in such cases.
  • A few participants challenge the definition of divisibility, emphasizing that \( x | y \) means \( y = kx \) for some integer \( k \), and question the implications of assuming \( x > y \).
  • Some contributions highlight that if \( x > y \), then there cannot be an integer \( k \) such that \( kx = y \), leading to the conclusion that \( x \) does not divide \( y \).
  • Participants discuss the limitations of applying properties of real numbers to integers, noting that the statement \( k = \frac{y}{x} \) is not valid in the context of integers.
  • There are mentions of inaccuracies in proofs presented, indicating that the discussion involves refining and correcting earlier claims without reaching a consensus.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the proposition. There are multiple competing views regarding the relationship between \( x \) and \( y \) when \( x | y \), particularly concerning the cases of negative integers and the definitions involved.

Contextual Notes

Participants note that the discussion is limited by the assumptions made about the integers involved, particularly regarding the treatment of negative values and the definitions of divisibility. There is also mention of the lack of a group structure under multiplication in the integers, which affects the reasoning presented.

S.R
Messages
81
Reaction score
0
Question:
If x | y, (is true), then x ≤ y and x ≠ 0.

For instance, if x > y, then there are no integer solutions to equation kx = y and thus, x does not divide y.
Is this a correct proposition?
 
Mathematics news on Phys.org
S.R said:
Is this a correct proposition?
What do you think?
 
S.R said:
Question:
If x | y, (is true), then x ≤ y and x ≠ 0.

For instance, if x > y, then there are no integer solutions to equation kx = y and thus, x does not divide y.
Is this a correct proposition?
Up to sign, if you extend divisibility to the whole of ## \mathbb Z ##.
 
mfb said:
What do you think?
I suppose if x and y are negative, then the converse is true.
For instance, -2 | -4 is true, but -4 | -2 is false.
 
Last edited:
S.R said:
Question:
If x | y, (is true), then x ≤ y and x ≠ 0.

For instance, if x > y, then there are no integer solutions to equation kx = y and thus, x does not divide y.
Is this a correct proposition?

S.R said:
I suppose if x and y are negative, then the converse is true.
For instance, -2 | -4 is true, but -4 | -2 is false.
Why aren't you using the usual definition of divisibility; i.e., For integers x and y, x | y iff y = kx for some integer k.
 
S.R said:
Question:
If x | y, (is true), then x ≤ y and x ≠ 0.

For instance, if x > y, then there are no integer solutions to equation kx = y and thus, x does not divide y.
Is this a correct proposition?
Happens to be correct, but merely a proposition unless you also prove it.
If x|y and x>y then there exists ##c\in\mathbb{Z}\setminus\{0\}## such that ##cx = y##. Figure out how this contradicts and you are home free :) Also, ##\mathbb{Z}## does not form a group under multiplication, so you can't "divide" both sides by some non zero scalar.
 
nuuskur said:
Happens to be correct, but merely a proposition unless you also prove it.
If x|y and x>y then there exists ##c\in\mathbb{Z}\setminus\{0\}## such that ##cx = y##. Figure out how this contradicts and you are home free :) Also, ##\mathbb{Z}## does not form a group under multiplication, so you can't "divide" both sides by some non zero scalar.

Assuming x, y ∈ N:
If x | y and x > y, then there exists an integer k such that kx = y or k = y/x.
However, since x > y, the expression y/x is not an integer.
Therefore, we can conclude x does not divide y, since no integer k exists such that kx = y.
 
Last edited:
Were you operating with real numbers (in a complete ordered field) the statement ##k = \frac{y}{x}## is meaningful, but you can't do that if you are strictly operating within ##\mathbb{Z}##.
The conclusion is correct that there is no such integer ##k## that produces the desired result.
Alternatively we could use the given that ##x>y##. Let's look for a candidate ##k\in\mathbb{Z}## such that ##kx=y##
Since ##k## is an integer it can be expressed as a sum ##k :=\pm ( 1+1+...+1)## (there is actually a reason why this is true, but I don't want to burst the bubble)

Looking at positive integers first
Then ##kx = y## becomes ##(1+1+...+1)x = y##. Due to the distributive property the previous can also be written as ##x + x + ... + x = y##
But we already have that ##x>y## therefore ##x+x+...+x = y## can never be true.

And if we look in the negative integers then ##-x -x ..-x = y##. Under addition, ##\mathbb{Z}## does form a group, so we can say there exists ##-(-x) = x## such that ##x+(-x) = 0## and what would follow is ##y+x+x+...+x = 0##, which can only be true if ##y>x##, violating one of our established criteria.
The initial assumption that such an integer exists is therefore incorrect. And ##x|y## only if ##0\neq |x|\leq |y|##

In actuality, such divisibility is defined in a ring with no zero terms. A ring is an algebraic structure that forms an abelian group under addition, multiplication and addition are connected via the distributive property. A ring with no zero terms (can't be too sure of the English terminology here) is a ring where no two ring elements' product is 0.

We don't know anything about "dividing both sides by.." for this problem. There is no group under multiplication.EDIT: oop, You assumed x,y to be in N, then the negative integer part is unnecessary.
Actually, this proof contains inaccuracies, as well :/
 
Last edited:
S.R said:
Assuming x, y ∈ N:
If x | y and x > y, then there exists an integer k such that kx = y or k = y/x.
If x | y, then it's not possible for x to be larger than y. "x divides y" means that x is a factor of y.
I don't get what you're trying to do here.
S.R said:
However, since x > y, the expression y/x is not an integer.
Therefore, we can conclude x does not divide y, since no integer k exists such that kx = y.
 
  • #10
Mark44 said:
I don't get what you're trying to do here.
Challenge the definition :D I agree, it's fruitless.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
7
Views
2K