Discrete Mathematics - Binary Operations Flashcards
What is a Binary Operation
An operation that takes in 2 inputs from a set and returns an output from the same set.
What does it mean for an operation to be closed
When the output is in the same set as the two inputs.
What does it mean for an operation to be commutative
If a * b = b * a ; for all values a and b
What does it mean for an operation to be associative
If (a * b) * c = a * (b * c); for all values a, b and c
What is the identity element (e)
an element in a set that generates that when operated with outputs the non-identity input: e * a = a * e = a
What is an inverse element
The element such that when applied to the original element outputs the identity element (e): a * a⁻¹ = a⁻¹ * a = i
What is a self inverse
when a⁻¹ = a
What are the 2 assumed commutativity, associatively laws
- Comutativity of addition and multiplication
- Associativity of matrix multiplication, addition and, multiplication
How do you find the identity element in a cayley table
Look for the column that doesn’t change
How do you find the inverses of the elemnts in a Cayley Table
Look along the row of the element, the inverse is the column heading that applied to the element give the identity element