Carmichael function

1

[[File:carmichaelLambda.svg|thumb|upright=2|Carmichael λ function: λ(n) for 1 ≤ n ≤ 1000 (compared to Euler φ function)]] In number theory, a branch of mathematics, the Carmichael function λ(n) of a positive integer n is the smallest positive integer m such that holds for every integer a coprime to n. In algebraic terms, λ(n) is the exponent of the multiplicative group of integers modulo n. As this is a finite abelian group, there must exist an element whose order equals the exponent, λ(n) . Such an element is called a '''primitive λ -root modulo n'''. The Carmichael function is named after the American mathematician Robert Carmichael who defined it in 1910. It is also known as Carmichael's λ function, the reduced totient function, and the least universal exponent function. The order of the multiplicative group of integers modulo n is φ(n) , where φ is Euler's totient function. Since the order of an element of a finite group divides the order of the group, λ(n) divides φ(n) . The following table compares the first 36 values of λ(n) and φ(n) (in bold if they are different; the ns such that they are different are listed in ).

Numerical examples

. The set of numbers less than and coprime to 5 is {1,2,3,4} . Hence Euler's totient function has value and the value of Carmichael's function, λ(5) , must be a divisor of 4. The divisor 1 does not satisfy the definition of Carmichael's function since except for. Neither does 2 since. Hence . Indeed,. Both 2 and 3 are primitive λ-roots modulo 5 and also primitive roots modulo 5. . The set of numbers less than and coprime to 8 is {1,3,5,7} . Hence and λ(8) must be a divisor of 4. In fact since. The primitive λ-roots modulo 8 are 3, 5, and 7. There are no primitive roots modulo 8.

Recurrence for

λ(n) The Carmichael lambda function of a prime power can be expressed in terms of the Euler totient. Any number that is not 1 or a prime power can be written uniquely as the product of distinct prime powers, in which case λ of the product is the least common multiple of the λ of the prime power factors. Specifically, λ(n) is given by the recurrence Euler's totient for a prime power, that is, a number pr with p prime and r ≥ 1 , is given by

Carmichael's theorems

Carmichael proved two theorems that, together, establish that if λ(n) is considered as defined by the recurrence of the previous section, then it satisfies the property stated in the introduction, namely that it is the smallest positive integer m such that for all a relatively prime to n. This implies that the order of every element of the multiplicative group of integers modulo n divides λ(n) . Carmichael calls an element a for which is the least power of a congruent to 1 (mod n) a primitive λ-root modulo n. (This is not to be confused with a primitive root modulo n, which Carmichael sometimes refers to as a primitive \varphi-root modulo n.) If g is one of the primitive λ-roots guaranteed by the theorem, then has no positive integer solutions m less than λ(n) , showing that there is no positive m < λ(n) such that for all a relatively prime to n. The second statement of Theorem 2 does not imply that all primitive λ-roots modulo n are congruent to powers of a single root g. For example, if , then while and. There are four primitive λ-roots modulo 15, namely 2, 7, 8, and 13 as. The roots 2 and 8 are congruent to powers of each other and the roots 7 and 13 are congruent to powers of each other, but neither 7 nor 13 is congruent to a power of 2 or 8 and vice versa. The other four elements of the multiplicative group modulo 15, namely 1, 4 (which satisfies ), 11, and 14, are not primitive λ-roots modulo 15. For a contrasting example, if , then and. There are two primitive λ-roots modulo 9, namely 2 and 5, each of which is congruent to the fifth power of the other. They are also both primitive \varphi-roots modulo 9.

Properties of the Carmichael function

In this section, an integer n is divisible by a nonzero integer m if there exists an integer k such that n = km. This is written as

A consequence of minimality of

λ(n) Suppose am ≡ 1 (mod n) for all numbers a coprime with n. Then λ(n) . Proof: If with 0 ≤ r < λ(n) , then for all numbers a coprime with n. It follows that r = 0 since r < λ(n) and λ(n) is the minimal positive exponent for which the congruence holds for all a coprime with n.

λ(n)

divides

φ(n) This follows from elementary group theory, because the exponent of any finite group must divide the order of the group. λ(n) is the exponent of the multiplicative group of integers modulo n while φ(n) is the order of that group. In particular, the two must be equal in the cases where the multiplicative group is cyclic due to the existence of a primitive root, which is the case for odd prime powers. We can thus view Carmichael's theorem as a sharpening of Euler's theorem.

Divisibility

Proof. By definition, for any integer k with (and thus also ), we have that , and therefore. This establishes that for all k relatively prime to a. By the consequence of minimality proved above, we have.

Composition

For all positive integers a and b it holds that This is an immediate consequence of the recurrence for the Carmichael function.

Exponential cycle length

If is the biggest exponent in the prime factorization of n, then for all a (including those not coprime to n) and all r ≥ rmax , In particular, for square-free n ( ), for all a we have

Average value

For any n ≥ 16 (called Erdős approximation in the following) with the constant and γ ≈ 0.57721 , the Euler–Mascheroni constant. The following table gives some overview over the first 226 – 1 = 67,108,863 values of the λ function, for both, the exact average and its Erdős-approximation. Additionally given is some overview over the more easily accessible “logarithm over logarithm” values LoL(n) := ln λ(n)⁄ln n with LoL(n) > 4⁄5 ⇔ λ(n) > n4⁄5 . There, the table entry in row number 26 at column % LoL > 4⁄5 → 60.49 indicates that 60.49% (≈ 40,000,000) of the integers 1 ≤ n ≤ 67,108,863 have λ(n) > n4⁄5 meaning that the majority of the λ values is exponential in the length l := log2(n) of the input n, namely ! ν || n = 2ν – 1 || sum || average || Erdős average || Erdős / exact average || LoL average || % LoL

4⁄5 || % LoL 7⁄8

Prevailing interval

For all numbers N and all but o(N) positive integers n ≤ N (a "prevailing" majority): with the constant

Lower bounds

For any sufficiently large number N and for any Δ ≥ (ln ln N)3 , there are at most positive integers n ≤ N such that λ(n) ≤ ne−Δ .

Minimal order

For any sequence n1 < n2 < n3 < ⋯ of positive integers, any constant 0 < c < 1⁄ln 2 , and any sufficiently large i:

Small values

For a constant c and any sufficiently large positive A, there exists an integer n > A such that Moreover, n is of the form for some square-free integer m < (ln A)c ln ln ln A .

Image of the function

The set of values of the Carmichael function has counting function where

Use in cryptography

The Carmichael function is important in cryptography due to its use in the RSA encryption algorithm.

Proof of Theorem 1

For , a prime, Theorem 1 is equivalent to Fermat's little theorem: For prime powers pr , r > 1 , if holds for some integer h, then raising both sides to the power p gives for some other integer h'. By induction it follows that for all a relatively prime to p and hence to pr . This establishes the theorem for or any odd prime power.

Sharpening the result for higher powers of two

For a coprime to (powers of) 2 we have for some integer h2 . Then, where h_3 is an integer. With r = 3 , this is written Squaring both sides gives where h_{r+1} is an integer. It follows by induction that for all r\ge3 and all a coprime to 2^r.

Integers with multiple prime factors

By the unique factorization theorem, any n > 1 can be written in a unique way as where p1 < p2 < ... < pk are primes and r1, r2, ..., rk are positive integers. The results for prime powers establish that, for 1\le j\le k, From this it follows that where, as given by the recurrence, From the Chinese remainder theorem one concludes that

This article is derived from Wikipedia and licensed under CC BY-SA 4.0. View the original article.

Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
Bliptext is not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Edit article