reed-muller codes Flashcards

1
Q

boolean function:

A

a set-theoretical function f:V^m->F2, where V^m =the set of all binary words of length m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

total number of boolean functions:

A

|F2|^|Vm|=2^2^m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

boolean algebra:

A

the vector space of boolean functions with the operation of multiplication of functions - multiplication is AND and addition is XOR (either one but not both, cause then the addition would be back to 0 cause binary)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

value vector of a boolean function:

A

let f be a boolean function, the value vector is the binary vector g=(f(b0), …, f(b↓(2m-1))) of length 2^m, where b0, …, b↓(2m-1) is the chosen ordering of V^m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

weight of a boolean function:

A

the weight of the value vector g, which does not depend on the ordering of the words as w(f)=#{b in V^m: f(b)=1}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

coordinate function:

A

the boolean function vi:V^m->F2 defined by vi(x1,x2,…,xm)=xi is called the ith coordinate function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

monomial function:

A

to each subset {i1,…,ir} in {1,…,m} there corresponds the monomial function (or monomial) vi1, …, vir of degree r - for the empty set, the monomial function is 1 with degree 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

polynomial:

A

a linear combination of monomials, the degree is the highest degree of a monomial in the polynomial

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

monomial basis:

A

monomials form a basis of boolean algebra

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

weight of a monomial:

A

2^(m-r), aka w(v)=2^(m-deg(v)) if v is a monomial

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

boolean functions and polynomials:

A

each boolean function is uniquely written as a polynomial in the coordinate functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

reed-muller code:

A

let 0<=r<=m, the rth order reed-muller code on V^m, denoted R(r,m), is the space of value vectors of polynomials of degree at most r in the boolean algebra on V^m

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

parameters of a reed-muller code:

A

R(r,m) has length 2^m, dimension (m 0)+(m 1)+…+(m r) (all binomial thingies), and minimum distance 2^(m-r)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

duality between reed-muller codes:

A

for all m>=1 and all r such that 0<=r<=m-1, R(m-1-r,m)=(R(r,m))⊥

How well did you know this?
1
Not at all
2
3
4
5
Perfectly