maths.freeNumber Theory › Divisibility › Composite number

Composite number

A composite number is a positive integer that can be formed by multiplying two smaller positive integers. Accordingly, it is a positive integer that has at least one divisor other than 1 and itself.

Composite number

A composite number is a positive integer that can be formed by multiplying two smaller positive integers. Accordingly, it is a positive integer that has at least one divisor other than 1 and itself. Every positive integer is composite, prime, or the unit 1, so the composite numbers are exactly the natural numbers that are not prime and not a unit. For example, the integer 14 is a composite number because it is the product of the two smaller integers 2 and 7; however, the integers 2 and 3 are not because each can only be divided by one and itself.

The first 25 composite numbers (all up to 36) are:

4, 6, 8, 9, 10, 12, 14, 15, 16, 18, 20, 21, 22, 24, 25, 26, 27, 28, 30, 32, 33, 34, 35, 36. (sequence A002808 in the OEIS)

Every composite number can be written as the product of two or more (not necessarily distinct) primes. For example, the composite number 299 can be written as 13 × 23, and the composite number 360 can be written as 2 × 3 × 5; furthermore, this representation is unique up to the order of the factors. This fact is called the fundamental theorem of arithmetic.

There are several known primality tests that can determine whether a number is prime or composite, which do not necessarily reveal the factorization of a composite input.

Grimm's conjecture states that, for every set of consecutive composite numbers, there is an equally sized set of prime numbers, and a bijection mapping each composite in the former set to a prime in the latter set that it is divisible by.

Types

One way to classify composite numbers is by counting the number of prime factors. A composite number with two prime factors is a semiprime or 2-almost prime (the factors need not be distinct, hence squares of primes are included). A composite number with three distinct prime factors is a sphenic number. In some applications, it is necessary to differentiate between composite numbers with an odd number of distinct prime factors and those with an even number of distinct prime factors. For the latter

\(\mu(n) = (-1)^{2x} = 1\)

(where μ is the Möbius function and x is half the total of prime factors), while for the former

\(\mu(n) = (-1)^{2x + 1} = -1.\)

However, for prime numbers, the function also returns −1 and \(\mu(1) = 1\). For a number n with one or more repeated prime factors,

\(\mu(n) = 0\).

If all the prime factors of a number are repeated it is called a powerful number (too, all perfect powers are powerful numbers). If none of its prime factors are repeated, it is called squarefree. (All prime numbers and 1 are squarefree.)

For example, 72 = 2 × 3, all the prime factors are repeated, so 72 is a powerful number. 42 = 2 × 3 × 7, none of the prime factors are repeated, so 42 is squarefree.

Another way to classify composite numbers is by counting the number of divisors. All composite numbers have at least three divisors. In the case of squares of primes, those divisors are \(\{1, p, p^2\}\). A number n that has more divisors than any x < n is a highly composite number (though the first two such numbers are 1 and 2).

Composite numbers have also been called "rectangular numbers", but that name can also refer to the pronic numbers, numbers that are the product of two consecutive integers.

Condensed: the full section is in Wikipedia.

이제 너 계산기는 이것을 해결하지 않지만, 그 조각은 계산 가능합니다. 아래의 하나를 시도하거나 자신의 것을 입력하십시오.

자신의 작업을 유지

무료 계정은 모든 수업에 노트를 추가, 당신이 완료 한 기록, 당신이 해결 한 문제를 한 곳에, 그리고 당신이이 페이지에 대해 물어 수업 지도자. 수학 자체는 모두에게 열려 있습니다, 로그인 여부.

가입하기 로그인

여기서 사용된 기호

기호를 탭하면 전체 정의, 이미지 및 각 문자의 의미를 확인할 수 있습니다.

사람들이 묻는 질문

Why are primes so important?

Every integer factors into primes in exactly one way, so primes are the atoms of multiplication. Cryptography relies on that factoring being easy to state and hard to do.

How do I tell whether a big number is prime?

Trial division up to the square root works for small numbers. For large ones, probabilistic tests (Miller-Rabin) give an answer that is wrong with negligible probability, and deterministic tests (AKS) exist but are slower.

이 페이지의 일부는 다음에서 변경되었습니다. Wikipedia (CC BY-SA 4.0). 여기서 압축하고 다시 설명; 오류는 우리의.

에 더 Number Theory