Commit 2020-12-06 11:43 c88e8f35
View on Github →refactor(*): drop topology/instances/complex
(#5208)
- drop
topology/instances/complex
, deduce topology fromnormed_space
instead; - generalize continuity of
polynomial.eval
to anytopological_ring
; add versions foreval₂
andaeval
; - replace
polynomial.tendsto_infinity
withtendsto_abv_at_top
, add versions foreval₂
,aeval
, as well asnorm
instead ofabv
. - generalize
complex.exists_forall_abs_polynomial_eval_le
to any[normed_ring R] [proper_space R]
such that norm is multiplicative, rename topolynomial.exists_forall_norm_le
.