let A, B, C be Point of (TOP-REAL 2); :: thesis: ( B <> C implies |((A - (the_foot_of_the_altitude (A,B,C))),(B - (the_foot_of_the_altitude (A,B,C))))| = 0 )
assume A1: B <> C ; :: thesis: |((A - (the_foot_of_the_altitude (A,B,C))),(B - (the_foot_of_the_altitude (A,B,C))))| = 0
consider L1, L2 being Element of line_of_REAL 2 such that
A2: the_altitude (A,B,C) = L1 and
A3: ( L2 = Line (B,C) & A in L1 & L1 _|_ L2 ) by A1, Def1;
per cases ( B = the_foot_of_the_altitude (A,B,C) or B <> the_foot_of_the_altitude (A,B,C) ) ;
suppose A4: B = the_foot_of_the_altitude (A,B,C) ; :: thesis: |((A - (the_foot_of_the_altitude (A,B,C))),(B - (the_foot_of_the_altitude (A,B,C))))| = 0
end;
suppose A5: B <> the_foot_of_the_altitude (A,B,C) ; :: thesis: |((A - (the_foot_of_the_altitude (A,B,C))),(B - (the_foot_of_the_altitude (A,B,C))))| = 0
end;
end;