I have read that contraposition proof is a special case of contradiction proof. For example, the conditional statement: $P \rightarrow Q$, both proofs suppose $\neg Q$. If we show the contradiction $P \wedge \neg P$, then both proofs are equivalent. But I get confused when I introduce quantifiers.
If I would like to proof:
$$(\forall x \in A)(P(x) \rightarrow Q(x))$$
Then, for the contrapositive proof: $$(\forall x \in A)(\neg Q(x) \rightarrow \neg P(x))$$
we suposse $\neg Q(x)$ and try to get $\neg P(x)$
and for the contradiction proof: $$(\exists x \in A)(P(x) \wedge \neg Q(x))$$
The quantifiers are not the same. So, Contraposition is a particular case of contradiction?
Contraposition on the implication inside the statement is a special case of proof by contradiction where one assumes $\neg Q$ and $P$, derives a contradiction (not necessarily to $P$ itself, but some other statement) and concludes $\neg P$. One then has proved $\neg Q \to \neg P$, and by logical equivalence thereby $P \to Q$.
Proof by contradiction on the whole quantified statement means assuming the statement's negation (the existential statement), deriving a contradiction and concluding the positive statement.
Proof by contraposition on the implication is an instance of proof by contradiction, but it is not identical to proof by contradiction on the universal statement. They are different proofs on different formulas and therefore their assumptions look different.