Problem 96:
Given a point $A$, a point $H$ and a point $T_{a}$, construct the triangle ABC.

Construction: 
1. Using the point $A$ and the point $H$, construct a point $E_{a}$ (rule W01);
2. Using the point $A$ and the point $H$, construct a line $h_{a}$ (rule W02);
3. Using the point $A$ and the point $T_{a}$, construct a line $s_{a}$ (rule W02);
4. Using the point $T_{a}$ and the line $h_{a}$, construct a line $a$ (rule W10a);
5. Using the point $H$, the point $A$, the point $T_{a}$, the line $s_{a}$ and the line $h_{a}$, construct a line $AO$ (rule W17);
6. Using the point $E_{a}$ and the line $AO$, construct a line $m(H_{b}H_{c})$ (rule W16);
7. Using the line $m(H_{b}H_{c})$ and the line $a$, construct a point $M_{a}$ (rule W03);
8. Using the point $M_{a}$ and the point $A$, construct a point $G$ (rule W01);
9. Using the point $H$ and the point $G$, construct a point $O$ (rule W01);
10. Using the point $A$ and the point $O$, construct a circle $k(O,C)$ (rule W06);
11. Using the circle $k(O,C)$ and the line $a$, construct a point $C$ and a point $B$ (rule W04);
12. Using the point $A$ and the point $C$ construct the line $\_b$ (rule W02);
13. Using the point $B$ and the point $C$ construct the line $\_a$ (rule W02);
14. Using the point $A$ and the line $\_a$ construct the line $\_h_{a}$ (rule W10b);
15. Using the point $B$ and the line $\_b$ construct the line $\_h_{b}$ (rule W10b);
16. Using the line $\_h_{a}$ and the line $\_h_{b}$ construct the point $\_H$ (rule W03);
17. Using the point $A$ and the point $B$ construct the line $\_c$ (rule W02);
18. Using the point $B$, the point $A$ and the point $C$ and the line $\_c$ and the line $\_b$ construct the angle bisector $\_s_{a}$ (rule W17);
19. Using the line $\_s_{a}$ and the line $\_a$ construct the point $\_T_{a}$ (rule W03);

Statement:
Prove that the point $H$ is identical to the point $\_H$.

