Learn about some of the methods mathematicians use to prove things!

Proof by contradiction: If you want to prove a statement A, make an assumption that A is false. Then, show why this assumption is impossible.

Proof by contraposition: you can prove that that A implies B by also showing that "not B" implies "not A"

Proof by (strong) induction: If you want prove that a relation holds for all natural numbers, first show that it holds for the first natural number (base case). Then, show that if the relation holds for an arbitrary natural number (or, for strong induction, all smaller natural numbers), it must hold for the next natural number.

Direct proof: Nothing special here. Just prove a statement directly from the given axioms