vonMangoldt_def
plain-language theorem explainer
The declaration identifies the local von Mangoldt arithmetic function with Mathlib's standard implementation. Number theorists integrating prime distribution tools into the Recognition framework would reference it for compatibility with existing libraries. The proof proceeds by direct reflexivity on the abbreviation.
Claim. Let $Λ$ denote the von Mangoldt function. Then $Λ = Λ_{std}$, where $Λ_{std}(n) = log p$ whenever $n = p^k$ for prime $p$ and integer $k ≥ 1$.
background
The module supplies lightweight wrappers around Mathlib's arithmetic function library, beginning with the Möbius function and extending to the von Mangoldt function. The local theoretical setting keeps statements lightweight for later Dirichlet algebra layers. Upstream, the structure for from UniversalForcingSelfReference records meta-realization properties required for orbit and step coherence axioms.
proof idea
The proof is a one-line wrapper that applies reflexivity to equate the local von Mangoldt abbreviation to Mathlib's definition.
why it matters
This equating declaration places the von Mangoldt function within the Recognition Science primes module, supporting arithmetic function use in prime theory. It connects to the foundational self-reference structures via the for meta-realization. No open questions are directly touched, and it has no immediate downstream applications listed.
Switch to Lean above to see the machine-checked source, dependencies, and usage graph.