I've found on the internet this interesting claim
If you repeatedly take the midpoint polygon from a random polygon you will approximate a regular polygon
To support the claim, the following animation was provided
If true, this is quite an amusing result! But how to prove it?
First, let's formalize the statement. Let $E$ denote the euclidean plane and consider the function $M_n: E^n\to E^n$ given as
$$M_n \begin{pmatrix} X_1\\ X_2\\ \dots\\ X_n \end{pmatrix} = \begin{pmatrix} X_1+X_2\\ X_2+X_3\\ \dots\\ X_n+X_1 \end{pmatrix}$$
This function takes an $n$-gon to its midpoint polygon (scaled up by a factor of $2$ for simplicity). One wishes to prove successive applications of $M_n$ will get us closer to a regular polygon. Of course, we should normalize the polygon's area after each application for this convergence to make sense.
It is worth noting $M_n$ is the linear transformation given by $$M_n = \begin{pmatrix} 1 & 1 & 0 & \dots & 0\\ 0 & 1 & 1 & \dots & 0\\ 0 & 0 & 1 & \dots & 0\\ \vdots & \vdots & \vdots & \ddots & \vdots\\ 1 & 0 & 0 & \dots & 1\\ \end{pmatrix}_{n\times n}$$
Obs.: Notice $M_n$ is a circulant matrix, thus, it comutes with any other circulant matrix. Circulant matrices are not necessarily orthogonal, therefore, they do not necessarily preserve similarities. This could've been a problem, but it turns out regular polygons are preserved by circulant transformations, suggesting they are valid convergence points a priori.
One not-so-promising fact is that triangles in general are preserved by $M_3$ (in a similarity sense). In fact, this means the statement is false for triangles. Less obviously, the statement is also not true for general quadrilaterals: if you start with a rectangle, then every second application of $M_4$ will be a similar rectangle. The user Intelligenti pauca provided a similar counter-example for hexagons.


