:: deftheorem defines the_orthocenter EUCLID13:def 4 :
for A, B, C being Point of (TOP-REAL 2) st A,B,C is_a_triangle holds
for b4 being Point of (TOP-REAL 2) holds
( b4 = the_orthocenter (A,B,C) iff ( (the_altitude (A,B,C)) /\ (the_altitude (B,C,A)) = {b4} & (the_altitude (B,C,A)) /\ (the_altitude (C,A,B)) = {b4} & (the_altitude (C,A,B)) /\ (the_altitude (A,B,C)) = {b4} ) );