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

Lit

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)

  11inductive Lit (n : Nat) where
  12  | pos (v : Var n) : Lit n
  13  | neg (v : Var n) : Lit n
  14deriving DecidableEq, Repr
  15
  16/-- A clause is a disjunction of literals. -/

used by (5)

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

depends on (18)

Lean names referenced from this declaration's body.