I have been trying to find a counter model to:
∀x∃y(P(x)→Q(y)) ⊢ ∀x(P(x)→∃yQ(y))
But I can't really find one. So, is there a natural deduction for this? If so, any hints on where to start?
Or am I missing something obvious? I have been at it for a while so I could be missing something really simple at this point.
1) $∀x∃y(P(x)→Q(y))$ --- premise
2) $∃y(P(x)→Q(y))$ --- $∀$-elim
3) $P(x)→Q(y)$ --- assumed [a] for $∃$-elim
4) $P(x)$ --- assumed [b]
5) $Q(y)$
6) $∃yQ(y)$ --- $∃$-intro
7) $P(x) \to ∃yQ(y)$ --- discharging [b]
8) $P(x) \to ∃yQ(y)$ --- from 3)-7) and 2) by $∃$-elim, discharging [a]
Note. We have :