let x be Real; :: thesis: ( sin . x <> 0 implies cot . x = cot x )
assume A1: sin . x <> 0 ; :: thesis: cot . x = cot x
A2: x in dom (cos / sin )
proof end;
cot . x = (cos x) / (sin x) by A2, RFUNCT_1:def 4
.= cot x by SIN_COS4:def 2 ;
hence cot . x = cot x ; :: thesis: verum