let a, b, c be Complex; :: thesis: ( angle (a,b,c) = PI implies angle (c,b,a) = PI )
assume A1: angle (a,b,c) = PI ; :: thesis: angle (c,b,a) = PI
then (angle (a,b,c)) + (angle (c,b,a)) = 0 + (2 * PI) by Th78, COMPTRIG:5;
hence angle (c,b,a) = PI by A1; :: thesis: verum