Algebraic Structure
Algebraic Structure
ALGEBRAIC STRUCTURES
❏ Associativity: (a • b) • c = a • (b • c)
❏ Commutativity: a • b = b • a
❏ Existence of identity: e • a = a • e = a
❏ Existence of inverse: a • a^-1 = e
Continued
Application
Although a group involves a single operation, the
properties imposed on the operation allow the use of a
pair of operations as long as they are inverses of each
other.
Example
1. The set of real integers with the addition operator,
G = < Z , +>,
is a commutative group.
2. The set of integers mod n with the addition operator
G = < Zn , +>,
is a group.
Ring
1 (F,+, .) is a ring.
2. Multiplicative commutative: For any a, b ε F, a . b = b . a
3. Multiplicative identity: There exists 1 ε F such that a.1 = 1.a = a for all a ε F.
4. Multiplicative inverse: If a ε F and a != 0, there exists b ε F such that a . b =
b . a = 1.
4.9