Helper

centropy4_swap_2_4

Section perm_extra
Type Lemma
Proof Lines 12

Signature

Lemma centropy4_swap_2_4 (A B C D E : finType) (X : {RV P -> A}) (W : {RV P -> B}) (Y : {RV P -> C}) (Z : {RV P -> D}) (V : {RV P -> E}) : `H(X | [% W, Y, Z, V]) = `H(X | [% W, V, Z, Y]).

Description

Swap 2nd and 4th positions in 4-variable conditioning: H(X | W,Y,Z,V) = H(X | W,V,Z,Y). Used for reordering Alice's view components.

Uses (0)

This lemma does not use any other lemmas from the stats.

Used By (0)

No lemmas in the stats use this lemma.

Coq Source Code

View on GitHub
Loading source code...
← Back to Stats