List of logarithmic identities

From The Right Wiki
Jump to navigationJump to search

In mathematics, many logarithmic identities exist. The following is a compilation of the notable of these, many of which are used for computational purposes.

Trivial identities

Trivial mathematical identities are relatively simple (for an experienced mathematician), though not necessarily unimportant. Trivial logarithmic identities are:

logb(1)=0 because b0=1
logb(b)=1 because b1=b

Explanations

By definition, we know that:

logb(y)=xbx=y,

where b0 and b1. Setting x=0, we can see that: bx=yb(0)=y1=yy=1. So, substituting these values into the formula, we see that: logb(y)=xlogb(1)=0 , which gets us the first property. Setting x=1, we can see that: bx=yb(1)=yb=yy=b. So, substituting these values into the formula, we see that: logb(y)=xlogb(b)=1 , which gets us the second property.

Cancelling exponentials

Logarithms and exponentials with the same base cancel each other. This is true because logarithms and exponentials are inverse operations—much like the same way multiplication and division are inverse operations, and addition and subtraction are inverse operations.

blogb(x)=x because antilogb(logb(x))=x
logb(bx)=x because logb(antilogb(x))=x[1]

Both of the above are derived from the following two equations that define a logarithm: (note that in this explanation, the variables of x and x may not be referring to the same number)

logb(y)=xbx=y

Looking at the equation bx=y, and substituting the value for x of logb(y)=x, we get the following equation: bx=yblogb(y)=yblogb(y)=y , which gets us the first equation. Another more rough way to think about it is that bsomething=y, and that that "something" is logb(y). Looking at the equation logb(y)=x , and substituting the value for y of bx=y, we get the following equation: logb(y)=xlogb(bx)=xlogb(bx)=x , which gets us the second equation. Another more rough way to think about it is that logb(something)=x, and that that something "something" is bx.

Using simpler operations

Logarithms can be used to make calculations easier. For example, two numbers can be multiplied just by using a logarithm table and adding. These are often known as logarithmic properties, which are documented in the table below.[2] The first three operations below assume that x = bc and/or y = bd, so that logb(x) = c and logb(y) = d. Derivations also use the log definitions x = blogb(x) and x = logb(bx).

logb(xy)=logb(x)+logb(y) because bcbd=bc+d
logb(xy)=logb(x)logb(y) because bcbd=bcd
logb(xd)=dlogb(x) because (bc)d=bcd
logb(xy)=logb(x)y because xy=x1/y
xlogb(y)=ylogb(x) because xlogb(y)=blogb(x)logb(y)=(blogb(y))logb(x)=ylogb(x)
clogb(x)+dlogb(y)=logb(xcyd) because logb(xcyd)=logb(xc)+logb(yd)

Where b, x, and y are positive real numbers and b1, and c and d are real numbers. The laws result from canceling exponentials and the appropriate law of indices. Starting with the first law:

xy=blogb(x)blogb(y)=blogb(x)+logb(y)logb(xy)=logb(blogb(x)+logb(y))=logb(x)+logb(y)

The law for powers exploits another of the laws of indices:

xy=(blogb(x))y=bylogb(x)logb(xy)=ylogb(x)

The law relating to quotients then follows:

logb(xy)=logb(xy1)=logb(x)+logb(y1)=logb(x)logb(y)
logb(1y)=logb(y1)=logb(y)

Similarly, the root law is derived by rewriting the root as a reciprocal power:

logb(xy)=logb(x1y)=1ylogb(x)

Derivations of product, quotient, and power rules

These are the three main logarithm laws/rules/principles,[3] from which the other properties listed above can be proven. Each of these logarithm properties correspond to their respective exponent law, and their derivations/proofs will hinge on those facts. There are multiple ways to derive/prove each logarithm law – this is just one possible method.

Logarithm of a product

To state the logarithm of a product law formally:

b+,b1,x,y,+,logb(xy)=logb(x)+logb(y)

Derivation: Let b+, where b1, and let x,y+. We want to relate the expressions logb(x) and logb(y). This can be done more easily by rewriting in terms of exponentials, whose properties we already know. Additionally, since we are going to refer to logb(x) and logb(y) quite often, we will give them some variable names to make working with them easier: Let m=logb(x), and let n=logb(y). Rewriting these as exponentials, we see that

m=logb(x)bm=x,n=logb(y)bn=y.

From here, we can relate bm (i.e. x) and bn (i.e. y) using exponent laws as

