-
Using the point Eb and the point Hb, construct a line hb (rule W02);
% DET: points Eb and Hb are not the same
-
Using the point Hb and the point Ma, construct a circle k(Ma,B) (rule W06);
% NDG: points Hb and Ma are not the same
-
Using the circle k(Ma,B), the line hb, the point Ma and the point Hb, construct a point B (rule W05);
% NDG: line hb and circle k(Ma,B) intersect
% DET: points Hb and B must be different
-
Using the point B and the point Eb, construct a point H (rule W01);
-
Using the point Ma and the point B, construct a point C (rule W01);
-
Using the point Hb and the point C, construct a line b (rule W02);
% DET: points Hb and C are not the same
-
Using the point H and the point C, construct a line hc (rule W02);
% DET: points H and C are not the same
-
Using the circle k(Ma,B), the line hc, the point Ma and the point C, construct a point Hc (rule W05);
% NDG: line hc and circle k(Ma,B) intersect
% DET: points C and Hc must be different
-
Using the point B and the point Hc, construct a line c (rule W02);
% DET: points B and Hc are not the same
-
Using the line b and the line c, construct a point A (rule W03);
% NDG: lines b and c are not parallel
% DET: lines b and c are not the same