Fine Art

.

In mathematics, the Dedekind numbers are a rapidly growing sequence of integers named after Richard Dedekind, who defined them in 1897. The Dedekind number M(n) counts the number of monotonic Boolean functions of n variables. Equivalently, it counts the number of antichains of subsets of an n-element set, the number of elements in a free distributive lattice with n generators, or the number of abstract simplicial complexes with n elements.

Accurate asymptotic estimates of M(n)[1] and an exact expression as a summation,[2] are known. However Dedekind's problem of computing the values of M(n) remains difficult: no closed-form expression for M(n) is known, and exact values of M(n) have been found only for n ≤ 8.[3]


Definitions

A Boolean function is a function that takes as input n Boolean variables (that is, values that can be either false or true, or equivalently binary values that can be either 0 or 1), and produces as output another Boolean variable. It is monotonic if, for every combination of inputs, switching one of the inputs from false to true can only cause the output to switch from false to true and not from true to false. The Dedekind number M(n) is the number of different monotonic Boolean functions on n variables.

An antichain of sets (also known as a Sperner family) is a family of sets, none of which is contained in any other set. If V is a set of n Boolean variables, an antichain A of subsets of V defines a monotone Boolean function f, where the value of f is true for a given set of inputs if some subset of the true inputs to f belongs to A and false otherwise. Conversely every monotone Boolean function defines in this way an antichain, of the minimal subsets of Boolean variables that can force the function value to be true. Therefore, the Dedekind number M(n) equals the number of different antichains of subsets of an n-element set.[4]

A third, equivalent way of describing the same class of objects uses lattice theory. From any two monotone Boolean functions f and g we can find two other monotone Boolean functions f ∧ g and f ∨ g, their logical conjunction and logical disjunction respectively. The family of all monotone Boolean functions on n inputs, together with these two operations, forms a distributive lattice, the lattice given by Birkhoff's representation theorem from the partially ordered set of subsets of the n variables with set inclusion as the partial order. This construction produces the free distributive lattice with n generators.[5] Thus, the Dedekind numbers count the number of elements in free distributive lattices.[6]

The Dedekind numbers also count the number of abstract simplicial complexes on n elements, families of sets with the property that any subset of a set in the family also belongs to the family. Any antichain determines a simplicial complex, the family of subsets of antichain members, and conversely the maximal simplices in a complex form an antichain.[7]
Example

For n = 2, there are six monotonic Boolean functions and six antichains of subsets of the two-element set {x,y}:

The function f(x,y) = false that ignores its input values and always returns false corresponds to the empty antichain Ø.
The logical conjunction f(x,y) = x ∧ y corresponds to the antichain { {x,y} } containing the single set {x,y}.
The function f(x,y) = x that ignores its second argument and returns the first argument corresponds to the antichain { {x} } containing the single set {x}
The function f(x,y) = y that ignores its first argument and returns the second argument corresponds to the antichain { {y} } containing the single set {y}
The logical disjunction f(x,y) = x ∨ y corresponds to the antichain { {x}, {y} } containing the two sets {x} and {y}.
The function f(x,y) = true that ignores its input values and always returns true corresponds to the antichain {Ø} containing only the empty set.

Values

The exact values of the Dedekind numbers are known for 0 ≤ n ≤ 8:

2, 3, 6, 20, 168, 7581, 7828354, 2414682040998, 56130437228687557907788 (sequence A000372 in OEIS).

The first six of these numbers are given by Church (1940). M(6) was calculated by Ward (1946), M(7) was calculated by Church (1965) and Berman & Köhler (1976), and M(8) by Wiedemann (1991).

If n is even, then M(n) must also be even.[8] The calculation of the fifth Dedekind number M(5) = 7581 disproved a conjecture by Garrett Birkhoff that M(n) is always divisible by (2n − 1)(2n − 2).[9]

Summation formula

Kisielewicz (1988) rewrote the logical definition of antichains into the following arithmetic formula for the Dedekind numbers:

\( M(n)=\sum_{k=1}^{2^{2^n}} \prod_{j=1}^{2^n-1} \prod_{i=0}^{j-1} \left(1-b_i^k b_j^k\prod_{m=0}^{\log_2 i} (1-b_m^i+b_m^i b_m^j)\right), \)

where \( b_i^k \) is the ith bit of the number k, which can be written using the floor function as

\( b_i^k=\left\lfloor\frac{k}{2^i}\right\rfloor - 2\left\lfloor\frac{k}{2^{i+1}}\right\rfloor. \)

However, this formula is not helpful for computing the values of M(n) for large n due to the large number of terms in the summation.


Asymptotics

The logarithm of the Dedekind numbers can be estimated accurately via the bounds