xy=(bm)(bn)=bmbn=bm+n

To recover the logarithms, we apply logb to both sides of the equality.

logb(xy)=logb(bm+n)

The right side may be simplified using one of the logarithm properties from before: we know that logb(bm+n)=m+n, giving

logb(xy)=m+n

We now resubstitute the values for m and n into our equation, so our final expression is only in terms of x, y, and b.

logb(xy)=logb(x)+logb(y)

This completes the derivation.

Logarithm of a quotient

To state the logarithm of a quotient law formally:

b+,b1,x,y,+,logb(xy)=logb(x)logb(y)

Derivation: Let b+, where b1, and let x,y+. We want to relate the expressions logb(x) and logb(y). This can be done more easily by rewriting in terms of exponentials, whose properties we already know. Additionally, since we are going to refer to logb(x) and logb(y) quite often, we will give them some variable names to make working with them easier: Let m=logb(x), and let n=logb(y). Rewriting these as exponentials, we see that:

m=logb(x)bm=x,n=logb(y)bn=y.

From here, we can relate bm (i.e. x) and bn (i.e. y) using exponent laws as

xy=(bm)(bn)=bmbn=bmn

To recover the logarithms, we apply logb to both sides of the equality.

logb(xy)=logb(bmn)

The right side may be simplified using one of the logarithm properties from before: we know that logb(bmn)=mn, giving

logb(xy)=mn

We now resubstitute the values for m and n into our equation, so our final expression is only in terms of x, y, and b.

logb(xy)=logb(x)logb(y)

This completes the derivation.

Logarithm of a power

To state the logarithm of a power law formally:

b+,b1,x+,r,logb(xr)=rlogb(x)

Derivation: Let b+, where b1, let x+, and let r. For this derivation, we want to simplify the expression logb(xr). To do this, we begin with the simpler expression logb(x). Since we will be using logb(x) often, we will define it as a new variable: Let m=logb(x). To more easily manipulate the expression, we rewrite it as an exponential. By definition, m=logb(x)bm=x, so we have

bm=x

Similar to the derivations above, we take advantage of another exponent law. In order to have xr in our final expression, we raise both sides of the equality to the power of r:

(bm)r=(x)rbmr=xr

where we used the exponent law (bm)r=bmr. To recover the logarithms, we apply logb to both sides of the equality.

logb(bmr)=logb(xr)

The left side of the equality can be simplified using a logarithm law, which states that logb(bmr)=mr.

mr=logb(xr)

Substituting in the original value for m, rearranging, and simplifying gives

(logb(x))r=logb(xr)rlogb(x)=logb(xr)logb(xr)=rlogb(x)

This completes the derivation.

Changing the base

To state the change of base logarithm formula formally: a,b+,a,b1,x+,logb(x)=loga(x)loga(b) This identity is useful to evaluate logarithms on calculators. For instance, most calculators have buttons for ln and for log10, but not all calculators have buttons for the logarithm of an arbitrary base.

Proof/derivation

Let a,b+, where a,b1 Let x+. Here, a and b are the two bases we will be using for the logarithms. They cannot be 1, because the logarithm function is not well defined for the base of 1.[citation needed] The number x will be what the logarithm is evaluating, so it must be a positive number. Since we will be dealing with the term logb(x) quite frequently, we define it as a new variable: Let m=logb(x). To more easily manipulate the expression, it can be rewritten as an exponential. bm=x Applying loga to both sides of the equality, loga(bm)=loga(x) Now, using the logarithm of a power property, which states that loga(bm)=mloga(b), mloga(b)=loga(x) Isolating m, we get the following: m=loga(x)loga(b) Resubstituting m=logb(x) back into the equation, logb(x)=loga(x)loga(b) This completes the proof that logb(x)=loga(x)loga(b). This formula has several consequences: logba=1logab logbna=logban blogad=dlogab logba=logb(1a)=log1/ba logb1a1logbnan=logbπ(1)a1logbπ(n)an, where π is any permutation of the subscripts 1, ..., n. For example logbwlogaxlogdclogdz=logdwlogbxlogaclogdz.

Summation/subtraction

The following summation/subtraction rule is especially useful in probability theory when one is dealing with a sum of log-probabilities:

logb(a+c)=logba+logb(1+ca) because (a+c)=a×(1+ca)
logb(ac)=logba+logb(1ca) because (ac)=a×(1ca)

