IsUpperSet.card_inter_le_finset
theorem IsUpperSet.card_inter_le_finset :
โ {ฮฑ : Type u_1} [inst : DecidableEq ฮฑ] {๐ โฌ : Finset (Finset ฮฑ)} [inst_1 : Fintype ฮฑ],
IsUpperSet โ๐ โ IsLowerSet โโฌ โ 2 ^ Fintype.card ฮฑ * (๐ โฉ โฌ).card โค ๐.card * โฌ.card
The **Harris-Kleitman Inequality** states that for any two finite sets ๐ and โฌ in a larger universe set ฮฑ, where ๐ is an upper set and โฌ is a lower set, the inequality $2^{|ฮฑ|} \times |๐ \cap โฌ| \leq |๐| \times |โฌ|$ holds, where |ยท| denotes the cardinality of a set. In other words, the size of the intersection of an upper set and a lower set, when multiplied by the size of the universe set raised to the power of two, is less than or equal to the product of the sizes of the original two sets. This theorem captures a notion of anti-correlation between upper sets and lower sets in finite sets.
More concisely: For any finite upper set A and lower set B in a universe set ฮฑ, the cardinality of their intersection satisfies the inequality |A โฉ B| โค |A| |B| โ
2^|ฮฑ|.
|
IsLowerSet.card_inter_le_finset
theorem IsLowerSet.card_inter_le_finset :
โ {ฮฑ : Type u_1} [inst : DecidableEq ฮฑ] {๐ โฌ : Finset (Finset ฮฑ)} [inst_1 : Fintype ฮฑ],
IsLowerSet โ๐ โ IsUpperSet โโฌ โ 2 ^ Fintype.card ฮฑ * (๐ โฉ โฌ).card โค ๐.card * โฌ.card
The Harris-Kleitman inequality states that the number of elements in the intersection of two sets, ๐ and โฌ, each of which is a set of finite sets of elements of some type ฮฑ, is bounded above by the product of the number of elements in ๐ and โฌ. More specifically, the number of elements in the intersection, multiplied by 2 raised to the power of the number of elements in ฮฑ, is at most the product of the number of elements in ๐ and โฌ. This holds under the conditions that ๐ is a lower set and โฌ is an upper set. Here, a lower set is a set such that any element less than one of its members is also a member, while an upper set is a set such that any element greater than one of its members is also a member. The type ฮฑ is required to have decidable equality, meaning that equality between any two elements of ฮฑ can be decided.
More concisely: The number of elements in the intersection of two finite sets ๐ and โฌ of type ฮฑ, each being a lower set and an upper set respectively with decidable equality, is bounded above by the product of their respective sizes.
|
IsLowerSet.le_card_inter_finset
theorem IsLowerSet.le_card_inter_finset :
โ {ฮฑ : Type u_1} [inst : DecidableEq ฮฑ] {๐ โฌ : Finset (Finset ฮฑ)} [inst_1 : Fintype ฮฑ],
IsLowerSet โ๐ โ IsLowerSet โโฌ โ ๐.card * โฌ.card โค 2 ^ Fintype.card ฮฑ * (๐ โฉ โฌ).card
The theorem stated is known as the **Harris-Kleitman inequality**. It asserts that for any type `ฮฑ` with decidable equality and two finsets `๐` and `โฌ` of finsets of `ฮฑ`, if both `๐` and `โฌ` are lower sets, then the product of the cardinalities of `๐` and `โฌ` is less than or equal to two to the power of the cardinality of `ฮฑ` times the cardinality of the intersection of `๐` and `โฌ`. This theorem is a key result in the theory of posets and has many applications. It shows a fundamental correlation between any two lower sets of finsets.
More concisely: For any decidably equal type `ฮฑ` and lower sets `๐` and `โฌ` of finsets of `ฮฑ`, the product of their cardinalities is bounded above by 2^(|ฮฑ|) * |๐ โฉ โฌ|.
|
IsUpperSet.le_card_inter_finset
theorem IsUpperSet.le_card_inter_finset :
โ {ฮฑ : Type u_1} [inst : DecidableEq ฮฑ] {๐ โฌ : Finset (Finset ฮฑ)} [inst_1 : Fintype ฮฑ],
IsUpperSet โ๐ โ IsUpperSet โโฌ โ ๐.card * โฌ.card โค 2 ^ Fintype.card ฮฑ * (๐ โฉ โฌ).card
The **Harris-Kleitman Inequality** theorem states that for any two upper sets of finite sets (`๐` and `โฌ`), the product of the cardinalities of `๐` and `โฌ` is less than or equal to two raised to the power of the cardinality of a certain finite type `ฮฑ` times the cardinality of the intersection of `๐` and `โฌ`. An upper set in this context is a set such that if an element is a member of the set, then any element greater than or equal to it is also a member of the set. This theorem requires that `ฮฑ` has decidable equality and is a finite type.
More concisely: For any two finite sets of upper sets `๐` and `โฌ` over a finite type `ฮฑ` with decidable equality, the product of their cardinalities is bounded above by 2^|ฮฑ| \* |๐ โฉ โฌ|.
|
IsLowerSet.le_card_inter_finset'
theorem IsLowerSet.le_card_inter_finset' :
โ {ฮฑ : Type u_1} [inst : DecidableEq ฮฑ] {๐ โฌ : Finset (Finset ฮฑ)} {s : Finset ฮฑ},
IsLowerSet โ๐ โ
IsLowerSet โโฌ โ (โ t โ ๐, t โ s) โ (โ t โ โฌ, t โ s) โ ๐.card * โฌ.card โค 2 ^ s.card * (๐ โฉ โฌ).card
**Harris-Kleitman inequality**: Given any two lower sets of finite sets, denoted as `๐` and `โฌ` respectively, and assuming that each set `t` in both `๐` and `โฌ` is a subset of a certain finite set `s`, the product of the cardinality of `๐` and `โฌ` is less than or equal to two raised to the power of the cardinality of `s` times the cardinality of the intersection of `๐` and `โฌ`. Here, a lower set is defined in an ordered set `ฮฑ` as a set in which any element less than or equal to one of its members is also a member. Also, `ฮฑ` is assumed to have decidable equality, meaning that equality between any two elements in `ฮฑ` is decidable.
More concisely: Given two lower sets `๐` and `โฌ` of finite subsets of a finite set `s` with decidable equality, the product of their cardinalities is less than or equal to 2 raised to the power of the cardinality of `s` times the cardinality of their intersection.
|