lemma
proved
wrapper
setVar_same
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)
20@[simp] lemma setVar_same {n} (σ : PartialAssignment n) (v : Var n) (b : Bool) :
21 setVar σ v b v = some b := by
proof body
One-line wrapper that applies unfold.
22 unfold setVar; simp
23
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (3)
Lean names referenced from this declaration's body.
-
PartialAssignment
in IndisputableMonolith.Complexity.SAT.Backprop
decl_use
-
setVar
in IndisputableMonolith.Complexity.SAT.Backprop
decl_use
-
Var
in IndisputableMonolith.Complexity.SAT.CNF
decl_use