Mathlib Map

Theorems · Theorem · complex analysis

Function.locallyFinsuppWithin.logCounting_single_eq_log_sub_const

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : DecidableEq E] [inst_2 : ProperSpace E] {e : E} {r : ℝ}
  {n : ℤ},
  ‖e‖ ≤ r →
    Function.locallyFinsuppWithin.logCounting (Function.locallyFinsuppWithin.single e n) r =
      ↑n * (Real.log r - Real.log ‖e‖)

The logarithmic counting function of a singleton indicator is asymptotically equal to log · - log ‖e‖.

Defined in
Mathlib.Analysis.Complex.ValueDistribution.LogCounting.Basic
Cited by
4 results in Mathlib
Foundations
Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupDecidableEqProperSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites47

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.