The question I am working on is:
Can you conclude that $A=B$ if $A$ and $B$ are two sets with the same power set?
At first, I thought of doing a proof by contraposition; however, that didn't appear (ostensibly, at least) it would prove effective. Although, you of more experience, if you happen to know a way of using that proof method, I would doubtlessly be interested.
So, I then thought of doing a proof by contradiction. Here is my attempt, if you'd be so kind as to look it over and evaluate it, I would appreciate it:
PS I'll have a few questions in bold, sprinkled throughout the proof.
If $A$ and $B$ are two sets with the same power-set, then $A=B$.
Let's assume the opposite is true, that if $A$ and $B$ are two sets with the same power-set, then $A$ and $B$ must be different sets ($A \ne B$).
If $A \ne B$, then either $A$ or $B$ will have at least one element that isn't in the other set. Say $A$ has the extra element, denoted by $e$. (Although you could have $B$ contain the extra element, the argument will work either way, it is independent of the choice).
Let $A= \{a_1,a_2, a_3, ...,e,...\}$, and $B=\{b_1,b_2,b_3,...\}$, such that $B$ doesn't contain $e$ (How would I write that little bit in set notation? Also, do I have to explicitly write that $a_1 =b_1$, $a_2=b_2$,and so on?)
So, $\mathcal P(A)=\biggr \{ \{a_1\},\{a_2\},\{a_3\},...\{e\},...\{a_1,a_2,a_3,...,e,...\} \biggr \}$
and $\mathcal P(A)=\biggr \{ \{b_1\},\{b_2\},\{b_3\},...\biggr \}$
As you can see, the power-set of $A$ contains at least one element that the power-set of $B$ doesn't have (although, the differ by more than just one). This leads to a contradiction, because we assumed that the power-sets were equal.