I have 0 knowledge on number theory, but I currently have to take a course about proving.
So I wonder why do we have to prove something that is "trivial", in the sense that we are using it, without noticing it in everyday life? What is the significance of proving such statements? Like the well-ordering principle, $1+1=2$, etc.
The Well-ordering principle is not so "trivial".
About the proof of $1+1=2$ it is trivial to prove it from Peano axioms and some definitions :
1) $0$ is a natural number --- Axiom
2) for all natural number $n, \ S(n)$ is a natural number --- Axiom, where $S(n)$ is the successor of $n$
3) for all $n, \ n+0=n$ --- Axiom for sum
4) for all $n, m \ n+S(m)= S(n+m)$ --- Axiom for sum
5) $1=S(0)$ --- definition of $1$
6) $2=S(1)=S(S(0))$ --- definition of $2$
Thus :
In general, in mathematics we "like" to prove statements, also (if possible) the most "elementary" ones.