Documentation

FormalBook.Chapter_45

Probability makes counting (sometimes) easy #

Structure #

def chapter45.two_colorable {ฮฑ : Type u_1} {X : Finset ฮฑ} (๐“• : Finset (Finset { x : ฮฑ // x โˆˆ X })) :

๐“• is a collection of d-sets of X

Equations
Instances For
    theorem chapter45.remark_1 {d : โ„•} :
    โˆƒ (ฮฑ : Type) (X : Finset ฮฑ) (๐“• : Finset (Finset { x : ฮฑ // x โˆˆ X })), (โˆ€ A โˆˆ ๐“•, A.card = d) โˆง ยฌtwo_colorable ๐“•
    theorem chapter45.remark_2 {ฮฑ : Type u_1} [DecidableEq ฮฑ] {X : Finset ฮฑ} {๐“• ๐“ข : Finset (Finset { x : ฮฑ // x โˆˆ X })} (hโ‚ : two_colorable ๐“•) (hโ‚‚ : ๐“ข โІ ๐“•) :
    two_colorable ๐“ข
    theorem chapter45.MeasureTheory.measure_biUnion_lt_sum_of_inter {ฮฑ : Type u_2} [DecidableEq ฮฑ] {ฮฒ : Type u_1} [MeasurableSpace ฮฒ] [MeasurableSingletonClass ฮฒ] [DecidableEq ฮฒ] {P : MeasureTheory.Measure ฮฒ} [MeasureTheory.IsFiniteMeasure P] (s : Finset ฮฑ) (t : ฮฑ โ†’ Finset ฮฒ) (h : โˆƒ (i : { x : ฮฑ // x โˆˆ s }) (j : { x : ฮฑ // x โˆˆ s }), i โ‰  j โˆง P (โ†‘(t โ†‘i) โˆฉ โ†‘(t โ†‘j)) โ‰  0) :
    P โ†‘(s.biUnion t) < โˆ‘ x โˆˆ s, P โ†‘(t x)
    theorem chapter45.theorem_1 {ฮฑ : Type u_1} [DecidableEq ฮฑ] {X : Finset ฮฑ} {d : โ„•} {h_d : d โ‰ฅ 2} (๐“• : Finset (Finset { x : ฮฑ // x โˆˆ X })) (H_๐“• : โˆ€ A โˆˆ ๐“•, A.card = d) :
    ๐“•.card โ‰ค 2 ^ (d - 1) โ†’ two_colorable ๐“•

    Ramsey Numbers and Theorem 2

    A complete graph G on N vertices has the Ramsey property R(m, n), if for each two-coloring of the edges of G, either there is a complete subgraph on m vertices of the first color, or there is a complete subgraph on n vertices in the second color.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      theorem chapter45.ramsey_exists (m n : โ„•) (h_m : m โ‰ฅ 2) (h_n : n โ‰ฅ 2) :
      โˆƒ (N : โ„•), ramsey_property m n N