pith. machine review for the scientific record. sign in
structure definition def or abbrev

CNFFormula

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)

  48structure CNFFormula (n : ℕ) where
  49  clauses : List (Clause n)
  50  var_count : ℕ
  51  var_count_eq : var_count = n
  52
  53/-- An assignment is a Boolean function on variables. -/

used by (40)

From the project-wide theorem graph. These declarations reference this one in their body.

… and 10 more

depends on (40)

Lean names referenced from this declaration's body.

… and 10 more