Note that the subtraction identity is not defined if a=c, since the logarithm of zero is not defined. Also note that, when programming, a and c may have to be switched on the right hand side of the equations if ca to avoid losing the "1 +" due to rounding errors. Many programming languages have a specific log1p(x) function that calculates loge(1+x) without underflow (when x is small). More generally: logbi=0Nai=logba0+logb(1+i=1Naia0)=logba0+logb(1+i=1Nb(logbailogba0))

Exponents

A useful identity involving exponents: xlog(log(x))log(x)=log(x) or more universally: xlog(a)log(x)=a

Other/resulting identities

11logx(a)+1logy(a)=logxy(a) 11logx(a)1logy(a)=logxy(a)

Inequalities

Based on,[4][5] and [6]

x1+xln(1+x)x(6+x)6+4xx for all 1<x
2x2+x3273+2xx1+x+x2/12ln(1+x)x1+xx22+x1+x for 0x, reverse for 1<x0

All are accurate around x=0, but not for large numbers.

Calculus identities

Limits

limx0+loga(x)=if a>1
limx0+loga(x)=if 0<a<1
limxloga(x)=if a>1
limxloga(x)=if 0<a<1
limxxbloga(x)=if b>0
limxloga(x)xb=0if b>0

The last limit is often summarized as "logarithms grow more slowly than any power or root of x".

Derivatives of logarithmic functions

ddxlnx=1x,x>0
ddxln|x|=1x,x0
ddxlogax=1xlna,x>0,a>0, and a1

Integral definition

lnx=1x1tdt

To modify the limits of integration to run from x to 1, we change the order of integration, which changes the sign of the integral:

1x1tdt=x11tdt

Therefore:

ln1x=x11tdt

Riemann Sum

ln(n+1)=
limki=1k1xiΔx=
limki=1k11+i1knnk=
limkx=1kn11+xk1k=
limkx=1kn1k+x=limkx=k+1kn+k1x=limkx=k+1k(n+1)1x

for Δx=nk and xi is a sample point in each interval.

Series representation

The natural logarithm ln(1+x) has a well-known Taylor series[7] expansion that converges for x in the open-closed interval (1,1]: ln(1+x)=n=1(1)n+1xnn=xx22+x33x44+x55x66+. Within this interval, for x=1, the series is conditionally convergent, and for all other values, it is absolutely convergent. For x>1 or x1, the series does not converge to ln(1+x). In these cases, different representations[8] or methods must be used to evaluate the logarithm.

Harmonic number difference

It is not uncommon in advanced mathematics, particularly in analytic number theory and asymptotic analysis, to encounter expressions involving differences or ratios of harmonic numbers at scaled indices.[9] The identity involving the limiting difference between harmonic numbers at scaled indices and its relationship to the logarithmic function provides an intriguing example of how discrete sequences can asymptotically relate to continuous functions. This identity is expressed as[10]

limk(Hk(n+1)Hk)=ln(n+1)

which characterizes the behavior of harmonic numbers as they grow large. This approximation (which precisely equals ln(n+1) in the limit) reflects how summation over increasing segments of the harmonic series exhibits integral properties, giving insight into the interplay between discrete and continuous analysis. It also illustrates how understanding the behavior of sums and series at large scales can lead to insightful conclusions about their properties. Here Hk denotes the k-th harmonic number, defined as

Hk=j=1k1j

The harmonic numbers are a fundamental sequence in number theory and analysis, known for their logarithmic growth. This result leverages the fact that the sum of the inverses of integers (i.e., harmonic numbers) can be closely approximated by the natural logarithm function, plus a constant, especially when extended over large intervals.[11][9][12] As k tends towards infinity, the difference between the harmonic numbers Hk(n+1) and Hk converges to a non-zero value. This persistent non-zero difference, ln(n+1), precludes the possibility of the harmonic series approaching a finite limit, thus providing a clear mathematical articulation of its divergence.[13][14] The technique of approximating sums by integrals (specifically using the integral test or by direct integral approximation) is fundamental in deriving such results. This specific identity can be a consequence of these approximations, considering:

j=k+1k(n+1)1jkk(n+1)dxx

Harmonic limit derivation

The limit explores the growth of the harmonic numbers when indices are multiplied by a scaling factor and then differenced. It specifically captures the sum from k+1 to k(n+1):

Hk(n+1)Hk=j=k+1k(n+1)1j

This can be estimated using the integral test for convergence, or more directly by comparing it to the integral of 1/x from k to k(n+1):

