Do bracketing and placement affect quantifiers in predicate logic?
I.e., are the following two propositions equivalent (where x and y are variables and P and T predicates)
¬∃x (¬∃y Pxy → (∀z ¬(Pzx → Tz) ∨ Tx))
¬∃x ¬∃y ∀z (Pxy → ¬(Pzx → Tz) ∨ Tx))
Additionally, can the negation of first two quantifiers be dealt with at the same time? I.e.:
¬∃x (¬∃y Pxy → (∀z ¬(Pzx → Tz) ∨ Tx)) = 1
∃x (∃y Pxy → (∀z ¬(Pzx → Tz) ∨ Tx)) = 0
Edit: I should clarify, I mean in the specific case that a quantifier has scope over the entire preposition, can it be moved to the beginning/outside of brackets?
The second part of the question refers to the truth value of the proposition, where 1 is True and 0 is False.
Another way to think about it: does ¬∃x¬∃y = ¬∃y¬∃x ?
Regarding the first question, the answer is YES.
See Prenex Normal Form : we can move $∀z$ in front of "$Pxy →$" because $z$ is not free in it.
Regarding the second question, the answer is NO.
The negation of :
will be : $¬¬∃x (¬∃y Pxy → (∀z ¬(Pzx → Tz) ∨ Tx))$, i.e.