I was dealing with a different problem when this question struck me-
Let us have a natural number $n$, and we know that the divisors of $n$ are $d_1,d_2,\dots d_k$. Now, we add any other $x\in \mathbb N$ to $n$ and get a natural number $y=(x+n)$. What can be said about the divisors of $y$ (let's say $d_1^{\prime},d_2^{\prime}\dots d_{k^{\prime}}^{\prime}$). Can we relate the $d_i$'s with the $d_j^{\prime}$'s? If not, then what extra information do we need?
I searched for an answer online, but nothing significant popped out. When I started thinking about it, I realised that there are a few obvious answers like "$n$ and $x$ are of the same parity if and only if $y$ is divisible by a positive power of $2$" or "$y$ must be divisible by the greatest common divisor of $n$ and $x$". But, I can't think of anything more concrete. I also tried to use the divisor counting and the divisor sum function, but that didn't help either.
Also, the last line in the question (i.e., what extra information do we need) may be met with "we need to know the exact value of $x$". But, of course, I want to minimize the number of requirements.
So, can anybody help me to have a detailed study of this idea? I still can't believe that nothing about this is (easily) available. I'm sure, people must have thought about this before. So, if anybody is aware of any such researches, please inform.
Edit: After reading the comments, I wanted to specify some particularities-
1. I already mentioned that I want something more than the trivialties of if $d|y$, then $d|n \iff d|x$. user2661923 asked for the divisors of $x$ or the intersection of divisors of $n$ and $x$. We can assume that the intersection is empty- that's the case I'm most interested in. Even if we have an intersection, can we say anything more than "all elements of the intersection divides $y$"? As Arthur pointed out, even relating the divisors of $n$ and $n+1$ seems to be extremely difficult. Also, even if we take two primes $p_1$ and $p_2$ (so that we need to deal with the least number of divisors), can we say anything about the divisors of $p_1+p_2$?
2. About the question by RoddyMacPhee, what I mainly want is to find a relation between the divisors of $y$ and the divisors of $n$. If that's not directly possible, I want to know what are the minimal requirements to get to such a relation. Or is it that divisors are so faithful towards multiplication that addition just randomly shuffles them without any significant mathematical relation?
https://math.stackexchange.com/questions/4810956/can-factoring-90-help-factor-91 – user25406 Nov 21 '23 at 11:33