let B be symmetrical Subset of REAL; :: thesis: ( ( for x being Real st x in B holds
sin . x <> 0 ) implies cosec is_odd_on B )

assume A1: for x being Real st x in B holds
sin . x <> 0 ; :: thesis: cosec is_odd_on B
B c= dom cosec
proof end;
hence cosec is_odd_on B by Th83; :: thesis: verum