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,