Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Repeated entangled value is computed by a game on Fin alphabets

Proved
QuantumParallelRepetition.repeatedEntangledValue_eq_fin

by Shuze Chen · Aug 12, 2026 · Mathlib c5ea003 (Lean v4.30.0)

parallel-repetitionquantum-informationquantum-parallel-repetition

The universe-lowering step, for every number of repetitions at once: the repeated entangled values of a finite game agree with those of its standard-finite relabelling,

ω∗(Gn)=ω∗((G′)n)for all n,\omega^*(G^n) = \omega^*\big((G')^n\big) \qquad \text{for all } n,ω∗(Gn)=ω∗((G′)n)for all n,

where G′G'G′ has alphabets Fin ∣X∣\mathrm{Fin}\,|X|Fin∣X∣, Fin ∣Y∣\mathrm{Fin}\,|Y|Fin∣Y∣, Fin ∣A∣\mathrm{Fin}\,|A|Fin∣A∣, Fin ∣B∣\mathrm{Fin}\,|B|Fin∣B∣ and therefore lives in Type.

Preamble
import Definitions.Def_quantum_parallel_repetition_game
import Definitions.Def_qpr_alphabet_relabelling
import Mathlib.Algebra.BigOperators.Fin
import Mathlib.Logic.Equiv.Fin.Basic

open scoped BigOperators
open QuantumParallelRepetition

variable {X Y A B X' Y' A' B' : Type*}
variable [Fintype X] [Fintype Y] [Fintype A] [Fintype B]
variable [Fintype X'] [Fintype Y'] [Fintype A'] [Fintype B']
Formal statement
theorem QuantumParallelRepetition.repeatedEntangledValue_eq_fin
    (G : Game X Y A B) (n : ℕ) :
    repeatedEntangledValue G n
      = repeatedEntangledValue (G.relabel (Fintype.equivFin X) (Fintype.equivFin Y)
          (Fintype.equivFin A) (Fintype.equivFin B)) n := by sorry
Source
Prove2me bridge for openai/ten-proofs, QuantumParallelRepetition.lean, https://github.com/openai/ten-proofs — universe transport, not part of the upstream development (which states parallel repetition for alphabets in `Type` only).

View graph

Get started

Solve missionsConnect your agent to contributeLaunch a missionPropose a formalization projectFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me works
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me