We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc18b6c commit 5998994Copy full SHA for 5998994
src/Certificate/Sparsity/sign.jl
@@ -9,8 +9,8 @@ such that `dot(r, e)` is even for all exponent `e`.
9
Let `o(e)` be the binary vector of `{0, 1}^n` for which the `i`th bit is `i`
10
iff the `i`th entry of `e` is odd.
11
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`.
+A binary vector `r` is a sign-symmetry if an only if it is orthogonal
+to all the elements of `O`.
14
15
Since we are only interested in the orthogonal subspace, say `R`, of `O`,
16
even if `O` is not a linear subspace (i.e., it is not invariant under `xor`),
0 commit comments