Documentation

LeanPool.TwoColoringOneRound.LowerBound.Correlation

LeanPool.TwoColoringOneRound.LowerBound.Correlation #

@[reducible, inline]

Imported auxiliary declaration for the 2-coloring one-round formalization.

Equations
Instances For
    @[reducible, inline]

    Imported auxiliary declaration for the 2-coloring one-round formalization.

    Equations
    Instances For
      @[implicit_reducible]
      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]
      theorem Distributed2Coloring.LowerBound.Correlation.vertex_smul_apply {n : } (σ : G n) (v : Vertex n) (i : Fin 3) :
      ↑(σ v) i = σ (v i)
      @[implicit_reducible]
      Equations
      • One or more equations did not get rendered due to their size.
      @[simp]
      theorem Distributed2Coloring.LowerBound.Correlation.edge_smul_apply {n : } (σ : G n) (e : Edge n) (i : Fin 4) :
      ↑(σ e) i = σ (e i)

      Imported auxiliary declaration for the 2-coloring one-round formalization.

      Equations
      Instances For

        Imported auxiliary declaration for the 2-coloring one-round formalization.

        Equations
        Instances For
          noncomputable def Distributed2Coloring.LowerBound.Correlation.corrAvg {n : } (f : Coloring n) (u v : Vertex n) :

          Imported auxiliary declaration for the 2-coloring one-round formalization.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            theorem Distributed2Coloring.LowerBound.Correlation.corrAvg_smul {n : } (f : Coloring n) (τ : G n) (u v : Vertex n) :
            corrAvg f (τ u) (τ v) = corrAvg f u v
            theorem Distributed2Coloring.LowerBound.Correlation.triangle_inequalities (b0 b1 b2 : Bool) :
            -(spin b0 * spin b1 + spin b0 * spin b2 + spin b1 * spin b2) 1 spin b0 * spin b1 + spin b0 * spin b2 - spin b1 * spin b2 1 spin b0 * spin b1 - spin b0 * spin b2 + spin b1 * spin b2 1 -spin b0 * spin b1 + spin b0 * spin b2 + spin b1 * spin b2 1
            theorem Distributed2Coloring.LowerBound.Correlation.corrAvg_triangle {n : } (f : Coloring n) (u v w : Vertex n) :
            -(corrAvg f u v + corrAvg f u w + corrAvg f v w) 1 corrAvg f u v + corrAvg f u w - corrAvg f v w 1 corrAvg f u v - corrAvg f u w + corrAvg f v w 1 -corrAvg f u v + corrAvg f u w + corrAvg f v w 1