pith. machine review for the scientific record. sign in
lemma proved term proof

parityOf_singleton

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  55@[simp] lemma parityOf_singleton {n} (a : Assignment n) (v : Var n) :
  56    parityOf a [v] = a v := by

proof body

Term-mode proof.

  57  simp [parityOf, List.foldl]
  58
  59/-- Helper: foldl with xor starting from init -/

depends on (6)

Lean names referenced from this declaration's body.