Construction in GCLC language


dim 120 120

point C 110 40
point E_{b} 50 56.36
point N 72.5 61.93

color 220 0 0
fontsize 11

cmark_b C
cmark_r E_{b}
cmark_r N
color 0 0 0
fontsize 10

% DET:  points E_{b} and N are not the same
% Constructing a line m(H_{a}H_{c}) which passes through point E_{b} and point N
line m(H_{a}H_{c}) E_{b} N 

color 200 200 200
drawline m(H_{a}H_{c})
color 0 0 0



% NDG:  points E_{b} and N are not the same
% Constructing a circle k(N,M_{a}) whose center is at point N and which passes through point E_{b}
circle k(N,M_{a}) N E_{b} 

color 200 200 200
drawcircle k(N,M_{a})
color 0 0 0



% NDG:  line m(H_{a}H_{c}) and circle k(N,M_{a}) intersect% DET:  points E_{b} and M_{b} must be different
% Constructing a point M_{b} which is an image of the point E_{b} in the symmetry to point/line N
sim M_{b} N E_{b} 
cmark_rt M_{b}



% Constructing a point A such that M_{b}A/M_{b}C=-1
towards A M_{b} C -1 
cmark_t A
color 200 200 200
drawsegment C A 
color 0 0 0


% DET:  points C and M_{b} are not the same
% Constructing a line b which passes through point C and point M_{b}
line b C M_{b} 

color 200 200 200
drawline b
color 0 0 0



% NDG:  line b and circle k(N,M_{a}) intersect% DET:  points M_{b} and H_{b} must be different
% Constructing a point P_{\_G18713} which is a foot of the point N on the line b
foot P_{\_G18713} N b 
cmark_r P_{\_G18713}
color 200 200 200
drawline N P_{\_G18713} 
color 0 0 0

% Constructing a point H_{b} which is an image of the point M_{b} in the symmetry to point/line P_{\_G18713}
sim H_{b} P_{\_G18713} M_{b} 
cmark_rt H_{b}


% DET:  points H_{b} and E_{b} are not the same
% Constructing a line h_{b} which passes through point H_{b} and point E_{b}
line h_{b} H_{b} E_{b} 

color 200 200 200
drawline h_{b}
color 0 0 0



% NDG:  points C and M_{b} are not the same
% Constructing a circle k(M_{b},C) whose center is at point M_{b} and which passes through point C
circle k(M_{b},C) M_{b} C 

color 200 200 200
drawcircle k(M_{b},C)
color 0 0 0



% NDG:  circles k(N,M_{a}) and k(M_{b},C) intersect% DET:  circles k(N,M_{a}) and k(M_{b},C) are not the same
% Constructing points H_{a} and H_{c} which are in intersection of k(N,M_{a}) and k(M_{b},C)
intersec2 H_{a} H_{c} k(N,M_{a}) k(M_{b},C) 
cmark_b H_{a}
cmark_lt H_{c}


% DET:  points C and H_{a} are not the same
% Constructing a line a which passes through point C and point H_{a}
line a C H_{a} 

color 200 200 200
drawline a
color 0 0 0



% NDG:  lines h_{b} and a are not parallel% DET:  lines h_{b} and a are not the same
% Constructing a point B which belongs to line h_{b} and line a
intersec B h_{b} a 
cmark_b B



drawsegment A B
drawsegment A C
drawsegment B C

% Non-degenerate conditions:  lines h_{b} and a are not parallel; circles k(N,M_{a}) and k(M_{b},C) intersect; points C and M_{b} are not the same; line b and circle k(N,M_{a}) intersect; line m(H_{a}H_{c}) and circle k(N,M_{a}) intersect; points E_{b} and N are not the same
% Determination conditions:  lines h_{b} and a are not the same; points C and H_{a} are not the same; circles k(N,M_{a}) and k(M_{b},C) are not the same; points H_{b} and E_{b} are not the same; points M_{b} and H_{b} must be different; points C and M_{b} are not the same; points E_{b} and M_{b} must be different; points E_{b} and N are not the same