\( {n\choose \lfloor n/2\rfloor}\le \log_2 M(n)\le {n\choose \lfloor n/2\rfloor}\left(1+O\left(\frac{\log n}{n}\right)\right). \)

Here the left inequality counts the number of antichains in which each set has exactly \( \lfloor n/2\rfloor \) elements, and the right inequality was proven by Kleitman & Markowsky (1975).

Korshunov (1981) provided the even more accurate estimates[10]

\( M(n) = (1+o(1)) 2^{n\choose \lfloor n/2\rfloor}\exp a(n) \)

for even n, and

\( M(n) = (1+o(1)) 2^{n\choose \lfloor n/2\rfloor + 1}\exp (b(n)+c(n)) \)

for odd n, where

\( a(n)={n\choose n/2-1}(2^{-n/2} + n^2 2^{-n-5} - n2^{-n-4}), \)
\( b(n)={n\choose (n-3)/2}(2^{-(n+3)/2} + n^2 2^{-n-6} - n2^{-n-3}), \)

and

\( c(n)={n\choose (n-1)/2}(2^{-(n+1)/2} + n^2 2^{-n-4}). \)

The main idea behind these estimates is that, in most antichains, all the sets have sizes that are very close to n/2.[10] For n = 2, 4, 6, 8 Korshunov's formula provides an estimate that is inaccurate by a factor of 9.8%, 10.2%, 4.1%, and -3.3%, respectively.[11]

Notes

Kleitman & Markowsky (1975); Korshunov (1981); Kahn (2002).
Kisielewicz (1988).
Wiedemann (1991).
Kahn (2002).
The definition of free distributive lattices used here allows as lattice operations any finite meet and join, including the empty meet and empty join. For the free distributive lattice in which only pairwise meets and joins are allowed, one should eliminate the top and bottom lattice elements and subtract two from the Dedekind numbers.
Church (1940); Church (1965); Zaguia (1993).
Kisielewicz (1988).
Yamamoto (1953).
Church (1940).
Zaguia (1993).

Brown, K. S., Generating the monotone Boolean functions

References

Berman, Joel; Köhler, Peter (1976), "Cardinalities of finite distributive lattices", Mitt. Math. Sem. Giessen 121: 103–124, MR 0485609.
Church, Randolph (1940), "Numerical analysis of certain free distributive structures", Duke Mathematical Journal 6: 732–734, doi:10.1215/s0012-7094-40-00655-x, MR 0002842.
Church, Randolph (1965), "Enumeration by rank of the free distributive lattice with 7 generators", Notices of the American Mathematical Society 11: 724. As cited by Wiedemann (1991).
Dedekind, Richard (1897), "Über Zerlegungen von Zahlen durch ihre größten gemeinsamen Teiler", Gesammelte Werke 2, pp. 103–148.
Kahn, Jeff (2002), "Entropy, independent sets and antichains: a new approach to Dedekind's problem", Proceedings of the American Mathematical Society 130 (2): 371–378, doi:10.1090/S0002-9939-01-06058-0, MR 1862115.
Kisielewicz, Andrzej (1988), "A solution of Dedekind's problem on the number of isotone Boolean functions", Journal für die Reine und Angewandte Mathematik 386: 139–144, doi:10.1515/crll.1988.386.139, MR 936995
Kleitman, D.; Markowsky, G. (1975), "On Dedekind's problem: the number of isotone Boolean functions. II", Transactions of the American Mathematical Society 213: 373–390, doi:10.2307/1998052, MR 0382107.
Korshunov, A. D. (1981), "The number of monotone Boolean functions", Problemy Kibernet. 38: 5–108, MR 0640855.
Ward, Morgan (1946), "Note on the order of free distributive lattices", Bulletin of the American Mathematical Society 52: 423.
Wiedemann, Doug (1991), "A computation of the eighth Dedekind number", Order 8 (1): 5–6, doi:10.1007/BF00385808, MR 1129608.
Yamamoto, Koichi (1953), "Note on the order of free distributive lattices", Science Reports of the Kanazawa University 2 (1): 5–6, MR 0070608.
Zaguia, Nejib (1993), "Isotone maps: enumeration and structure", in Sauer, N. W.; Woodrow, R. E.; Sands, B., Finite and Infinite Combinatorics in Sets and Logic (Proc. NATO Advanced Study Inst., Banff, Alberta, Canada, May 4, 1991), Kluwer Academic Publishers, pp. 421–430, MR 1261220.

It is unknown whether there exists a prime number p such that Cp is also prime.

As of February 2012, the largest known generalized Cullen prime is 427194 × 113 427194 + 1. It has 877,069 digits and was discovered by a PrimeGrid participant from United States.[3]

150 = 2 × 3 × 52

Mathematics Encyclopedia

Retrieved from "http://en.wikipedia.org/"
All text is available under the terms of the GNU Free Documentation License

Home - Hellenica World