reenmachine said:
Because A={a,b} and every member of {a} is a member of {a,b}. (The only member of {a} is a, and it's a member of {a,b}).
reenmachine said:
Why is the use of ''{}'' magically appearing to transform element a into subset a?
Why not {a}⊆ ℘(A) instead?
For all x, x is a member of {a} if and only if x=a. So {a} denotes the set whose only member is a.
For all x, x is a member of {a,b} if and only if x=a or x=b. So {a,b} denotes the set whose only members are a and b.
A set is a member of ℘(A) if and only if it's a subset of A. You defined A = {a,b}. If a≠b, a subset of A has 0,1 or 2 members. For each of the numbers 0,1,2, we can easily list all the subsets that have that number of members:
0: ∅
1: {a},{b}
2: {a,b}
So we can immediately conclude that ℘(A) = {∅, {a}, {b}, {a,b}}. (If a=b, we would have ℘(A)={∅,{a}} instead, because A={a}).
The statement {a}⊆ ℘(A) is true if and only if a is equal to one of the sets ∅, {a}, {b}, {a,b}. (It's certainly possible that a=∅ or a={b}, but the equalities a={a} and a={a,b} may not make sense. I need to think about that).
reenmachine said:
Same confusion with ∅∉A vs ∅∈℘(A), is it only a matter of definitions?
∅ is a subset of every set, because for all x, every member of ∅ is a member of x. (The statement "every member of ∅ is a member of x" can't be false since ∅ doesn't have a member that's
not a member of x. And a statement that isn't false is true).
∅ is a member of {a,b} if and only if a=∅ or b=∅.
reenmachine said:
So to make an analogy with integers , <1,2> = {{1} , {1,2}} but ≠ {{1} , {1,2} , {2}}.
That's right.
reenmachine said:
Are {1} and {1,2} elements of A , subsets of A or both?
What is A here? Did you mean A=<1,2>? I will assume that you did. {1} and {1,2} are elements of <1,2>, not subsets. 1 and 2 are however said to be
components of <1,2>. The first component is 1, the second is 2.
Note however that if you say this to a typical physics student for example, they will not understand what you're talking about. They understand ordered pairs intuitively and have a lot of experience working with them, but they are not familiar with the definition <x,y>={{x},{x,y}}. They may not even be familiar with the notation <x,y>, because they're used to seeing the alternative notation (x,y) instead of <x,y>.
reenmachine said:
If we use the same technic , it would give us: {<a,∅> , <b,∅>} , but what does that even mean? Can a and ∅ be an ordered pairs?
I'm not sure what technique you're referring to. The definition of the power set? a and ∅ can certainly be the components of an ordered pair. (But I can't think of a situation where we would find this useful).
reenmachine said:
Last question , suppose you have two sets:
Set A = (1,2,3,4)
Set B = (3,4,5,6)
How do you deal with the intersection in A x B?
I will simplify the example. I assume that you meant {...} when you wrote (...) (I would interpret the latter as meaning the same thing as <...>). If A={1,2} and B={2,3}, then A×B = {<1,2>,<1,3>,<2,2>,<2,3>}, i.e. 2 isn't given any special treatment just because it's a member of both.