Fungrim home page

Fungrim entry: 9f703a

Symbol: PrimeSum pf(p)\sum_{p} f(p) Sum over primes
PrimeSum(f(p), For(p)), rendered as pf(p)\sum_{p} f(p), represents the sum of f(p)f(p) taken over all prime numbers pp.
PrimeSum(f(p), For(p), P(p)), rendered as P(p)f(p)\sum_{P(p)} f(p), represents the sum of f(p)f(p) taken over all prime numbers pp satisfying the predicate P(p)P(p).
The special expression For(p) defines p as a locally bound variable.
The empty sum is equal to zero. Sums taken over an infinite number of terms are required to be absolutely convergent.
Definitions:
Fungrim symbol Notation Short description
PrimeSumpf(p)\sum_{p} f(p) Sum over primes
Source code for this entry:
Entry(ID("9f703a"),
    SymbolDefinition(PrimeSum, PrimeSum(f(p), For(p)), "Sum over primes"),
    Description(SourceForm(PrimeSum(f(p), For(p))), ", rendered as ", PrimeSum(f(p), For(p)), ", represents the sum of", f(p), "taken over all prime numbers", p, "."),
    Description(SourceForm(PrimeSum(f(p), For(p), P(p))), ", rendered as ", PrimeSum(f(p), For(p), P(p)), ", represents the sum of", f(p), "taken over all prime numbers", p, "satisfying the predicate", P(p), "."),
    Description("The special expression", SourceForm(For(p)), "defines", SourceForm(p), "as a locally bound variable."),
    Description("The empty sum is equal to zero. Sums taken over an infinite number of terms are required to be absolutely convergent."))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC