Documentation

Graphon.InfiniteExchangeability

Exchangeability of the infinite law, and the packaged equivalence (brick A3) #

The infinite law of an exchangeable graph law is invariant under every relabeling of , and the finite and infinite formulations are equivalent:

This completes layers 1–2 of the Aldous–Hoover roadmap.

Relabeling of infinite graphs by a permutation of .

Equations
Instances For
    @[simp]
    theorem InfiniteGraph.relabel_adj (σ : Equiv.Perm ) (G : InfiniteGraph) (a b : ) :
    (relabel σ G).Adj a b G.Adj (σ a) (σ b)

    Edge membership under relabeling, in Sym2 form.

    The edge-index action of a permutation.

    Equations
    Instances For

      Relabeling is continuous: each output coordinate is an input coordinate.

      theorem InfiniteGraph.restrictFin_relabel {k n : } (σ : Equiv.Perm ) (e : Fin k Fin n) (he : ∀ (a : Fin k), σ a = (e a)) (G : InfiniteGraph) :

      Restricting a relabeled graph is comap along any finite embedding realizing the permutation on the initial segment.

      theorem InfiniteGraph.exists_perm_extend {k : } (g : Fin k ) :
      ∃ (σ : Equiv.Perm ), ∀ (a : Fin k), σ a = g a

      Every injection of an initial segment into extends to a permutation — the shared graph-independent _root_.exists_perm_extend (Graphon.PermutationExtension).

      Exchangeability of the infinite law: the infinite law is invariant under every relabeling of . Every finite restriction of the relabeled law lands in an initial segment, where injection consistency identifies it with the marginal; uniqueness of the extension concludes.

      Infinite exchangeable graph laws: probability laws on the infinite graph space invariant under every relabeling of .

      Instances For

        The finite marginals of an infinite exchangeable law form an exchangeable graph law: consistency under an arbitrary injection follows by extending it to a permutation of (exists_perm_extend) and applying exchangeability.

        Equations
        Instances For

          The headline equivalence (Aldous–Hoover layers 1–2): exchangeable graph laws and infinite exchangeable graph laws are the same data, with finite marginals and the infinite extension as inverse maps.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For