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