Fungrim home page

Fungrim entry: df3c07

p(n)<p ⁣(n+1)p(n) < p\!\left(n + 1\right)
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
p(n) < p\!\left(n + 1\right)

n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
PartitionsPp(n)p(n) Integer partition function
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("df3c07"),
    Formula(Less(PartitionsP(n), PartitionsP(Add(n, 1)))),
    Variables(n),
    Assumptions(Element(n, ZZGreaterEqual(1))))

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