Question:
Is the following statement true:
Let $ \ a,b \in \mathbb{N}$. $ \ [(a<b)$ and $ \ (gcd(a,b) \neq a)] \implies [gcd(a,b) < a]$
I cannot think of any counter example. I think the statement is true.
Question:
Is the following statement true:
Let $ \ a,b \in \mathbb{N}$. $ \ [(a<b)$ and $ \ (gcd(a,b) \neq a)] \implies [gcd(a,b) < a]$
I cannot think of any counter example. I think the statement is true.
Yes. The greatest common divisor of $a$ and $b$ is always a divisor of both $a$ and $b$, and for any divisor $d$ of $a$ we have $d\leq a$. Thus we have $\gcd(a, b) \leq a$, and since $\gcd(a, b) \neq a$ we also have $\gcd(a, b) < a$.