Fungrim home page

Fungrim entry: 46bc62

Bn+12BnB_{n + 1} \ge 2 B_{n}
Assumptions:nZ1n \in \mathbb{Z}_{\ge 1}
TeX:
B_{n + 1} \ge 2 B_{n}

n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
BellNumberBnB_{n} Bell number
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("46bc62"),
    Formula(GreaterEqual(BellNumber(Add(n, 1)), Mul(2, BellNumber(n)))),
    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