limkj=k+1k(n+1)1j=kk(n+1)dxx=ln(k(n+1))ln(k)=ln(k(n+1)k)=ln(n+1)

As the window's lower bound begins at k+1 and the upper bound extends to k(n+1), both of which tend toward infinity as k, the summation window encompasses an increasingly vast portion of the smallest possible terms of the harmonic series (those with astronomically large denominators), creating a discrete sum that stretches towards infinity, which mirrors how continuous integrals accumulate value across an infinitesimally fine partitioning of the domain. In the limit, the interval is effectively from 1 to n+1 where the onset k implies this minimally discrete region.

Double series formula

The harmonic number difference formula for ln(m) is an extension[10] of the classic, alternating identity of ln(2):

ln(2)=limkn=1k(12n112n)

which can be generalized as the double series over the residues of m:

ln(m)=xmrm(1xr1x)=xmrmrx(xr)

where m is the principle ideal generated by m. Subtracting 1x from each term 1xr (i.e., balancing each term with the modulus) reduces the magnitude of each term's contribution, ensuring convergence by controlling the series' tendency toward divergence as m increases. For example:

ln(4)=limkn=1k(14n314n)+(14n214n)+(14n114n)

This method leverages the fine differences between closely related terms to stabilize the series. The sum over all residues r ensures that adjustments are uniformly applied across all possible offsets within each block of m terms. This uniform distribution of the "correction" across different intervals defined by xr functions similarly to telescoping over a very large sequence. It helps to flatten out the discrepancies that might otherwise lead to divergent behavior in a straightforward harmonic series. Note that the structure of the summands of this formula matches those of the interpolated harmonic number Hx when both the domain and range are negated (i.e., Hx). However, the interpretation and roles of the variables differ.

Deveci's Proof

A fundamental feature of the proof is the accumulation of the subtrahends 1x into a unit fraction, that is, mx=1n for mx, thus m=ω+1 rather than m=|m|, where the extrema of m are [0,ω] if =0 and [1,ω] otherwise, with the minimum of 0 being implicit in the latter case due to the structural requirements of the proof. Since the cardinality of m depends on the selection of one of two possible minima, the integral 1tdt, as a set-theoretic procedure, is a function of the maximum ω (which remains consistent across both interpretations) plus 1, not the cardinality (which is ambiguous[15][16] due to varying definitions of the minimum). Whereas the harmonic number difference computes the integral in a global sliding window, the double series, in parallel, computes the sum in a local sliding window—a shifting m-tuple—over the harmonic series, advancing the window by m positions to select the next m-tuple, and offsetting each element of each tuple by 1m relative to the window's absolute position. The sum n=1k1xr corresponds to Hkm which scales Hm without bound. The sum n=1k1n corresponds to the prefix Hk trimmed from the series to establish the window's moving lower bound k+1, and ln(m) is the limit of the sliding window (the scaled, truncated[17] series):

n=1kr=1ω(1mnr1mn)=n=1kr=0ω(1mnr1mn)
=n=1k(1n+r=0ω1mnr)
=Hk+n=1kr=0ω1mnr
=Hk+n=1kr=0ω1(n1)m+mr
=Hk+n=1kj=1m1(n1)m+j
=Hk+n=1k(HnmHm(n1))
=Hk+Hmk
limkHkmHk=xmrm(1xr1x)=ln(ω+1)=ln(m)

Integrals of logarithmic functions

lnxdx=xlnxx+C=x(lnx1)+C
logaxdx=xlogaxxlna+C=x(lnx1)lna+C

To remember higher integrals, it is convenient to define

x[n]=xn(log(x)Hn)

where Hn is the nth harmonic number:

x[0]=logx
x[1]=xlog(x)x
x[2]=x2log(x)32x2
x[3]=x3log(x)116x3

Then

ddxx[n]=nx[n1]
x[n]dx=x[n+1]n+1+C

Approximating large numbers

The identities of logarithms can be used to approximate large numbers. Note that logb(a) + logb(c) = logb(ac), where a, b, and c are arbitrary constants. Suppose that one wants to approximate the 44th Mersenne prime, 232,582,657 −1. To get the base-10 logarithm, we would multiply 32,582,657 by log10(2), getting 9,808,357.09543 = 9,808,357 + 0.09543. We can then get 109,808,357 × 100.09543 ≈ 1.25 × 109,808,357. Similarly, factorials can be approximated by summing the logarithms of the terms.

