Baverman et al. 2018 tricks mean-based learning buyer by a strategy that has 2 sessions.
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.
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).
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.
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.