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

enc_true

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)

  16@[simp] lemma enc_true (R : Fin n → Bool) : enc (n:=n) true R = (fun i => ! (R i)) := by

proof body

Term-mode proof.

  17  funext i; simp [enc]
  18
  19/-- Restrict a full word to a queried index set `M`. -/

depends on (3)

Lean names referenced from this declaration's body.