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

@@ -84,3 +84,8 @@ A := {1, 2, 3} \
cal(P)(A) = {emptyset, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}}
$$
## Closures
A **closed set** under the binary operation $*$ denoted by $forall a,b in S, a * b in S$
"All $a * b$ from set $S$ are included in set $S$"
A set can be closed under any binary operation ($+, -, *, \/$), depending on the set itself if it actually is closed or not. $NN$ for example is not closed under subtraction.