-
Using the point A and the point B, construct a point Mc (rule W01);
-
Using the point A and the point B, construct a line c (rule W02);
% DET: points A and B are not the same
-
Using the point N and the point Mc, construct a line m(HaHb) (rule W02);
% DET: points N and Mc are not the same
-
Using the point A and the point Mc, construct a circle k(Mc,A) (rule W06);
% NDG: points A and Mc are not the same
-
Using the point Mc and the point N, construct a circle k(N,Ma) (rule W06);
% NDG: points Mc and N are not the same
-
Using the circle k(N,Ma), the line c, the point N and the point Mc, construct a point Hc (rule W05);
% NDG: line c and circle k(N,Ma) intersect
% DET: points Mc and Hc must be different
-
Using the circle k(N,Ma), the line m(HaHb), the point N and the point Mc, construct a point Ec (rule W05a);
% NDG: line m(HaHb) and circle k(N,Ma) intersect
% DET: points Mc and Ec must be different
-
Using the point Ec and the point Hc, construct a line hc (rule W02);
% DET: points Ec and Hc are not the same
-
Using the circle k(Mc,A) and the circle k(N,Ma), construct a point Hb and a point Ha (rule W07);
% NDG: circles k(Mc,A) and k(N,Ma) intersect
% DET: circles k(Mc,A) and k(N,Ma) are not the same
-
Using the point A and the point Hb, construct a line b (rule W02);
% DET: points A and Hb are not the same
-
Using the line hc and the line b, construct a point C (rule W03);
% NDG: lines hc and b are not parallel
% DET: lines hc and b are not the same