I am studying Nash equilibria for 2 player 0-sum games from the book "Multiagent Systems" by Shoham and Leyton-Brown. In chapter 4 there is the following Linear Program (LP) formulation for the primal program (describing a minmax strategy of player 2 at equilibrium) :
By $\alpha_i^j$ they denote the action $j$ of player $i$ and by $s_i^j$ the probability that the action is played by the player.
I am trying to understand why it suffices to consider only pure strategies in (4.2) for player 1. (Similarly they consider only pure strategies for player 2 in the dual program)
Could you please assist what is the argument here ?

Payoff functions are linear in every player's mixed strategies. The payoff player 1 gets from a mixed strategy is simply a weighted average of the payoff of their pure strategies. So the highest payoff player 1 could achieve is necessarily achieved at a pure strategy. If inequality (4.2) holds, it would also hold for all mixed strategies of player $1$. However, it is more convenient to work with pure strategies so that the inequalities are actually linear.