If the statement is:
\(P \Rightarrow Q\), try direct proof first
\(P \Rightarrow Q\) with an awkward conclusion, try contrapositive
A universal claim over integers, consider induction
A set identity, prove both inclusions
An existence statement, try construction or a nonconstructive argument
A uniqueness statement, prove existence and then compare two candidates
$$
\neg(\forall x\, P(x)) \equiv \exists x\, \neg P(x)
$$
$$
\neg(\exists x\, P(x)) \equiv \forall x\, \neg P(x)
$$
$$
\neg(P \Rightarrow Q) \equiv P \land \neg Q
$$
$$
P \Leftrightarrow Q \iff (P \Rightarrow Q) \land (Q \Rightarrow P)
$$
$$
A = B \iff (A \subseteq B) \land (B \subseteq A)
$$
$$
\text{To prove } \forall x\, P(x), \text{ choose arbitrary } x.
$$
$$
\text{To prove } \exists x\, P(x), \text{ exhibit a witness } x.
$$
$$
\text{To prove } P \Rightarrow Q, \text{ assume } P \text{ and derive } Q.
$$
$$
\text{To prove } P \Rightarrow Q, \text{ it is enough to show } \neg Q \Rightarrow \neg P.
$$