2

I have to show that $x|y \Rightarrow x \leq y$ where $x,y \in \mathbb{N} \land x,y \neq 0$

Can someone give me a start hint how I can show this? I guess I can proof by induction. Not quite sure where to start

$x|y \Leftrightarrow xn =y$

Chris
  • 521
  • $\Rightarrow n=\frac{y}{x}\geq1 \Rightarrow y\geq x$ given your definition for x|y – wfw Nov 27 '13 at 11:06

2 Answers2

4

$y-x=xn-x=x\left(n-1\right)\geq0$

(Here $x,y\in\mathbb{N}\wedge x,y\neq0\wedge n\in\mathbb{Z}$ so $y=xn$ can only be true if $n$ is a positive integer.)

drhab
  • 151,093
4

You want to show that $nx\geq x$. This is simply the inequality $n\geq1$ multiplied on both sides by $x$.

Martin Argerami
  • 205,756