Complex logarithm identities

The complex logarithm is the complex number analogue of the logarithm function. No single valued function on the complex plane can satisfy the normal rules for logarithms. However, a multivalued function can be defined which satisfies most of the identities. It is usual to consider this as a function defined on a Riemann surface. A single valued version, called the principal value of the logarithm, can be defined which is discontinuous on the negative x axis, and is equal to the multivalued version on a single branch cut.

Definitions

In what follows, a capital first letter is used for the principal value of functions, and the lower case version is used for the multivalued function. The single valued version of definitions and identities is always given first, followed by a separate section for the multiple valued versions.

  • ln(r) is the standard natural logarithm of the real number r.
  • Arg(z) is the principal value of the arg function; its value is restricted to (−π, π]. It can be computed using Arg(x + iy) = atan2(y, x).
  • Log(z) is the principal value of the complex logarithm function and has imaginary part in the range (−π, π].
  • Log(z)=ln(|z|)+iArg(z)
  • eLog(z)=z

The multiple valued version of log(z) is a set, but it is easier to write it without braces and using it in formulas follows obvious rules.

  • log(z) is the set of complex numbers v which satisfy ev = z
  • arg(z) is the set of possible values of the arg function applied to z.

When k is any integer:

log(z)=ln(|z|)+iarg(z)
log(z)=Log(z)+2πik
elog(z)=z

Constants

Principal value forms:

Log(1)=0
Log(e)=1

Multiple value forms, for any k an integer:

log(1)=0+2πik
log(e)=1+2πik

Summation

Principal value forms:

Log(z1)+Log(z2)=Log(z1z2)(mod2πi)
Log(z1)+Log(z2)=Log(z1z2)(π<Arg(z1)+Arg(z2)π; e.g., Rez10 and Rez2>0)[18]
Log(z1)Log(z2)=Log(z1/z2)(mod2πi)
Log(z1)Log(z2)=Log(z1/z2)(π<Arg(z1)Arg(z2)π; e.g., Rez10 and Rez2>0)[18]

Multiple value forms:

log(z1)+log(z2)=log(z1z2)
log(z1)log(z2)=log(z1/z2)

Powers

A complex power of a complex number can have many possible values. Principal value form:

z1z2=ez2Log(z1)
Log(z1z2)=z2Log(z1)(mod2πi)

Multiple value forms:

z1z2=ez2log(z1)

Where k1, k2 are any integers:

log(z1z2)=z2log(z1)+2πik2
log(z1z2)=z2Log(z1)+z22πik1+2πik2

Asymptotic identities

Pronic numbers

As a consequence of the harmonic number difference, the natural logarithm is asymptotically approximated by a finite series difference,[10] representing a truncation of the integral at k=n:

H2T[n]Hnln(n+1)

where T[n] is the nth triangular number, and 2T[n] is the sum of the first n even integers. Since the nth pronic number is asymptotically equivalent to the nth perfect square, it follows that:

Hn2Hnln(n+1)

Prime number theorem

The prime number theorem provides the following asymptotic equivalence:

nπ(n)lnn

where π(n) is the prime counting function. This relationship is equal to:[10]: 2 

nH(1,2,,xn)lnn

where H(x1,x2,,xn) is the harmonic mean of x1,x2,,xn. This is derived from the fact that the difference between the nth harmonic number and lnn asymptotically approaches a small constant, resulting in Hn2HnHn. This behavior can also be derived from the properties of logarithms: lnn is half of lnn2, and this "first half" is the natural log of the root of n2, which corresponds roughly to the first 1nth of the sum Hn2, or Hn. The asymptotic equivalence of the first 1nth of Hn2 to the latter n1nth of the series is expressed as follows:

HnHn2lnnlnn=12

which generalizes to:

HnHnklnnklnn=1k
kHnHnk

and:

kHnHn(k1)ln(n+1)
HnkHn(k1)ln(n+1)
kHnHnk(k1)γ

for fixed k. The correspondence sets Hn as a unit magnitude that partitions Hnk across powers, where each interval 1n to 1n2, 1n2 to 1n3, etc., corresponds to one Hn unit, illustrating that Hnk forms a divergent series as k.

Real Arguments

These approximations extend to the real-valued domain through the interpolated harmonic number. For example, where x:

Hx2Hxlnx

Stirling numbers

The natural logarithm is asymptotically related to the harmonic numbers by the Stirling numbers[19] and the Gregory coefficients.[20] By representing Hn in terms of Stirling numbers of the first kind, the harmonic number difference is alternatively expressed as follows, for fixed k:

