Set Operations
∪, ∩, \, ×, powerset, #A
Once we have sets, we have set operations:
- Equality : .
- Subset : .
- Proper subset : .
- Union : .
- Intersection : .
- Difference : .
- Power set : the set of all subsets of .
- Empty set : .
- Cartesian product : .
- Size : number of elements.
Key fact: .
- 0.0sSet-Builder Notation
- 1.2sTokens assemble left to right: brace x bar P(x) brace
- 5.4sThe cyan box highlights x: an element of the source set
- 7.5sThe amber box highlights P(x): a predicate on x
- 9.7sRead as: the set of all x satisfying P(x)
A proof by authority is the fallacy of accepting a statement because an authority figure asserted it, without checking the argument itself. In mathematics this is not a valid proof — only the argument matters, not who said it.
Examples to refuse:
- 'It must be true, Professor X said so.'
- 'It was proved in a famous paper, so I won't reproduce it.'
Even correct theorems require a proof. Appeal to authority outside mathematics (e.g. 'the priest says so') is irrelevant; appeal to authority inside mathematics still requires the actual argument. The reason: mathematics is self-certifying — proofs can be mechanically checked.
Fact. — the empty set has zero elements.
Fact. — the powerset of a finite set has elements.
Worked example. Compute :
1. .
2. (only the empty set itself).
3. .
The two elements are: and .
Why no function ? A function is a relation. The empty set IS a valid function (with empty graph). The unique function exists.
Why no function ? None exists — for to be total, every element of the domain must map somewhere. The empty set has no elements, so this is fine! Wait — actually the empty function does exist (it has an empty graph).
Theorem. For any set , there is exactly one function (the empty function).
Theorem (no injection from into ). Such an would need and both in , but has no elements. So no injection exists — confirming .