⊨∃x(Px⇒∀xPx) I was trying to solve the above drinker's paradox by contradiction and came up with the below expression by negating the above expression -
⊨ ∀x ( Px ∧ ¬ ∀x Px )
This is where I got stuck because to distribute the universal quantifier I need all the variables inside the parenthesis to be bound variables but as x is a free variable I was not able to go further. Is the approach correct considering that the universal set is not empty and what should I do next?