#group theory
12 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
@lusty onyx
count how many subsets there are that contain at most 2 elements
for example if there are n elements then you have the empty set, all singleton subsets and n choose 2 subsets with two elements
so the number you want is
$$ 2^n - \left(1+n+\binom{n}{2}\right) $$
aL