1
0
Fork 0

Updated sets.md

This commit is contained in:
Luc Bijl 2023-12-02 13:46:27 +01:00
parent e3ce071f1f
commit fb86e33e37
2 changed files with 8 additions and 1 deletions

View file

@ -37,6 +37,9 @@ markdown_extensions:
- pymdownx.mark - pymdownx.mark
- pymdownx.tilde - pymdownx.tilde
- def_list - def_list
- admonition
- pymdownx.details
- pymdownx.superfences
extra_javascript: extra_javascript:

View file

@ -29,3 +29,7 @@ Let $B$ be set with $n$ elements. A subset $A$ of $B$ is completely determined b
</details> </details>
<br> <br>
??? note "*Proof*:"
Let $B$ be set with $n$ elements. A subset $A$ of $B$ is completely determined by its elements. For each element $b \in B$ there are two options, it is in $A$ or it is not. So, there are $2^n$ options and thus $2^n$ different subsets $A$ of $B$.