Documentation

LCS.Observable

Observables in LCS Games #

This module defines the algebraic properties of quantum observables in the context of Linear Constraint System (LCS) games. An observable is represented as a self-adjoint, involutive operator.

Key Definitions #

Key Lemmas #

structure IsObservable {R : Type u_1} [Ring R] [StarRing R] (O : R) :
  • involutive : O * O = 1
  • self_adjoint : star O = O
Instances For
    def ObservableOfMeasurementSystem {R : Type u_1} [Ring R] (f : Fin 2R) :
    R
    Equations
    Instances For
      theorem binary_measurement_eq_projector {R : Type u_1} [Ring R] [StarRing R] [Algebra R] [StarModule R] (f : Fin 2R) (h : IsMeasurementSystem f) (y : Fin 2) :
      f y = (1 / 2) (1 + (-1) ^ y ObservableOfMeasurementSystem f)