# Justice as Fairness | | "**Justice as Fairness**: Political not Metaphysical" is an essay by John Rawls, published in 1985. In it he describes his conception of justice. It comprises two main principles of liberty and equality; the second is subdivided into fair equality of opportunity and the difference principle. | |-|-| | | wikipedia:: [Justice as Fairness](https://en.wikipedia.org/wiki/Justice_as_Fairness) | [[John Rawls]] [[Egalitarianism|Egalitarianism]] [[Equal opportunity]] [[Equality of outcome]] [[Luck egalitarianism]] [[Original position|Veil of ignorance]] [[Original position]] [[Fairness]] ## Difference principle The difference principle regulates inequalities: it permits only inequalities that work to the advantage of the worst-off. ## Criticism [[Elizabeth S. Anderson]] - [[What Is the Point of Equality]] --- ## Also By Or In Or Of `= this.file.name` ```dataview TABLE WITHOUT ID file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year FROM #Type WHERE ( ( any(contains(by, this.by)) AND by ) OR ( any(contains(in, this.in)) AND in ) OR ( any(contains(of, this.of)) AND of ) OR ( any(contains(in, this.file.name)) OR any(contains(in, this.file.link)) ) OR ( any(contains(of, this.file.name)) OR any(contains(of, this.file.link)) ) AND file.name !=this.file.name ) SORT file.etags DESC, date DESC, year DESC ```