0

I know the definition of divides into is $$a|b \equiv \exists a\in\mathbb{Z}, b = ac$$ however I'm not sure how to manipulate this to prove $$\forall n \in\mathbb{N}, (n|105 \wedge n|70) \implies 5|n$$

Any help to lead me in the right way would be appreciated! I'm new to proofs so please explain any steps I could take!

LAJ
  • 21

1 Answers1

1

$n=1$ and $n=7$ are counterexamples.

Since $\gcd(105,70)=35$, $1,5,7$, and $35$ can be candidates of $n$, but $1$ and $7$ are not multiple of $5$.

choco_addicted
  • 8,786
  • 8
  • 24
  • 53