./cem/şirin

Intuition on Theorem 3.1

Baverman et al. 2018 tricks mean-based learning buyer by a strategy that has 2 sessions.

  • Session 0 (Honeymoon): In this session buyers accumulate utility by buying the item for a fixed-price (or free).
  • Session 1 (Trap): The seller starts charging the maximum price (=1).

During the trap session buyers keep paying the maximum price until their utility turns negative (exhausted). There are 2 key problems that can cause the seller to not extract the entire welfare.

  1. Buyers with lower valuation will be exhausted early. A longer honeymoon session would have been optimal for them.
  2. The auction may end before exhausting buyers with higher valuation. A longer trap session would have been optimal for them.

Thus, rather than having a single timeline, we can have an auction with cascading sessions. Let’s continue with the visualization for a better understanding.

Here’s an interactive visualization of the timeline schedule proposed by Baverman. You can adjust the epsilon parameter to see how it affects the number of arms and the distribution of sessions, and the value parameter to see when the buyers are exhausted (i.e., switch arms).

0.10 0.50
Calculated Parameters:
n (arms): 53 | δ: 0.0556 | ρ: 0.950 | T: 1000
Arm 1Arm 2Arm 3Arm 4Arm 5Arm 6Arm 7Arm 8Arm 9Arm 10Arm 11Arm 12Arm 13Arm 14Arm 15Arm 16Arm 17Arm 18Arm 19Arm 20Arm 21Arm 22Arm 23Arm 24Arm 25Arm 26Arm 27Arm 28Arm 29Arm 30Arm 31Arm 32Arm 33Arm 34Arm 35Arm 36Arm 37Arm 38Arm 39Arm 40Arm 41Arm 42Arm 43Arm 44Arm 45Arm 46Arm 47Arm 48Arm 49Arm 50Arm 51Arm 52Arm 53
∅ Session (No trade)
Honeymoon (π* prices)
Trap (1/0 prices)
Exhaust time (B_j(v))

Here, they introduce a 3rd session, that is the ∅ Session, where basically no trade happens. The intuition is that, buyers start playing Arm 1. Those who are exhausted in the trap session of Arm 1, will move on to the honeymoon session of Arm 2, and so on.

Bilateral Trade

If we want to build a similar logic to Baverman et al., we would want to set honeymoon prices π* such that

\max_{\pi_b, \pi_s} \mathbb{E} [\text{GFT}_t] = \mathbb{E}[(v_b - v_s) \cdot \mathbb{I}\{v_b > \pi_b, v_s < \pi_s\}]

we should be setting the optimal honeymoon prices.

Note that, the optimal monopoly Myerson pricing maximizes

(\pi_b - \pi_s) \mathbb{I} \{v_b > \pi_b, v_s < \pi_s\}
, thus a strategy that extracts the entire welfare is always greater than to this expression since
v_b - v_s > \pi_b - \pi_s
when trade occurs.