Documentation

MIPRE.Background.Repetition.CommutingRepetition.Resolver.EntropicArena

The block index #

@[reducible, inline]

The block index: Alice's I, the source coordinate, Bob's J.

Equations
Instances For

    The source coordinate.

    Equations
    Instances For

      Alice's coordinates.

      Equations
      Instances For

        Bob's coordinates.

        Equations
        Instances For
          @[reducible, inline]

          The amplification dimension.

          Equations
          Instances For

            The left representation into vnAlg #

            noncomputable def CommutingRepetition.EntropicArena.Lv (M : StdTracialAlgebra) (a : M.A) :
            โ†ฅM.vnAlg

            L a as an element of vnAlg M.

            Equations
            Instances For
              theorem CommutingRepetition.EntropicArena.Lv_mul (M : StdTracialAlgebra) (a b : M.A) :
              Lv M (a * b) = Lv M a * Lv M b
              theorem CommutingRepetition.EntropicArena.Lv_sum (M : StdTracialAlgebra) {ฮน : Type u_1} (s : Finset ฮน) (f : ฮน โ†’ M.A) :
              Lv M (โˆ‘ x โˆˆ s, f x) = โˆ‘ x โˆˆ s, Lv M (f x)
              theorem CommutingRepetition.EntropicArena.Lv_sub (M : StdTracialAlgebra) (a b : M.A) :
              Lv M (a - b) = Lv M a - Lv M b

              The data #

              structure CommutingRepetition.EntropicArena.Hyp (M : StdTracialAlgebra) {I J A B : Type} [Fintype A] [Fintype B] (F : I โ†’ A โ†’ M.A) (G : J โ†’ B โ†’ M.A) :

              The hypotheses of resolver_arena_entropic.

              Instances For
                @[reducible, inline]
                abbrev CommutingRepetition.EntropicArena.FA (M : StdTracialAlgebra) {I A : Type} [Fintype A] (F : I โ†’ A โ†’ M.A) (i : I) :
                M.A

                Alice's totals.

                Equations
                Instances For
                  @[reducible, inline]
                  abbrev CommutingRepetition.EntropicArena.GB (M : StdTracialAlgebra) {J B : Type} [Fintype B] (G : J โ†’ B โ†’ M.A) (j : J) :
                  M.A

                  Bob's totals.

                  Equations
                  Instances For
                    @[reducible, inline]
                    noncomputable abbrev CommutingRepetition.EntropicArena.LF (M : StdTracialAlgebra) {I A : Type} [Fintype A] (F : I โ†’ A โ†’ M.A) (i : I) :

                    Alice's totals as operators.

                    Equations
                    Instances For
                      @[reducible, inline]
                      noncomputable abbrev CommutingRepetition.EntropicArena.LG (M : StdTracialAlgebra) {J B : Type} [Fintype B] (G : J โ†’ B โ†’ M.A) (j : J) :

                      Bob's totals as operators.

                      Equations
                      Instances For
                        theorem CommutingRepetition.EntropicArena.LF_nonneg (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i : I) :
                        0 โ‰ค LF M F i
                        theorem CommutingRepetition.EntropicArena.LF_le_one (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i : I) :
                        LF M F i โ‰ค 1
                        theorem CommutingRepetition.EntropicArena.LG_nonneg (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j : J) :
                        0 โ‰ค LG M G j
                        theorem CommutingRepetition.EntropicArena.LG_le_one (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j : J) :
                        LG M G j โ‰ค 1

                        The kernels #

                        noncomputable def CommutingRepetition.EntropicArena.KA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i i' : I) :
                        โ†ฅM.vnAlg

                        Alice's kernel entries K(L Fแตข, L Fแตข') in vnAlg M.

                        Equations
                        Instances For
                          noncomputable def CommutingRepetition.EntropicArena.KB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j j' : J) :
                          โ†ฅM.vnAlg

                          Bob's kernel entries K(L Gโฑผ, L Gโฑผ').

                          Equations
                          Instances For
                            theorem CommutingRepetition.EntropicArena.KA_val (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i i' : I) :
                            โ†‘(KA M h i i') = Resolver.kern (LF M F i) (LF M F i')
                            theorem CommutingRepetition.EntropicArena.KB_val (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j j' : J) :
                            โ†‘(KB M h j j') = Resolver.kern (LG M G j) (LG M G j')
                            theorem CommutingRepetition.EntropicArena.KA_self (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i : I) :
                            KA M h i i = Lv M (FA M F i)
                            theorem CommutingRepetition.EntropicArena.KB_self (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j : J) :
                            KB M h j j = Lv M (GB M G j)

                            Block kernels and their positivity #

                            noncomputable def CommutingRepetition.EntropicArena.blockKern (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] {ฮน : Type} [Fintype ฮน] (c : ฮน โ†’ Idx I J) (Fs : ฮน โ†’ M.H โ†’L[โ„‚] M.H) :

                            The block kernel of a positive family placed at coordinates c.

                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              theorem CommutingRepetition.EntropicArena.blockKern_mem (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] {ฮน : Type} [Fintype ฮน] (c : ฮน โ†’ Idx I J) (Fs : ฮน โ†’ M.H โ†’L[โ„‚] M.H) (hFs0 : โˆ€ (i : ฮน), 0 โ‰ค Fs i) (hmem : โˆ€ (i : ฮน), Fs i โˆˆ M.vnAlg) :
                              theorem CommutingRepetition.EntropicArena.entry_blockKern (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] {ฮน : Type} [Fintype ฮน] {c : ฮน โ†’ Idx I J} (hc : Function.Injective c) (Fs : ฮน โ†’ M.H โ†’L[โ„‚] M.H) (i i' : ฮน) :
                              Block.entry M (Idx I J) (blockKern M c Fs) (c i) (c i') = Resolver.kern (Fs i) (Fs i')
                              theorem CommutingRepetition.EntropicArena.blockKern_nonneg (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] {ฮน : Type} [Fintype ฮน] (c : ฮน โ†’ Idx I J) (Fs : ฮน โ†’ M.H โ†’L[โ„‚] M.H) (hFs0 : โˆ€ (i : ฮน), 0 โ‰ค Fs i) :

                              Positivity of the block kernel: it is the limit of the integrals โˆซ ฯ(u)* ฯ(u) du over the cutoffs.

                              The block kernels and their square roots #

                              noncomputable def CommutingRepetition.EntropicArena.๐’ฆA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (_h : Hyp M F G) :

                              Alice's block kernel [K(L Fแตข, L Fแตข')] on the I-block.

                              Equations
                              Instances For
                                noncomputable def CommutingRepetition.EntropicArena.๐’ฆB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (_h : Hyp M F G) :

                                Bob's block kernel [K(L Gโฑผ, L Gโฑผ')] on the J-block.

                                Equations
                                Instances For
                                  theorem CommutingRepetition.EntropicArena.๐’ฆA_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                  theorem CommutingRepetition.EntropicArena.๐’ฆB_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                  theorem CommutingRepetition.EntropicArena.๐’ฆA_nonneg (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                  theorem CommutingRepetition.EntropicArena.๐’ฆB_nonneg (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                  theorem CommutingRepetition.EntropicArena.entry_๐’ฆA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i i' : I) :
                                  Block.entry M (Idx I J) (๐’ฆA M h) (ai i) (ai i') = โ†‘(KA M h i i')
                                  theorem CommutingRepetition.EntropicArena.entry_๐’ฆB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j j' : J) :
                                  Block.entry M (Idx I J) (๐’ฆB M h) (bj j) (bj j') = โ†‘(KB M h j j')
                                  noncomputable def CommutingRepetition.EntropicArena.๐’žA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :

                                  ๐’ž_A = โˆš๐’ฆ_A.

                                  Equations
                                  Instances For
                                    noncomputable def CommutingRepetition.EntropicArena.๐’žB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :

                                    ๐’ž_B = โˆš๐’ฆ_B.

                                    Equations
                                    Instances For
                                      theorem CommutingRepetition.EntropicArena.๐’žA_sq (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                      theorem CommutingRepetition.EntropicArena.๐’žB_sq (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                      theorem CommutingRepetition.EntropicArena.๐’žA_sa (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                      theorem CommutingRepetition.EntropicArena.๐’žB_sa (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                      theorem CommutingRepetition.EntropicArena.๐’žA_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                      theorem CommutingRepetition.EntropicArena.๐’žB_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :

                                      Matrix units, columns and rows #

                                      noncomputable def CommutingRepetition.EntropicArena.U (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (r r' : Idx I J) :
                                      โ†ฅ(๐”‘ M I J)

                                      The matrix unit e_{r r'}.

                                      Equations
                                      Instances For
                                        theorem CommutingRepetition.EntropicArena.U_val (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (r r' : Idx I J) :
                                        โ†‘(U M r r') = (Block.place M (Idx I J) r r') 1
                                        theorem CommutingRepetition.EntropicArena.star_U (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (r r' : Idx I J) :
                                        star (U M r r') = U M r' r
                                        noncomputable def CommutingRepetition.EntropicArena.CA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                        โ†ฅ(๐”‘ M I J)

                                        ๐’ž_A as an element of the block algebra.

                                        Equations
                                        Instances For
                                          noncomputable def CommutingRepetition.EntropicArena.CB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) :
                                          โ†ฅ(๐”‘ M I J)

                                          ๐’ž_B as an element of the block algebra.

                                          Equations
                                          Instances For
                                            noncomputable def CommutingRepetition.EntropicArena.cA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i : I) :
                                            โ†ฅ(๐”‘ M I J)

                                            Alice's column cแตข = ๐’ž_A e_{i, src}.

                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For
                                              noncomputable def CommutingRepetition.EntropicArena.dB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j : J) :
                                              โ†ฅ(๐”‘ M I J)

                                              Bob's row dโฑผ = e_{src, j} ๐’ž_B.

                                              Equations
                                              • One or more equations did not get rendered due to their size.
                                              Instances For
                                                @[reducible, inline]
                                                noncomputable abbrev CommutingRepetition.EntropicArena.Ecor (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (T : โ†ฅM.vnAlg) :
                                                โ†ฅ(๐”‘ M I J)

                                                The corner copy at the source coordinate.

                                                Equations
                                                Instances For
                                                  theorem CommutingRepetition.EntropicArena.Ecor_val (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (T : โ†ฅM.vnAlg) :
                                                  โ†‘(Ecor M T) = (Block.place M (Idx I J) (src I J) (src I J)) โ†‘T
                                                  theorem CommutingRepetition.EntropicArena.star_cA_mul_cA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i i' : I) :
                                                  star (cA M h i') * cA M h i = Ecor M (KA M h i' i)

                                                  cแตข'* cแตข = E(K(Fแตข', Fแตข)) (eq resolver-square-identities, polarized).

                                                  theorem CommutingRepetition.EntropicArena.dB_mul_star_dB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j j' : J) :
                                                  dB M h j * star (dB M h j') = Ecor M (KB M h j j')

                                                  dโฑผ dโฑผ'* = E(K(Gโฑผ, Gโฑผ')).

                                                  theorem CommutingRepetition.EntropicArena.star_cA_mul_cA_self (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (i : I) :
                                                  star (cA M h i) * cA M h i = Ecor M (Lv M (FA M F i))
                                                  theorem CommutingRepetition.EntropicArena.dB_mul_star_dB_self (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (j : J) :
                                                  dB M h j * star (dB M h j) = Ecor M (Lv M (GB M G j))

                                                  Algebra of the corner copy #

                                                  theorem CommutingRepetition.EntropicArena.Ecor_Lv_mul (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (a b : M.A) :
                                                  Ecor M (Lv M a) * Ecor M (Lv M b) = Ecor M (Lv M (a * b))
                                                  theorem CommutingRepetition.EntropicArena.coe_sum_๐”‘ (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] {ฮน : Type u_1} (t : Finset ฮน) (f : ฮน โ†’ โ†ฅ(๐”‘ M I J)) :
                                                  โ†‘(โˆ‘ x โˆˆ t, f x) = โˆ‘ x โˆˆ t, โ†‘(f x)

                                                  Coercion of a sum in the block algebra.

                                                  The Douglas POVMs #

                                                  @[reducible, inline]
                                                  abbrev CommutingRepetition.EntropicArena.IdxA {I A : Type} (kA : I โ†’ A โ†’ โ„•) (i : I) :

                                                  Alice's factor index at i.

                                                  Equations
                                                  Instances For
                                                    @[reducible, inline]
                                                    abbrev CommutingRepetition.EntropicArena.IdxB {J B : Type} (kB : J โ†’ B โ†’ โ„•) (j : J) :

                                                    Bob's factor index at j.

                                                    Equations
                                                    Instances For
                                                      noncomputable def CommutingRepetition.EntropicArena.xopA (M : StdTracialAlgebra) {I J A : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (i : I) (p : IdxA kA i) :

                                                      The factors of Alice's refinements, as corner operators.

                                                      Equations
                                                      Instances For
                                                        noncomputable def CommutingRepetition.EntropicArena.yopB (M : StdTracialAlgebra) {I J B : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (j : J) (p : IdxB kB j) :

                                                        The factors of Bob's refinements, as corner operators.

                                                        Equations
                                                        Instances For
                                                          theorem CommutingRepetition.EntropicArena.xopA_mem (M : StdTracialAlgebra) {I J A : Type} [Fintype I] [Fintype J] [Fintype A] [DecidableEq I] [DecidableEq J] [DecidableEq A] [Nonempty A] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (i : I) (p : IdxA kA i) :
                                                          xopA M kA xA i p โˆˆ ๐”‘ M I J
                                                          theorem CommutingRepetition.EntropicArena.yopB_mem (M : StdTracialAlgebra) {I J B : Type} [Fintype I] [Fintype J] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq B] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (j : J) (p : IdxB kB j) :
                                                          yopB M kB yB j p โˆˆ ๐”‘ M I J
                                                          theorem CommutingRepetition.EntropicArena.hxeA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) :
                                                          โˆ‘ p : IdxA kA i, star (xopA M kA xA i p) * xopA M kA xA i p = star โ†‘(cA M h i) * โ†‘(cA M h i)

                                                          โˆ‘ x* x = cแตข* cแตข for Alice.

                                                          theorem CommutingRepetition.EntropicArena.hyeB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) :
                                                          โˆ‘ p : IdxB kB j, star (yopB M kB yB j p) * yopB M kB yB j p = star โ†‘(star (dB M h j)) * โ†‘(star (dB M h j))

                                                          โˆ‘ y* y = dโฑผ dโฑผ* for Bob (with c := dโฑผ*).

                                                          noncomputable def CommutingRepetition.EntropicArena.zA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (p : IdxA kA i) :

                                                          Alice's Douglas factors.

                                                          Equations
                                                          Instances For
                                                            noncomputable def CommutingRepetition.EntropicArena.zB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (p : IdxB kB j) :

                                                            Bob's Douglas factors.

                                                            Equations
                                                            Instances For
                                                              theorem CommutingRepetition.EntropicArena.zA_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (p : IdxA kA i) :
                                                              zA M h kA xA hxA i p โˆˆ ๐”‘ M I J
                                                              theorem CommutingRepetition.EntropicArena.zB_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (p : IdxB kB j) :
                                                              zB M h kB yB hyB j p โˆˆ ๐”‘ M I J
                                                              noncomputable def CommutingRepetition.EntropicArena.Aop (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (a : A) :

                                                              Alice's POVM element at (i, a), as an operator.

                                                              Equations
                                                              • One or more equations did not get rendered due to their size.
                                                              Instances For
                                                                noncomputable def CommutingRepetition.EntropicArena.Bop (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (b : B) :

                                                                Bob's POVM element at (j, b), as an operator.

                                                                Equations
                                                                • One or more equations did not get rendered due to their size.
                                                                Instances For
                                                                  theorem CommutingRepetition.EntropicArena.ZA_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) :
                                                                  theorem CommutingRepetition.EntropicArena.ZB_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) :
                                                                  theorem CommutingRepetition.EntropicArena.Aop_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (a : A) :
                                                                  Aop M h kA xA hxA i a โˆˆ ๐”‘ M I J
                                                                  theorem CommutingRepetition.EntropicArena.Bop_mem (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (b : B) :
                                                                  Bop M h kB yB hyB j b โˆˆ ๐”‘ M I J
                                                                  noncomputable def CommutingRepetition.EntropicArena.Ame (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (a : A) :
                                                                  โ†ฅ(๐”‘ M I J)

                                                                  Alice's POVM element in the block algebra.

                                                                  Equations
                                                                  Instances For
                                                                    noncomputable def CommutingRepetition.EntropicArena.Bme (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (b : B) :
                                                                    โ†ฅ(๐”‘ M I J)

                                                                    Bob's POVM element in the block algebra.

                                                                    Equations
                                                                    Instances For
                                                                      theorem CommutingRepetition.EntropicArena.Ame_sum (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) :
                                                                      โˆ‘ a : A, Ame M h kA xA hxA i a = 1
                                                                      theorem CommutingRepetition.EntropicArena.Bme_sum (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) :
                                                                      โˆ‘ b : B, Bme M h kB yB hyB j b = 1
                                                                      theorem CommutingRepetition.EntropicArena.sum_sigma_label (M : StdTracialAlgebra) {I J A : Type} [Fintype I] [Fintype J] [Fintype A] [DecidableEq I] [DecidableEq J] [DecidableEq A] [Nonempty A] {k : A โ†’ โ„•} (f : (a : A) โ†’ Fin (k a) โ†’ ๐“‘ M I J โ†’L[โ„‚] ๐“‘ M I J) (a : A) :
                                                                      (โˆ‘ p : (a : A) ร— Fin (k a), if p.fst = a then f p.fst p.snd else 0) = โˆ‘ x : Fin (k a), f a x

                                                                      Regrouping a labelled sigma sum.

                                                                      theorem CommutingRepetition.EntropicArena.star_cA_mul_Ame_mul_cA (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (a : A) :
                                                                      star (cA M h i) * Ame M h kA xA hxA i a * cA M h i = Ecor M (Lv M (F i a))

                                                                      cแตข* ๐– แตขแตƒ cแตข = E(Fแตขแตƒ) (eq resolver-refinement-identities).

                                                                      theorem CommutingRepetition.EntropicArena.dB_mul_Bme_mul_star_dB (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (b : B) :
                                                                      dB M h j * Bme M h kB yB hyB j b * star (dB M h j) = Ecor M (Lv M (G j b))

                                                                      dโฑผ ๐–กโฑผแต‡ dโฑผ* = E(Gโฑผแต‡).

                                                                      Positivity of the lifted POVMs #

                                                                      @[reducible, inline]

                                                                      The lift into the arena algebra.

                                                                      Equations
                                                                      Instances For
                                                                        theorem CommutingRepetition.EntropicArena.Ame_isPos (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (i : I) (a : A) :
                                                                        IsPosElem ((lft M) (Ame M h kA xA hxA i a))
                                                                        theorem CommutingRepetition.EntropicArena.Bme_isPos (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (j : J) (b : B) :
                                                                        IsPosElem ((lft M) (Bme M h kB yB hyB j b))

                                                                        The branch and the trace bookkeeping #

                                                                        noncomputable def CommutingRepetition.EntropicArena.Xb (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (ฯƒ : M.A) (i : I) (j : J) :
                                                                        โ†ฅ(๐”‘ M I J)

                                                                        The branch block cแตข E(ฯƒ) dโฑผ.

                                                                        Equations
                                                                        • One or more equations did not get rendered due to their size.
                                                                        Instances For
                                                                          noncomputable def CommutingRepetition.EntropicArena.branch (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) (ฯƒ : M.A) (i : I) (j : J) :
                                                                          (N M I J).H

                                                                          The branch vector โˆšd โ€ข ฮน(cแตข E(ฯƒ) dโฑผ).

                                                                          Equations
                                                                          • One or more equations did not get rendered due to their size.
                                                                          Instances For
                                                                            theorem CommutingRepetition.EntropicArena.sqrt_d_sq {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] :
                                                                            โ†‘โˆšโ†‘(d I J) * โ†‘โˆšโ†‘(d I J) * (โ†‘(d I J))โปยน = 1
                                                                            theorem CommutingRepetition.EntropicArena.ฯ„_conj (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (D W : โ†ฅ(๐”‘ M I J)) :
                                                                            (N M I J).ฯ„ ((lft M) (star D * W * D)) = (N M I J).ฯ„ ((lft M) (W * (D * star D)))

                                                                            Traciality of the arena trace, conjugation form.

                                                                            theorem CommutingRepetition.EntropicArena.ฯ„_conj' (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (D W V : โ†ฅ(๐”‘ M I J)) :
                                                                            (N M I J).ฯ„ ((lft M) (star D * W * D * V)) = (N M I J).ฯ„ ((lft M) (W * (D * V * star D)))
                                                                            theorem CommutingRepetition.EntropicArena.ฯ„_lft_Ecor_Lv (M : StdTracialAlgebra) {I J : Type} [Fintype I] [Fintype J] [DecidableEq I] [DecidableEq J] (a : M.A) :
                                                                            (N M I J).ฯ„ ((lft M) (Ecor M (Lv M a))) = (โ†‘(d I J))โปยน * M.ฯ„ a
                                                                            theorem CommutingRepetition.EntropicArena.star_Xb_mul_Xb (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (ฯƒ : M.A) (i : I) (j : J) :
                                                                            star (Xb M h ฯƒ i j) * Xb M h ฯƒ i j = star (dB M h j) * Ecor M (Lv M (star ฯƒ * FA M F i * ฯƒ)) * dB M h j
                                                                            theorem CommutingRepetition.EntropicArena.star_Xb_mul_Ame_Xb_Bme (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) (ฯƒ : M.A) (i : I) (j : J) (a : A) (b : B) :
                                                                            star (Xb M h ฯƒ i j) * (Ame M h kA xA hxA i a * Xb M h ฯƒ i j * Bme M h kB yB hyB j b) = star (dB M h j) * Ecor M (Lv M (star ฯƒ * F i a * ฯƒ)) * dB M h j * Bme M h kB yB hyB j b

                                                                            The arena #

                                                                            noncomputable def CommutingRepetition.EntropicArena.arena (M : StdTracialAlgebra) {I J A B : Type} [Fintype I] [Fintype J] [Fintype A] [Fintype B] [DecidableEq I] [DecidableEq J] [DecidableEq A] [DecidableEq B] {F : I โ†’ A โ†’ M.A} {G : J โ†’ B โ†’ M.A} (h : Hyp M F G) [Nonempty A] [Nonempty B] (kA : I โ†’ A โ†’ โ„•) (xA : (i : I) โ†’ (a : A) โ†’ Fin (kA i a) โ†’ M.A) (hxA : โˆ€ (i : I) (a : A), F i a = โˆ‘ k : Fin (kA i a), star (xA i a k) * xA i a k) (kB : J โ†’ B โ†’ โ„•) (yB : (j : J) โ†’ (b : B) โ†’ Fin (kB j b) โ†’ M.A) (hyB : โˆ€ (j : J) (b : B), G j b = โˆ‘ l : Fin (kB j b), star (yB j b l) * yB j b l) :

                                                                            The entropic resolver arena.

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