Some mathematicians wants to hide their reasoning and proof process so that they appear smart.
As most of the mathematics lovers I am not a genius and this is why I hate the magical proofs because they don't learn me anything.
Do you have striking theorems or exercises you encoutered many times in your life and you never understood up until you finally got the right natural proof ? If it's the case please feel free to share your knowledge. Even if it is an heuristic and not a proof
For exemple here is a topic for natural Cauchy - Schwarz proofs : A natural proof of the Cauchy-Schwarz inequality
I should start :
Theorem. [PNT] If $p_n$ denotes the $n$-th prime number, then $p_n \sim n \log n$.
Here is an heuristic based on the ideas of Euler.
The excellent idea of Euler is to aknowledge that we have a better knowledge of the sums than the numbers. We all know that with a simple integral test we have : $$\sum _{1 \leqslant k \leqslant n} \frac{1}{k} \sim \log n $$ The idea is then to find each integer $n$ with the primes. For the powers of a prime Euler simply wrote : $$ \frac{1}{1-\frac{1}{p}}= \sum_{ \alpha \geqslant 0} \frac{1}{p^{\alpha}} $$
To find each $\displaystyle \frac{1}{n}$ we just have to take the product : $$ \prod_{ p\in \mathbb{P} \atop p \leqslant N} \frac{1}{1-\frac{1}{p}}= \prod_{ p\in \mathbb{P} \atop p\leqslant N} \sum_{ \alpha \geqslant 0} \frac{1}{p^{\alpha}}$$
In the right hand side we find each $\frac{1}{n}$ pour tous les $n$ for $n$ that only involves primes such that $p \leqslant N$ so we basicly have every $1/n$ up to $n=N^2$. Let's say : $$\prod_{ p\in \mathbb{P} \atop p \leqslant N} \frac{1}{1-\frac{1}{p}} \approx \sum_{n \leqslant N^2} \frac{1}{n} \sim \log N^2 \sim \log N$$
Taking the logarithm : $$-\sum_{p \leqslant N} \log \left( 1-\frac{1}{p} \right) \sim \log \log N $$ Since : $$\log \left( 1- \frac{1}{p}\right) \sim - \frac{1}{p}$$ by summation we have : $$ \sum_{p \leqslant N} \frac{1}{p} \sim \ln \ln N $$
A discrete derivation (but not licite still) gives us : $$ \frac{1}{p_N}=\frac{1}{N \log N}$$ so that : $$ p_N \sim N \log N $$ it's the prime number theorem !
It's a quite simple way of understanding the theorem I found very clear. Of course this is not a proof,
Another thing wich is rarely told to undergraduates (I am still an undergradute) :
Exercise. Given $u_0 \in \mathbb{R}$ and $u_{n+1}=\sin u_n$, show that $u_n \to 0$ and find an equivalent of $u_n$.
First, showing that $u_n \to 0$ is standard and in any textbook.
Then here is the first proof someone gave to me : Set $$v_n = \frac{1}{u_n^2}$$ I found it so magical !
Here is the correct way of seeing this :
Since $u_n \to 0$ observe that $ \displaystyle u_{n+1} = u_n - \frac{u_n^3}{6} + o(u_n^3)$ and then : $$u_{n+1}-u_n \sim - \frac{u_n^3}{6}$$ this is the discrete equivalent of the ODE : $$y'(t) = \frac{-y(y)^3}{6}$$ which can be re-writed as : $$\left( \frac{1}{y^2} \right) ' = \frac{1}{3}$$ so that the discrete equivalent is : $$\frac{1}{u_{n+1}^2} - \frac{1}{u_n^2} = \frac{1}{3}$$ Well, this is not a proof but gives us the intuition to study $v_n$ and find out that $$v_{n+1}-v_n \to \frac{1}{3}$$ so that $\displaystyle v_n \sim \frac{n}{3}$ and : $$u_n \sim \sqrt{ \frac{3}{n} }$$
This is a general technique for those questions and I have more sophisticated examples if you want.