Commit 2020-12-22 17:05 7c2f1663
View on Github →chore(analysis/special_functions/trigonometric): review continuity of tan
(#5429)
- prove that
tan
is discontinuous atx
whenevercos x = 0
; - turn
continuous_at_tan
anddifferentiable_at_tan
intoiff
lemmas; - reformulate various lemmas in terms of
cos x = 0
instead of∃ k, x = ...
;