Binary Operators Flashcards

1
Q

What does it mean when a property is closed?

A

An operator * is closed in a set S if for every pair of

elements a and b in S the quantity a*b ∈ S

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

What does it mean when a property is Commutative?

A

An operator * is commutative in a set S if for every
pair of elements a and b in S
ab = ba

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

What does it mean when a property is Associative?

A

An operator * is associative in a set S if for every three
elements a, b and c in S
(ab)c = a(bc)

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

What does it mean when a property is Distributive?

A

An operator * distributes over an operator # in the set

S if for every three elements a, b and c in S a*(b # c) = (a * b) # (a * c)

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

What does it mean when a property has an Identity?

A

An operator * has an identity in a set S if there is an

element e in S such that for every element a in S ae = ea = a

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

What does it mean when a property has an Inverse?

A

An element a in S has an inverse a-1 for an operator * if

aa-1 =a-1a=e

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