How does one prove that addition on $\mathbb{R}$ is associative?
We can define addition to be a binary function $+ : \mathbb{R} \times \mathbb{R} \to \mathbb{R}$, by that definition $\mathbb{R}$ is closed under addtition as for any $(a, b) \in \mathbb{R}^2$ we have $+(a, b) = a + b = c$ for some $c \in \mathbb{R}$.
But if we take $a, b, c \in \mathbb{R}$, how can we prove rigorously that $(a + b) + c = a + (b + c)$?
We know also that $(\mathbb{R}, +)$ is a group, but most proofs of this fact assume that addition in $\mathbb{R}$ is associative, the proofs do not actually prove that addition is associative.