structure
definition
def or abbrev
CNFFormula
show as:
view Lean formalization →
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)
-
CircuitDecides -
CircuitLedgerCert -
CircuitSeparation -
CircuitWithEvalDecides -
DefectMoat -
defect_moat_zero_iff_sat -
moat_width_unsat -
moat_zero_sat -
AlgebraicRestrictionHyp -
circuit_lower_bound_algebraic -
CircuitLowerBoundCert -
circuit_lower_bound_topological -
p_neq_np_conditional -
TopologicalObstructionHyp -
UniformTopologicalObstructionHyp -
CostConnected -
costConnected_refl -
jcostDegree -
jcostDegree_nonneg -
jcostEdgeWeight -
jcostEdgeWeight_le_clauses -
jcostEdgeWeight_le_varDegree_prop -
jcostEdgeWeight_nonneg -
jcostEdgeWeight_symm -
JCostLaplacianCert -
JCostLaplacianForm -
laplacian_form_const_zero -
laplacian_form_nonneg -
laplacian_form_zero_imp -
varDegree