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)
95structure CNFWithXOR (n : Nat) where
96 φ : CNF n
97 H : XORSystem n
98
99/-- Satisfiable under XOR constraints. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (5)
Lean names referenced from this declaration's body.
-
H
in IndisputableMonolith.Algebra.CostAlgebra
decl_use
-
CNF
in IndisputableMonolith.Complexity.SAT.CNF
decl_use
-
Satisfiable
in IndisputableMonolith.Complexity.SAT.CNF
decl_use
-
XORSystem
in IndisputableMonolith.Complexity.SAT.XOR
decl_use
-
H
in IndisputableMonolith.Cost.FunctionalEquation
decl_use