\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Pair Intersections
Functions
Set Symmetric Differences
Needed by:
Commutative Operations
Element Functions
Extended Real Numbers
Family Operations
Identity Elements
Isomorphisms
Natural Arithmetic
Pointwise and Measure Limits
Subset Algebras
Uncertain Events
Links:
Sheet PDF
Graph PDF

Operations

Why

We have seen several concepts that consist of associating a pair of sets with a third set. For example, set unions and set intersections

Definition

An operation (or binary operation, law of composition) on a set $A$ is a function from $A \times A$ to $A$.

Roughly speaking, operations combine (or compose) elements. We operate on ordered pairs.

Example: set operations

Let $X$ be a set. Define $g: \powerset{X} \times \powerset{X} \to \powerset{X}$ by $g(A, B) = A \cup B$. Then $g$, the function which associates with two sets their union is an operation on $\powerset{X}$. Likewise, define $h : \powerset{X} \times \powerset{X} \to \powerset{X}$ by $h(A, B) = A \cap B$.

Naming their properties

$\cup$ has several nice properties. For one $A \cup B = B \cup A$ and $(A \cup B) \cup C = A \cup (B \cup C)$.

An operation with the first property, that the ordered pair $(A, B)$ and $(B, A)$ have the same result is called commutative. An operation with the second property, that when given three objects the order in which we operate does not matter is called associative. $\cap $ shares these properties with $\cup$.

We call the operation of forming unions the function $(A, B) \mapsto A \cup B$. We call the operation of forming intersections the function $(A, B) \mapsto A \cap B$. We call the operation of forming symmetric differences the function $(A, B) \mapsto A \symdiff B$. Since forming unions commutes and is associative and likewise with forming intersections, forming symmetric differences also commutes.

Algebras

Of course, any operation is defined on some set. For this reason, we define an algebra (or algebraic structure) as an ordered pair whose first element is a non-empty set and whose second element is an operation on that set. The ground set (or underlying set, carrier set, domain) of the algebra is the set on which the operation is defined.

Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view