vault backup: 2026-03-09 23:52:22

This commit is contained in:
Jan Meyer
2026-03-09 23:52:22 +01:00
parent 6a14eb82db
commit 1fc19b5198
3 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
Groups are Closures that have the following properties:
## Internal Composition law
$$
1. **closure**: Every element which is a result of the binary operation of the group is part of the group
2. **associativity**: changing the order of operations doesn't change the result
3. **identity**: there is a neutral element ($0$ in addition, $1$ in multiplication)
4. **inverses**: every element has a element when combined results in the identity element ($+5 + (-5) = 0$)