I have discovered some exercise type conjectures which I can't prove and this is one of them:
Given positive integers $a,b$, then $$ \gcd(\operatorname{rad}(a+b) ,ab)= \operatorname{rad}(\gcd(a,b))$$
Can this be proved or disproved?
From time to time, when testing my growing math packages BigZ and Forthmath, I recognize some patterns which I can't prove or disprove (or even have the ambition to). I post them here with the hope that it will not annoy too much. I hope you can bear with it.
First note that the left- and right-hand sides of the conjectured equality are both square-free, since $\text{rad}(n)$ is always square-free. From the definition of $GCD$, it then suffices to check that a prime divides the left iff it divides the right.
Now since $p \mid \text{rad}(n) \iff p \mid n$, we see that $p \mid \text{rad}(a+b), ab \iff p \mid a+b, ab \iff p \mid a,b \iff p \mid \text{rad}(a), \text{rad}(b)$ and we are done.