Einstein’s postulates

Consequences:

Group theory

🧑‍🎤 Vocabulary:

$$ \forall \,= \text{for all} \quad ; \quad \in\,=\text{is a member of} \quad ; \quad \exist\,=\text{there exists} \\ \therefore\,=\text{therefore} $$

Consider a group $(G,\bullet)$ which is a set of elements $G=\{a,b,c,\cdots\}$ and a composition (or operation) $\bullet$ which have the following properties

A group is said to be Abelian if it is commutative, that is: $\forall a,b \in G,a\bullet b=b\bullet a$.

💰 Example: The real numbers $\R$ and the complex numbers $\Complex$. Define $\R\backslash\{0\}$ and $\Complex\backslash\{0\}$ to be the sets without the zero element. We see that $(\R,+)(\R\backslash\{0\},\times)$ and $(\Complex,+)(\Complex\backslash\{0\},\times)$ are Abelian groups

🗒️ Note: sets of matrices can be grouped, but they are not Abelian since matrix multiplication is not commutative.

Orthogonal matrices

Orthogonal matrices maintain the inner product of two vectors and hence the length of vectors and the angle between them.

💰 Example: consider 2 $n$-dimensional vectors $\vec a$ and $\vec b$ which are rotated into $\vec a'$ and $\vec b'$ by a matrix $M\in O(n)$

$$ \vec a'=M\vec a \quad \vec b'=M\vec b $$