Lubell-Yamamoto-Meshalkin inequality and Sperner's theorem #
This file proves the local LYM and LYM inequalities as well as Sperner's theorem.
Main declarations #
Finset.local_lubell_yamamoto_meshalkin_inequality_div
: Local Lubell-Yamamoto-Meshalkin inequality. The shadow of a set๐
in a layer takes a greater proportion of its layer than๐
does.Finset.lubell_yamamoto_meshalkin_inequality_sum_card_div_choose
: Lubell-Yamamoto-Meshalkin inequality. The sum of densities of๐
in each layer is at most1
for any antichain๐
.IsAntichain.sperner
: Sperner's theorem. The size of any antichain inFinset ฮฑ
is at most the size of the maximal layer ofFinset ฮฑ
. It is a corollary oflubell_yamamoto_meshalkin_inequality_sum_card_div_choose
.
TODO #
Prove upward local LYM.
Provide equality cases. Local LYM gives that the equality case of LYM and Sperner is precisely when
๐
is a middle layer.
falling
could be useful more generally in grade orders.
References #
- http://b-mehta.github.io/maths-notes/iii/mich/combinatorics.pdf
- http://discretemath.imp.fu-berlin.de/DMII-2015-16/kruskal.pdf
Tags #
shadow, lym, slice, sperner, antichain
Local LYM inequality #
The downward local LYM inequality, with cancelled denominators. ๐
takes up less of ฮฑ^(r)
(the finsets of card r
) than โ๐
takes up of ฮฑ^(r - 1)
.
The downward local LYM inequality, with cancelled denominators. ๐
takes up less of ฮฑ^(r)
(the finsets of card r
) than โ๐
takes up of ฮฑ^(r - 1)
.
The downward local LYM inequality. ๐
takes up less of ฮฑ^(r)
(the finsets of card r
)
than โ๐
takes up of ฮฑ^(r - 1)
.
The downward local LYM inequality. ๐
takes up less of ฮฑ^(r)
(the finsets of card r
)
than โ๐
takes up of ฮฑ^(r - 1)
.
LYM inequality #
falling k ๐
is all the finsets of cardinality k
which are a subset of something in ๐
.
Equations
- Finset.falling k ๐ = ๐.sup (Finset.powersetCard k)
Instances For
The shadow of falling m ๐
is disjoint from the n
-sized elements of ๐
, thanks to the
antichain property.
A bound on any top part of the sum in LYM in terms of the size of falling k ๐
.
The Lubell-Yamamoto-Meshalkin inequality, also known as the LYM inequality.
If ๐
is an antichain, then the sum of the proportion of elements it takes from each layer is less
than 1
.
The Lubell-Yamamoto-Meshalkin inequality, also known as the LYM inequality.
If ๐
is an antichain, then the sum of the proportion of elements it takes from each layer is less
than 1
.
The Lubell-Yamamoto-Meshalkin inequality, also known as the LYM inequality.
If ๐
is an antichain, then the sum of (#ฮฑ.choose #s)โปยน
over s โ ๐
is less than 1
.
Sperner's theorem #
Sperner's theorem. The size of an antichain in Finset ฮฑ
is bounded by the size of the
maximal layer in Finset ฮฑ
. This precisely means that Finset ฮฑ
is a Sperner order.