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

neg_eq_self

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)

  78@[simp] theorem neg_eq_self (v : F2Power D) : -v = v := rfl

proof body

Term-mode proof.

  79
  80/-- Subtraction reduces to addition in characteristic 2. -/
  81instance : Sub (F2Power D) := ⟨fun u v => u + v⟩
  82

depends on (1)

Lean names referenced from this declaration's body.