Is the proposition about injectivity and set intersection valid?

  • Context: Graduate 
  • Thread starter Thread starter daveyinaz
  • Start date Start date
  • Tags Tags
    Functions
Click For Summary

Discussion Overview

The discussion revolves around the validity of a proposition concerning injective functions and set intersections. Specifically, the proposition states that if for any sets A and B, f(A ∩ B) = f(A) ∩ f(B), then f must be injective. Participants explore the implications of this proposition, examining proofs, counterexamples, and the logical structure of the argument.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes a proof by contrapositive, suggesting that if f is not injective, then f(A ∩ B) ≠ f(A) ∩ f(B), but others challenge the validity of this approach.
  • Another participant argues for a direct proof, emphasizing that if f is injective, then f(A) ∩ f(B) = f(A ∩ B) should be shown directly.
  • Concerns are raised about the use of specific sets A and B in the proof, with a participant noting that the sets should remain arbitrary throughout the argument.
  • A counterexample is mentioned, but participants express confusion over its correctness and relevance to the original question.
  • There is a discussion about the nature of counterexamples and whether they effectively demonstrate the fallacy of the original proposition.
  • One participant attempts to clarify the relationship between the two proofs discussed, questioning the difference in their approaches while maintaining the same underlying logic.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the validity of the original proposition or the proofs presented. There are competing views on the correctness of the arguments and the use of counterexamples.

Contextual Notes

Participants express uncertainty regarding the assumptions made in the proofs and the implications of using specific examples versus arbitrary sets. The discussion highlights the complexity of proving statements about functions and set operations without establishing clear definitions and conditions.

daveyinaz
Messages
225
Reaction score
0
Alright, I would like to pose a question on the validity of this argument, I seem to be caught on whether or not to believe it.

The proposition is, if, for any sets A and B, [itex]f(A \cap B) = f(A) \cap f(B)[/itex], then [itex]f[/itex] is injective.

Proposed proof:
Let's look at the contrapositive, that is if [itex]f[/itex] is not injective, then [itex]f(A \cap B) \neq f(A) \cap f(B)[/itex]. Since we already know that [itex]f(A \cap B) \subseteq f(A) \cap f(B)[/itex] by some earlier exercise. Let us assume for the sake of contradiction that [itex]f(A) \cap f(B) \subseteq f(A \cap B)[/itex]. Now consider, A = {1, 2, 3}, B = {1, 2} and f = {(1,1), (2,2), (3,3)}, so that [itex]f(A) \cap f(B) = \{1,2,3\} \not\subseteq \{1,2\} = f(A \cap B)[/itex]. Hence [itex]f(A \cap B)[/itex] cannot possibly be equal to [itex]f(A) \cap f(B)[/itex]
 
Physics news on Phys.org
no it doesn't work

why not prove it directly?

you have f injective, you need to show f(A) n f(B) = f(A n B). As you pointed out one direction is always true.

so take y in f(A) n f(B), so y is in f(A) and y is in f(B), so there is a in A and b in B s.t. f(a) = y and f(b) = y. Now use injectivity to finish.
 
The question was not "How do I prove it?"

It was more explicitly...is there any reason to believe that this is a fallacious argument? If so, why is it?
 
Last edited:
well the reason it's not a valid proof is that your sets A and B are arbitrary sets, this is assumed throughout the entire proof.

you say, assume for the sake of contradiction f(A) n f(B) <= f(A n B). Later, you go on to specify what A and B are, you cannot do this since they are arbitrary.

if that wasn't clear, remember since you are trying to prove that this holds for any sets, at the beginning of your proof you should say, let A and B be two arbitrary sets.
 
Last edited:
Yes, we did assign values to A and B, but this was only after assuming that [itex]f(A) \cap f(B) \subseteq f(A \cap B)[/itex] was true. So it's says: assume it was true, then here is a counterexample.

So generally when someone makes a statement, if this, then that. We go on to show a counterexample of why it won't work, making the statement false. Well, since [itex]f(A) \cap f(B) \subseteq f(A \cap B)[/itex] is either true or false. We show it's false by counterexample, making the if f is not injective, then f(a) blah blah is not equal to that.

do you see what I'm saying?

Perhaps, if you use [itex]p \Rightarrow q[/itex] stuff to show what you mean.
 
f(A) = {1 , 2, 3}, f(B) = {1, 2}, so there intersection is {1, 2} (not {1, 2, 3} as you have)
 
I'm sorry I'm on crack, A = {1, 2, 3}, B = {1, 3, 4} and f = {(1,1), (2,3), (3,1), (4,4)}.

So the counterexample was messed up but that doesn't answer my question.
 
daveyinaz said:
I'm sorry I'm on crack, A = {1, 2, 3}, B = {1, 3, 4} and f = {(1,1), (2,3), (3,1), (4,4)}.

So the counterexample was messed up but that doesn't answer my question.

that function is not injective and your question is not clear

the function you just typed does show that the statement f(A n B) = f(A) n f(B) for all sets A, B, and any function f isn't necessarily true, and as you already know, it's true if f is injective
 
Last edited:
Are you serious!??! Did you even read what I wrote?

If f is not injective! Obviously you need to move on to another thread where you can answer more appropriately.
 
  • #10
daveyinaz said:
Are you serious!??! Did you even read what I wrote?

If f is not injective! Obviously you need to move on to another thread where you can answer more appropriately.

I get the feeling you are trying to start one of those long posts over something silly like (0/0 = 1?). Best of luck in your efforts.
And don't worry, I'm done here:)
 
Last edited:
  • #11
thanks.

For the sake of it. We can answer the above statement assuming A and B are any set,

if [itex]f[/itex] is not injective, then [itex]f(A \cap B) \neq f(A) \cap f(B)[/itex].

Proof: Suppose that [itex]f[/itex] is not injective, then that means that [itex]\exists x_1, x_2[/itex] such that [itex]x_1 \neq x_2[/itex] and [itex]f(x_1) = f(x_2)[/itex]. Let [itex]A = \{x_1\}[/itex] and [itex]B = \{x_2\}[/itex] to show that [itex]f(A) \cap f(B) \not\subseteq f(A \cap B)[/itex].

The thing that gets me is that the last part is still a counterexample, using any element but still a counterexample nonetheless...just like the first thing I posted. So the only thing I might find wrong with this is that instead of using arbitrary elements like x_1 and x_2, we assigned them values. Of course, it's still in the same vein and which is the question I'm asking. How much different are these two "proofs"?
 

Similar threads

  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 3 ·
Replies
3
Views
15K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
14K