def
definition
def or abbrev
octantSystems
show as:
view Lean formalization →
formal statement (Lean)
45def octantSystems (n : Nat) (level : OctantLevel) (octant : OctantIndex) : List (XORSystem n) :=
proof body
Definition body.
46 [[octantConstraint n level octant false], [octantConstraint n level octant true]]
47
48/-- All octants at a given level. -/