Mathematically, $P(Y|X) = \frac{P(X,Y)}{P(X)}$ and so $P(Y|X)$ must depend on $P(X)$. Since $P(Y|X)$ will change when $P(X)$ changes.
However, consider this scenario:
- X = amount of red meat consumed per week.
- Y = probability of colon cancer.
Clearly, the probability of colon cancer given the amount of red meat consumed per week, $P(Y|X)$, does not depend on the distribution of red meat consumption in the population, $P(X)$.
The way I interpreted this situation is by treating $P(Y|X)$ and $P(X)$ as "independent variables" that can vary on their own. While $P(X,Y)$ is a "dependent variable" that cannot vary on its own and is purely calculated from $P(Y|X)$ and $P(X)$.
However, this feels like something I made up instead of a formal mathematical justification. Is there a canonical way of expressing this scenario in terms of mathematical probability?