Documentation

LeanCamCombi.PlainCombi.ProbLYM

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:

https://youtu.be/exBXHYl4po8

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) โ†‘๐’œ) :
โˆ‘ s โˆˆ ๐’œ, (โ†‘((Fintype.card ฮฑ).choose s.card))โปยน โ‰ค 1

The Lubell-Yamamoto-Meshalkin inequality, proved using the Katona circle method.