Weakly dominance in Zero Sum game

69 Views Asked by At

With the following game matrix in Zero sum games:

  a  b     
A -1  2 

As b dominates over a - does this still prove there is Nash Equilibrium using minimax theorem ?

1

There are 1 best solutions below

2
On BEST ANSWER

According to usual interpretation, Column minimizes so actually $a$ dominates $b$. Regardless, the minimax outcome for this game (following the usual interpretation) is $(A,a)$.