Skip to main content

Glossary

This page will list all terms introduced in the other sections. Concepts that can't be explained in a few lines will instead be links.

Maths

Associativity

For an operation to be associative, it means that you can change the order you do each operation around while keeping the same answer.

Simple addition is associative. Adding aa and bb together before adding the sum to cc results in the same answer as adding bb and cc together and then adding that sum to aa.

(4+2)+5=6+5=11=4+7=4+(2+5)\begin{aligned} (4 + 2) + 5= 6 + 5 &= 11 \\ &= 4 + 7 = 4 + (2 + 5) \end{aligned}

Commutativity

For an operation to be commutative, it means that the order of the elements does not matter.

Simple addition is commutative. Adding aa to bb is the same as adding bb to aa.

6+4=10=4+66+4 = 10 = 4 + 6

Simple subtraction is not commutative: subracting aa from bb is not the same as subracting bb from aa.

64=6+(4)=246=(6)+4=222\begin{gather*} \begin{aligned} 6-4 = 6 + (-4) &= 2 \\ 4-6 = (-6) + 4 &= -2 \end{aligned} \\\\ -2 \neq 2 \end{gather*}

Distributivity

Distributivity describes how one operation acts over another operation. There can be both left and right distributivity, and the following must be true for them to hold:

a(bc)=(ab)(ac)a\star (b\oplus c) = (a\star b) \oplus (a\star c)

Identity

An identity element is an element that does nothing when operated on with another element. An operation can have both left and right Identities.

Inverse

An inverse element is an element, that when operated on with another element, will result in the identity element of that operation. There can be both left and right inverses.

el1a=elide^{-1}_l \star a = e^{id}_l