Contraction map of geometric mean

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
rubinj
Messages
2
Reaction score
0
I have the following mapping (generalized geometric mean):

[tex]y(i)=exp\left[{\sum_j p(j|i)\log x(j)}\right]\\ ,\ i,j=1..N[/tex]

where p(j|i) is a normalized conditional probability.

my question is - is this a contraction mapping?

in other words, does the following equation have a unique solution:

[tex]x(i)=exp\left[{\sum_j p(j|i)\log x(j)}\right]\\ ,\ i,j=1..N[/tex]

thanks in advance,
rubin
 
on Phys.org
Would you specify what x(i) stands for & what p(i|j) is the probability of?
( Lokks familiar, though. if it's something like a Markov chain or transition of probability vectors, use the Brower's fixed point theorem to get a solution. The mapping may not be contractive.)
 
the p(i|j) does specify the transition in a Markov chain, and the x(i) stands for some 'value' function over the states. i know that a solution exists, but i'd like to show it's also unique. I think that for this aim, i must introduce some discount parameter [tex]0<\gamma<1[/tex]:

[tex] x(i)=\gamma\exp\left[{\sum_j p(j|i)\log x(j)}\right]\\ ,\ i,j=1..N[/tex]

can that be shown to have a unique solution ?