Skip to content

Commit 5998994

Browse files
committed
Improve formulation of docstring in sign symmetry
1 parent cc18b6c commit 5998994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Certificate/Sparsity/sign.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ such that `dot(r, e)` is even for all exponent `e`.
99
Let `o(e)` be the binary vector of `{0, 1}^n` for which the `i`th bit is `i`
1010
iff the `i`th entry of `e` is odd.
1111
Let `O` be the set of `o(e)` for exponents of `e`.
12-
The sign symmetry of `r` is then equivalent to its orthogonality
13-
with all elements of `O`.
12+
A binary vector `r` is a sign-symmetry if an only if it is orthogonal
13+
to all the elements of `O`.
1414
1515
Since we are only interested in the orthogonal subspace, say `R`, of `O`,
1616
even if `O` is not a linear subspace (i.e., it is not invariant under `xor`),

0 commit comments

Comments
 (0)