Problem:
Let $ f \in P(\mathbb{N}) \rightarrow P(\mathbb{N}) $ be one-to-one. We define the weak partialy ordered set $ R(f) = \{ \langle A,B \rangle | f(A) \subseteq f(B) \} $.
Let $ F \subseteq P(\mathbb{N}) \rightarrow P(\mathbb{N}) $ be the set of one-to-one functions that satisfy the above.
Prove/Disprove: The function $ T(f) = R(f)$ for all $ f \in F $, is one-to-one.
Attempt: I think it is disproof, here's what I did; I tried taking $ f_1 (A) = A \cup \{ 0 \} , f_2(A) = A \cup \{ 0,1 \} $, for all $ A \in P( \mathbb{N} ) $. And tried to showing that $ R(f_1) = R(f_2) $ (but note that $ f_1 \neq f_2 $ ). However , I could only show that $ R(f_1) \subseteq R(f_2) $ but not $ R(f_2) \subseteq R(f_1) $. After that failed attempt I thought maybe I'm wrong and actually the statement above is true. But then after assuming $ R(f_1) = R(f_2) $ I had difficulty showing $ f_1 = f_2 $ , obviously I need to use the fact that $ R(f) $ is a partially ordered set, but I don't exactly see how ( I thought anti-symmetry property would be useful but was unable to use it in a way that'd help me ). Can you please help?