Pareto improvement as partial order

We use the concept of Pareto improvement to motivate and illustrate partial and total orders.

We covered the notion of Pareto improvement in the preceding post. I briefly alluded to the fact that it’s a strict partial order. Let’s explore that a bit more.

Partial order

A strict partial order is a binary relation that is irreflexive (no element precedes itself), and transitive. Pareto improvement satisfies both of these criteria:

Irreflexive: \(\neg (A \prec A)\)
No scenario is a Pareto improvement over itself because no one strictly prefers it (person 1 doesn’t prefer scenario A to scenario A), trivially.
Transitive: \(A \prec B, B \prec C \Rightarrow A \prec C\)
If arbitrary scenario B is a Pareto improvement over arbitrary scenario A and arbitrary scenario C is a Pareto improvement over scenario B, then scenario C is a Pareto improvement over scenario A. In other words, if no one is worse off in scenario B than scenario A and no one is worse off in scenario C than scenario B, then, clearly, no one is worse off in scenario three than scenario A. And if at least one person is better off in scenario B than scenario A and at least one person is better off in scenario C than scenario B, then, clearly, at least one person is better off in scenario C than scenario A.

Alternatively, we can just take the shortcut of noting that Pareto improvement is the componentwise order of the total orders of individual preferences.

Total order

In the preceding post, we objected to the fact that Pareto improvement is partial—unable to render judgment between many scenarios and declare one as better than another despite our strongest intuitions. We could remedy this problem if instead we had a total order1. We turn a strict partial order into a strict total order by adding the following property:

Trichotomous: \((A \prec B) \lor (B \prec A) \lor (A = B)\)
Arbitrary scenario A is preferred to arbitrary scenario B or scenario B is preferred to scenario A or scenario A and B are the same.

The question is, how to introduce this property? If we’re able to introduce this property while retaining the thinness (i.e. value neutrality) of Pareto improvement, that would be a very interesting thing indeed. We would have a tool to judge any and every policy, any and every state of society, any and every counterfactual world while keeping our private values out of the decision. We would, perhaps, have “solved” objective morality.


  1. You may object that we’re making too big a leap. The problem we outlined is only that Pareto improvement is too partial a partial order. We don’t necessarily need a total order. It may suffice to have fewer and smaller antichains. We’ll set this aside for the moment.↩︎