Fungrim home page

Fungrim entry: 25b7bd

n!>Cnn ! > {C}^{n}
Assumptions:nZ1  and  C(0,)  and  nCen \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; C \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; n \ge C e
TeX:
n ! > {C}^{n}

n \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; C \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; n \ge C e
Definitions:
Fungrim symbol Notation Short description
Factorialn!n ! Factorial
Powab{a}^{b} Power
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
OpenInterval(a,b)\left(a, b\right) Open interval
Infinity\infty Positive infinity
ConstEee The constant e (2.718...)
Source code for this entry:
Entry(ID("25b7bd"),
    Formula(Greater(Factorial(n), Pow(C, n))),
    Variables(C, n),
    Assumptions(And(Element(n, ZZGreaterEqual(1)), Element(C, OpenInterval(0, Infinity)), GreaterEqual(n, Mul(C, ConstE)))))

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