Documentation

TauCeti.Probability.Exchangeability

Exchangeability: the symmetry layer #

The reusable symmetry API — predicates, their basic implications, reindexing, closure under coordinate maps, and the path-law bridges — without de Finetti's theorem.

This module declares nothing of its own; it is a curated re-export.

What is here #

What is deliberately not here #

De Finetti's theorem and everything that concludes it — import TauCeti.Probability.DeFinetti for that. The dependency runs one way: the de Finetti facade builds on this one, never the reverse, and this module does not transitively import TauCeti.Probability.DeFinetti.Theorem.

Also excluded: the martingale, , and Koopman route internals; the Hewitt–Savage and path-space σ-field development; and the worked examples that are not included — the random-bias coin flips, the three-cycle, and the stationary example. Those are reachable by importing their own modules.

One worked example is included: Exchangeability.IID, which the roadmap lists as its first worked example ("an i.i.d. sequence is mixed i.i.d., exchangeable, and contractable"). It is exported here because it doubles as constructor API — the results that build the representation predicates from independence together with a common law — not because examples are curated in general.

References #