I've understood how to apply this operation for many years but I recently was reminded that:
$n^0 = 1$
Which in high school I accepted and just "solved for", but I'm now curious. Why is that true? So my own cursory research on the internet led me to the most common proof (using recurrence):
$b^1 = b$
$b^{n+1} = b^n \cdot b$
$b^0 = \frac{b^1}{b} = 1$
The most common proof for it relies on the fact that $\frac{n}{n} = 1$ so I started wondering why is that so? There's the rather obvious examples given by teachers using a pie but it feels like there's something else there. Maybe that something else involves Mathematics that is out of my league at the moment (the highest amount I've taught myself is through Algebra).
$\frac ab$ is, by definition, the solution of the equation $bx=a$. Thus $\frac nn$ is the solution to the equation $nx=n$. Assuming $n\neq0$, this equation has the unique solution $1$.