Singleton (set theory)
From Maths
Definition
Let X be a set. We call X a singleton if[1]:
- ∃t[t∈X∧∀s(s∈X→s=t)]Caveat:See:[Note 1]
- In words: X is a singleton if: there exists a thing such that ( the thing is in X and for any stuff ( if that stuff is in X then the stuff is the thing ) )
More concisely this may be written:
- ∃t∈X∀s∈X[t=s][Note 2]
- For proof see Claim 1.
Significance
Notice that we have manage to define a set containing one thing without any notion of the number 1.
See next
Proof of claims
- (∃t[t∈X∧∀s(s∈X→s=t)])⟺(∃t∈X∀s∈X[t=s])
- By "rewriting for-all and exists within set theory" we see:
- (∃t[t∈X∧∀s(s∈X→s=t)])⟺(∃t∈X[∀s(s∈X→s=t)])
- ⟺(∃t∈X∀s(s∈X→s=t)) by simplification
- ⟺(∃t∈X∀s[s∈X→s=t]) by changing the bracket style
- ⟺(∃t∈X∀s∈X[s=t]) by re-writing again.
- (∃t[t∈X∧∀s(s∈X→s=t)])⟺(∃t∈X[∀s(s∈X→s=t)])
- By "rewriting for-all and exists within set theory" we see:
Notes
- Jump up ↑ Note that:
- ∃t[t∈X→∀s(s∈X→s=t)]
- Jump up ↑ see rewriting for-all and exists within set theory