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)
63def geoFamily (n : Nat) : List (XORSystem n) :=
proof body
Definition body.
64 linearFamily n ++ mortonOctantFamily n
65
66/-- Each octant contributes exactly 2 systems. -/
used by (3)
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.
-
mortonOctantFamily
in IndisputableMonolith.Complexity.SAT.GeoFamily
decl_use
-
linearFamily
in IndisputableMonolith.Complexity.SAT.SmallBias
decl_use
-
XORSystem
in IndisputableMonolith.Complexity.SAT.XOR
decl_use