Suppose $f: A\to B$ is an injective function. Prove that $f^{-1}(f(C))=C $ for all $C \subseteq A$.
Proof:
Part I will show $C \subseteq f^{-1}(f(C))$.
Let C be any subset of A.
For any $c \in C$ there exists, $b \in B$ such that $b = f(c).$
Because f is injective, $f^{-1}(b)$ has exactly one value, namely c.
This means $c \in f^{-1}(f(C))$
So $C \subseteq f^{-1}(f(C)) $
Proof Plans
A proof plan is an underused technique for teaching how to develop proofs. Proof plans are similar to rough drafts of an essay. They have enough details to see the overall structure and flow the proof will take. However, they do not need to get bogged down in technical details. Proof plans should not be included in the final proof, because they frequently have gaps. A proof plan for part II, could look like the following.
Proof Plan for Proving a Subset
A proof plan for most subset proofs, $D \subseteq E$, follows this pattern.
Let $d \in D$.
Prove $d \in E$.
Conclude $D \subseteq E$.
Proof Plan for Part II
Part II should show $f^{-1}(f(C)) \subseteq C$.
Assume $a \in f^{-1}(f(C))$.
$b \in f(C),$ such that $a \in f^{-1}(b)$.
Show a is distinct. Hint: f is injective. See note 2 below.
$b \in f(C)$ and $b=f(a)$
$a \in C$
$f^{-1}(f(C)) \subseteq C$.
Depending on your professor, many details, particularly reasons and a conclusion still need to be fleshed out. The intention is simply to demonstrate how to approach these types of proof.
Note how both directions primarily use definitions such as definition of inverse, definition of a subset, definition of injective and definition of a function are all used or implied. Also, note how most of the lines rely on the immediate previous line in some way. For this level of proofs, it frequently works out this way, in part because there aren't a whole lot of theorems or definitions yet which will move the proof towards the ultimate goal.
Note 2: One subtle, possibly tricky point to be aware of.
Injectivity is required for this theorem to be true.
Consider the noninjective function,
$f(1) =1, f(2) =1$, and the set $C = \lbrace 1 \rbrace $
$f^{-1}(1)=\lbrace 1, 2 \rbrace $
However, $\lbrace 1, 2 \rbrace \not\subset \lbrace 1 \rbrace$
In general, get to know the patterns for various types of proofs.
Existence,
Nonexistence- usually by contradiction or contrapositive.
Implicaton
Implication with negatives- frequently uses the contrapositive.
etc.
A. Writing out the definitions is pretty standard for proofs at this level. Plus many proofs on this level are 75% givens, meaning stuff we can assume definitions. B. I'm working on an answer for you, but would like to copy and paste your definitions into my proofs. I feel like I'm working harder on your exercise than you are. C. Using your specific definitions will make it easier for you to understand as opposed to some similar definitions, which you may or may not be fully comfortable with.
– nickalh Dec 07 '23 at 11:48