User:IssaRice/Moral public goods example: Difference between revisions

From Machinelearning
(Created page with "working out the general optimal tax for the example given in https://www.greaterwrong.com/posts/pqKwra9rRYYMvySHc/moral-public-goods each noble has utility function <math>u(x...")
 
No edit summary
Line 8: Line 8:


So to solve for the highest tax that the nobles are willing to pay, we want to find <math>a > 0</math> such that <math display=inline>u(x_n, x_p/\alpha) = u(x_n - a, x_n/\alpha + \frac{N_n}{N_p}a)</math>.
So to solve for the highest tax that the nobles are willing to pay, we want to find <math>a > 0</math> such that <math display=inline>u(x_n, x_p/\alpha) = u(x_n - a, x_n/\alpha + \frac{N_n}{N_p}a)</math>.
This is <math display=inline>\log x_n + \log(x_p/\alpha) = \log(x_n - a) + \log(x_n/\alpha + \frac{N_n}{N_p}a)</math> which reduces to the following quadratic in <math>a</math>: <math display=inline>x_n(x_p/\alpha) = (x_n - a) (x_n/\alpha + \frac{N_n}{N_p}a)</math>.

Revision as of 19:52, 26 January 2020

working out the general optimal tax for the example given in https://www.greaterwrong.com/posts/pqKwra9rRYYMvySHc/moral-public-goods

each noble has utility function u(xn,xp)=logxn+logxp, where xn is the noble's own wealth and xp is the average wealth of a peasant (since the donation/tax is distributed equally among peasants, this is the same as saying the wealth of a single peasant).

a tax of amount a shifts the current utility amount u(xn,xp) to u(xna,xp+NnNpa), where Nn is the number of nobles and Np is the number of peasants. This is because each noble loses a, so there is Nna to distribute, and this is divided by the number of peasants.

If each noble starts out with α times as much wealth as the average peasant, we have xn=αxp.

So to solve for the highest tax that the nobles are willing to pay, we want to find a>0 such that u(xn,xp/α)=u(xna,xn/α+NnNpa).

This is logxn+log(xp/α)=log(xna)+log(xn/α+NnNpa) which reduces to the following quadratic in a: xn(xp/α)=(xna)(xn/α+NnNpa).