You have mis-translated the right-hand expression (assuming the dot operator is 'and'). The expression does NOT mean 'G and Q are both false', it means 'G and Q are not both true'. So, for example, that expression will be true when G is true and Q is false - which incidentally also makes the left-hand expression true.