The LYM inequality using probability theory #
This file proves the LYM inequality using (very elementary) probability theory.
References #
This proof formalizes Section 1.2 of Prof. Yufei Zhao's lecture notes for MIT 18.226:
https://yufeizhao.com/pm/probmethod_notes.pdf
A video of Prof. Zhao's lecture is available on YouTube:
The proof of Theorem 1.10, Lecture 3 in the Cambridge lecture notes on combinatorics:
https://github.com/YaelDillies/maths-notes/blob/master/combinatorics.pdf
is basically the same proof, except without using probability theory.
theorem
LYM_inequality
{ฮฑ : Type u_1}
[Fintype ฮฑ]
{๐ : Finset (Finset ฮฑ)}
(h๐ : IsAntichain (fun (x1 x2 : Finset ฮฑ) => x1 โ x2) โ๐)
:
The Lubell-Yamamoto-Meshalkin inequality, proved using the Katona circle method.