s(nk+1,2)(nk)!s(n+1,2)n!(k1)ln(n+1)

See also

References

  1. Weisstein, Eric W. "Logarithm". mathworld.wolfram.com. Retrieved 2020-08-29.
  2. "4.3 - Properties of Logarithms". people.richland.edu. Retrieved 2020-08-29.
  3. "Properties and Laws of Logarithms". courseware.cemc.uwaterloo.ca/8. Retrieved 2022-04-23.
  4. "Archived copy" (PDF). Archived from the original (PDF) on 2016-10-20. Retrieved 2016-12-20.{{cite web}}: CS1 maint: archived copy as title (link)
  5. http://www.lkozma.net/inequalities_cheat_sheet/ineq.pdf [bare URL PDF]
  6. http://downloads.hindawi.com/archive/2013/412958.pdf [bare URL PDF]
  7. Weisstein, Eric W. "Mercator Series". MathWorld--A Wolfram Web Resource. Retrieved 2024-04-24.
  8. To extend the utility of the Mercator series beyond its conventional bounds one can calculate ln(1+x) for x=nn+1 and n0 and then negate the result, ln(1n+1), to derive ln(n+1). For example, setting x=12 yields ln2=n=11n2n.
  9. 9.0 9.1 Flajolet, Philippe; Sedgewick, Robert (2009). Analytic Combinatorics. Cambridge University Press. p. 389. ISBN 978-0521898065. See page 117, and VI.8 definition of shifted harmonic numbers on page 389
  10. 10.0 10.1 10.2 10.3 Deveci, Sinan (2022). "On a Double Series Representation of the Natural Logarithm, the Asymptotic Behavior of Hölder Means, and an Elementary Estimate for the Prime Counting Function". arXiv:2211.10751 [math.NT]. See Theorem 5.2. on pages 22 - 23
  11. Graham, Ronald L.; Knuth, Donald E.; Patashnik, Oren (1994). Concrete Mathematics: A Foundation for Computer Science. Addison-Wesley. p. 429. ISBN 0-201-55802-5.
  12. "Harmonic Number". Wolfram MathWorld. Retrieved 2024-04-24. See formula 13.
  13. Kifowit, Steven J. (2019). More Proofs of Divergence of the Harmonic Series (PDF) (Report). Prairie State College. Retrieved 2024-04-24. See Proofs 23 and 24 for details on the relationship between harmonic numbers and logarithmic functions.
  14. Bell, Jordan; Blåsjö, Viktor (2018). "Pietro Mengoli's 1650 Proof That the Harmonic Series Diverges". Mathematics Magazine. 91 (5): 341–347. doi:10.1080/0025570X.2018.1506656. hdl:1874/407528. JSTOR 48665556. Retrieved 2024-04-24.
  15. Harremoës, Peter (2011). "Is Zero a Natural Number?". arXiv:1102.0418 [math.HO]. A synopsis on the nature of 0 which frames the choice of minimum as the dichotomy between ordinals and cardinals.
  16. Barton, N. (2020). "Absence perception and the philosophy of zero". Synthese. 197 (9): 3823–3850. doi:10.1007/s11229-019-02220-x. PMC 7437648. PMID 32848285. See section 3.1
  17. The k+1 shift is characteristic of the right Riemann sum employed to prevent the integral from degenerating into the harmonic series, thereby averting divergence. Here, 1n functions analogously, serving to regulate the series. The successor operation m=ω+1 signals the implicit inclusion of the modulus m (the region omitted from 1). The importance of this, from an axiomatic perspective, becomes evident when the residues of m are formulated as eln(ω+1), where ω+1 is bootstrapped by ω=0 to produce the residues of modulus m=ω=ω0+1=1. Consequently, ω represents a limiting value in this context.
  18. 18.0 18.1 Abramowitz, Milton (1965). Handbook of mathematical functions, with formulas, graphs, and mathematical tables. Irene A. Stegun. New York: Dover Publications. ISBN 0-486-61272-4. OCLC 429082.
  19. Khristo N. Boyadzhiev (2022). "New series identities with Cauchy, Stirling, and harmonic numbers, and Laguerre polynomials". arXiv. pp. 2, 6. arXiv:1911.00186. Retrieved 2023-11-06.
  20. Comtet, Louis (1974). Advanced Combinatorics. Kluwer.

External links