The evolving-set transition matrix is stochastic
ProvedMarkovMixing.evolving_sets_stochasticmarkov-chainsmixing-timesprobability
For any real transition weights and state weights on a finite state space, the evolving-set threshold construction defines a stochastic matrix on the collection of subsets: every transition probability is nonnegative and, from every current subset , the probabilities of all possible next subsets sum to one.
Preamble
import Definitions.Def_mm_martingale
Formal statement
namespace MarkovMixing
/-- The threshold construction defining the evolving-set process is a stochastic matrix. -/
theorem evolving_sets_stochastic {V : Type*} [Fintype V] [DecidableEq V]
(P : Matrix V V ℝ) (π : V → ℝ) : IsStochastic (evolvingSets P π) := by
sorry
end MarkovMixingSource
D. A. Levin, Y. Peres, E. L. Wilmer, Markov Chains and Mixing Times, AMS 2009, Section 17.4, Equation (17.13), pp. 249–250, https://pages.uoregon.edu/dlevin/MARKOV/markovmixing.pdf