Mathlib Map

Theorems · Definition · number theory

ArithmeticFunction.vonMangoldt

ArithmeticFunction ℝ

The vonMangoldt function is the function on natural numbers that returns log p if the input can be expressed as p^k for a prime p. In the case when n is a prime power, Nat.minFac will give the appropriate prime, as it is the smallest prime factor. In the ArithmeticFunction locale, we have the notation Λ for this function. This is also available in the ArithmeticFunction.vonMangoldt locale, allowing for selective access to the notation.

Defined in
Mathlib.NumberTheory.ArithmeticFunction.VonMangoldt
Cited by
40 results in Mathlib
Foundations
Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites5

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

Cited by42

Results whose statement or proof uses this declaration.