Welcome to ornacle.com on July 6 2009.
This is an internet experiment running to monitor browsing habbits of individuals through wikipedia contents.

Square-free integer

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Divisibility-based
sets of integers
Form of factorization:
Prime number
Composite number
Powerful number
Square-free number
Achilles number
Constrained divisor sums:
Perfect number
Almost perfect number
Quasiperfect number
Multiply perfect number
Hyperperfect number
Superperfect number
Unitary perfect number
Semiperfect number
Primitive semiperfect number
Practical number
Numbers with many divisors:
Abundant number
Highly abundant number
Superabundant number
Colossally abundant number
Highly composite number
Superior highly composite number
Other:
Deficient number
Weird number
Amicable number
Friendly number
Sociable number
Solitary number
Sublime number
Harmonic divisor number
Frugal number
Equidigital number
Extravagant number
See also:
Divisor function
Divisor
Prime factor
Factorization

In mathematics, a square-free, or quadratfrei, integer is one divisible by no perfect square, except 1. For example, 10 is square-free but 18 is not, as it is divisible by 9 = 32. The smallest square-free numbers are

1, 2, 3, 5, 6, 7, 10, 11, 13, 14, 15, 17, 19, 21, 22, 23, 26, 29, 30, 31, 33, 34, 35, 37, 38, 39, ... (sequence A005117 in OEIS)

Ring theory generalizes the concept of being square-free.

Contents

[edit] Equivalent characterizations of square-free numbers

The positive integer n is square-free if and only if in the prime factorization of n, no prime number occurs more than once. Another way of stating the same is that for every prime factor p of n, the prime p does not divide n / p. Yet another formulation: n is square-free if and only if in every factorization n=ab, the factors a and b are coprime.

The positive integer n is square-free if and only if μ(n) ≠ 0, where μ denotes the Möbius function.

The Dirichlet series that generates the square-free numbers is

 \frac{\zeta(s)}{\zeta(2s) } = \sum_{n=1}^{\infty}\frac{ |\mu(n)|}{n^{s}} where ζ(s) is the Riemann zeta function.

This is easily seen from the Euler product

  \frac{\zeta(s)}{\zeta(2s) } =\prod_{p} \frac{(1-p^{-2s})}{(1-p^{-s})}=\prod_{p} (1+p^{-s}).

The positive integer n is square-free if and only if all abelian groups of order n are isomorphic, which is the case if and only if all of them are cyclic. This follows from the classification of finitely generated abelian groups.

The integer n is square-free if and only if the factor ring Z / nZ (see modular arithmetic) is a product of fields. This follows from the Chinese remainder theorem and the fact that a ring of the form Z / kZ is a field if and only if k is a prime.

For every positive integer n, the set of all positive divisors of n becomes a partially ordered set if we use divisibility as the order relation. This partially ordered set is always a distributive lattice. It is a Boolean algebra if and only if n is square-free.

The radical of an integer is always square-free.

[edit] Distribution of square-free numbers

Let Q(x) denote the number of square-free (quadratfrei) integers between 1 and x. For large n, 3/4 of the positive integers less than n are not divisible by 4, 8/9 of these numbers are not divisible by 9, and so on. Because these events are independent, we obtain the approximation:

Q(x) \approx x\prod_{p\ \text{prime}} 1-\frac{1}{p^2} = x\prod_{p\ \text{prime}} \frac{1}{1-\frac{1}{p^2}}
Q(x) \approx x\prod_{p\ \text{prime}} \frac{1}{1+\frac{1}{p^2}+\frac{1}{p^4}+\ldots} = \frac{x}{\sum_{k=1}^\infty \frac{1}{k^2}} = \frac{x}{\zeta(2)}

This argument can be made rigorous to yield:

Q(x) = \frac{x}{\zeta(2)} + O\left(\sqrt{x}\right) = \frac{6x}{\pi^2} + O\left(\sqrt{x}\right)

(see pi and big O notation). Under the Riemann hypothesis, the error term can be reduced:[1]

Q(x) = \frac{x}{\zeta(2)} + O\left(x^{17/54+\varepsilon}\right) = \frac{6x}{\pi^2} + O\left(x^{17/54+\varepsilon}\right).

See the race between the number of square-free numbers up to n and round(n/zeta(2)) on the OEIS:

A158819 - Number of square-free numbers <= n minus round(n/zeta(2)).

The asymptotic/natural density of square-free numbers is therefore

\lim_{x\to\infty} \frac{Q(x)}{x} = \frac{6}{\pi^2} = \frac{1}{\zeta(2)}

where ζ is the Riemann zeta function and 1/ζ(2) is approximately 0.6079 (nearly 3/5 of the integers are squarefree).

Likewise, if Q(x,n) denotes the number of n-free integers (e.g. 3-free integers being cube-free integers) between 1 and x, one can show

Q(x,n) = \frac{x}{\sum_{k=1}^\infty \frac{1}{k^n}} = \frac{x}{\zeta(n)} + O\left(\sqrt[n]{x}\right).

[edit] Encoding as Binary Numbers

If we represent a square-free number as the infinite product:

\prod_{n=0}^\infty {p_{n+1}}^{a_n}, a_n \in \lbrace 0, 1 \rbrace, and pn is the nth prime.

then we may take those an and use them as bits in a binary number, i.e. with the encoding:

\sum_{n=0}^\infty {a_n}\cdot 2^n

e.g. The square-free number 42 has factorisation 2 × 3 × 7, or as an infinite product: 21 · 31 · 50 · 71 · 110 · 130 ·...; Thus the number 42 may be encoded as the binary sequence ...001011 or 11 decimal. (Note that the binary digits are reversed from the ordering in the infinite product.)

Since the prime factorisation of every number is unique, so then is every binary encoding of the square-free integers.

The converse is also true. Since every positive integer has a unique binary representation it is possible to reverse this encoding so that they may be 'decoded' into a unique square-free integer.

Again, for example if we begin with the number 42, this time as simply a positive integer, we have its binary representation 101010. This 'decodes' to become 20 · 31 · 50 · 71 · 110 · 131 = 3 × 7 × 13 = 273.

Among other things, this implies that the set of all square-free integers has the same cardinality as the set of all integers. In turn that leads to the fact that the in-order encodings of the square-free integers are a permutation of the set of all integers.

See sequences A048672 and A064273 in the OEIS

[edit] Erdős Squarefree Conjecture

The central binomial coefficient

{2n \choose n}

is never squarefree for n > 4. This was proven in 1996 by Olivier Ramaré and Andrew Granville.

[edit] References

  1. ^ Jia, Chao Hua. "The distribution of square-free numbers", Science in China Series A: Mathematics 36:2 (1993), pp. 154–169. Cited in Pappalardi 2003, A Survey on k-freeness; also see Kaneenika Sinha, "Average orders of certain arithmetical functions", Journal of the Ramanujan Mathematical Society 21:3 (2006), pp. 267–277.
Personal tools

Visit joltnews for the latest headlines
Visit bloit.com for company information
Geed Media does computer consulting on long island.
This page viewed times. See Logs