For positive integers aaa and bbb, which statements are TRUE?
If gcd(a,b)=1\gcd(a, b) = 1gcd(a,b)=1 and a∣bca | bca∣bc, then a∣ba | ba∣b.
For any positive integers aaa and bbb: gcd(a,b)⋅lcm(a,b)=a+b\gcd(a, b) \cdot \text{lcm}(a, b) = a + bgcd(a,b)⋅lcm(a,b)=a+b.
If ppp is prime and p∣abp | abp∣ab, then p∣ap | ap∣a or p∣bp | bp∣b (Euclid's Lemma).
gcd(a,b)=gcd(a,b mod a)\gcd(a, b) = \gcd(a, b \bmod a)gcd(a,b)=gcd(a,bmoda) for a>0a > 0a>0.