Common Utilities for LCS Games #
This module provides technical lemmas and definitions for signs, indicator functions, and basic properties of the outcome space $\mathbb{F}_2$.
Key Definitions #
observableSign: Returns $1$ if $a=0$ or $-1$ if $a=1$.
Key Lemmas #
sign_mul: The product of signs corresponds to the sum in $\mathbb{F}_2$.sign_indicator: Relates the sign-based expression $(1/2)(1 + (-1)^{b+s})$ to the Kronecker delta.
The ZMod 2 counterpart of Fin.sum_univ_two.
The sign (-1)^a of an 𝔽₂-value: 1 for a = 0 and -1 for a = 1.
Instances For
theorem
MIPRE.LCS.finset_filter_eq_inter_univ_filter
{α : Type u_1}
[Fintype α]
[DecidableEq α]
(S : Finset α)
(p : α → Prop)
[DecidablePred p]
: