Helper
centropyA_middle
Signature
Lemma centropyA_middle {A B C D E : finType} (X : {RV P -> A}) (W : {RV P -> B}) (V : {RV P -> C}) (Z : {RV P -> D}) (Y : {RV P -> E}) : `H(X | [% W, [% V, Z], Y]) = `H(X | [% W, V, Z, Y]).
Description
Flatten nested pair in middle position: H(X | W,(V,Z),Y) = H(X | W,V,Z,Y). Associativity when the nested pair is in the middle of the conditioning.
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 GitHubLoading source code...