Suppose I have two numbers, actually two proportions, a and b, where:
a = e^x / (1 + e^x + e^y)
b = e^y / (1 + e^x + e^y)
I know that if x and y are very small the lower limit of a and b is 0. I also know that if x and y are both very big a and b both approach 0.50.
However, it seems if a = 0.80 then the upper limit of b = 0.20. More generally, a + b <= 1 and the upper limit of b is 1 - a. Why is that?
Thank you for any advice in understanding why a + b must be <= 1 and why the upper limit of b is 1 - a. Sorry if this is a duplicate.
Notice that a + b = 1 - 1/(1+e^x + e^y) < 1
and the sum will approach 1 (equivalently, 1/(1+e^x + e^y) will approach 0)
as x and y approach infinity