Introduction.
The isoperimetric problem is to determine a plane figure of the largest possible area whose boundary has a specified length (wiki).
I know several ways to solve this problem and I do not ask about any of them. I want to ask about my own solution which I describe below. What do you think is it valid?
Solution
It is quite obvious that figure must be convex in order to bound the largest area.
Suppose we have convex figure $\Phi$. Without loss of generality we can assume that length of $\Phi$ is equal to 1, so $l = 1$. Next step is to draw a straight line (call it $L_1$) that intersects $\Phi$ so points of intersections, say, $p_1$ and $p_2$ are split $\partial\Phi$ into two curves, say, $l_1$ and $l_2$ which have equal length. $L_1$ splits $\Phi$ into two figures, say, $\Phi'$ and $\Phi''$. Now the following algorithm should be executed:
Algorithm
If $S(\Phi')\geq S(\Phi'')$ then substitute ∂Φ″ with the reflection of ∂Φ′ around the line dividing Φ″ from Φ′.
Else vice-versa.Choose another line $L_i$ which is do the same job as the line $L_{i-1}$.
Return to step 1.
Where $S(\Phi)$ is area bounded by $\Phi$. It requires to note that $L_i$ can be chosen in the following way: every iteration point $p_1$ shifts along $\partial \Phi$ by $1/\sqrt{2}$. The second point $p_2$ then appear in order to fulfill the above condition.
It is obvious that $\Delta(S(\Phi))\geq 0$ after each iteration of the above algorithm. Also obvious that if initial figure was a circle then $$\lim_{n\to\infty}{S(\Phi_0) - S(\Phi_n)} = 0.$$
BUT. It is not obvious for me the opposite statement: $$\forall \Phi_0: \lim_{n\to\infty}{\Phi_n} = \mathrm{Circle}.$$



