Problem 40:
Given a point $A$, a point $M_{a}$ and a point $M_{b}$, construct the triangle ABC.

Construction: 
1. Using the point $A$ and the point $M_{b}$, construct a point $C$ (rule W01);
2. Using the point $M_{a}$ and the point $C$, construct a point $B$ (rule W01);
3. Using the point $B$ and the point $C$, construct a point $\_M_{a}$ (rule W01);
4. Using the point $C$ and the point $A$, construct a point $\_M_{b}$ (rule W01);

Statement:
Prove that the point $M_{a}$ is identical to the point $\_M_{a}$.

