Proving a Relation Satisfies the Transitive Property

  • Thread starter Thread starter Bashyboy
  • Start date Start date
  • Tags Tags
    Property Relation
Bashyboy
Messages
1,419
Reaction score
5

Homework Statement


suppose f~:~A \rightarrow B be a surjective map of sets. Prove that the relation a Rb \iff f(a)=f(b) is a equivalence relation whose equivalence classes are the fibers of f.


Homework Equations





The Attempt at a Solution


I was able to easily prove that the relation satisfied the reflexive and symmetric part, but there are a few details of the transitive case that I am uncertain of. Here is some of my work:

Suppose that (a,b) \in R and (b,c) \in R, meaning that the function f maps the elements a and b to the same element in the codomain, call it \alpha, and the function maps b and c to the same element; that is, f(a) = f(b) and f(b) = f(c). Does this immediately imply that f(a) = f(c), or do I have to do some further reasoning, such as reiterating that f is indeed a function, which means that f can only associate one element in its codomain to each element in its domain, suggesting that f(b) = \alpha = \beta?

For instance, suppose in the problem that f was not specified as a function. Then if f was f(x) = \pm \sqrt(x), then it wouldn't be transitive, right?
 
Physics news on Phys.org
Wait, f is not a function, is it?
 
I also have a few questions relating to the second portion of the question.

From what I have read, it seems that the range and image are two terms for the same concept. And that the image (range) is to the codomain as the pre-image is to the domain; in other words, just as not every element in the codomain is associated with an element in the domain, not every element in the domain is mapped to an element in the codomain. The pre-image is a subset of the domain. The image and pre-image are the actual elements that f acts upon.

Do all of these claims appear to be true?
 
A "map of sets" is a function. In category theory there are other types of maps apparently.
 
Your reasoning for transitivity is correct. You don't need to do anything else.

Bashyboy said:
I also have a few questions relating to the second portion of the question.

From what I have read, it seems that the range and image are two terms for the same concept. And that the image (range) is to the codomain as the pre-image is to the domain; in other words, just as not every element in the codomain is associated with an element in the domain, not every element in the domain is mapped to an element in the codomain. The pre-image is a subset of the domain. The image and pre-image are the actual elements that f acts upon.

Do all of these claims appear to be true?

I would say that is accurate. Apparently some people use "range" to refer to the codomain, but I've never experienced it. I just avoid using the word.
 
Bashyboy said:
I also have a few questions relating to the second portion of the question.

From what I have read, it seems that the range and image are two terms for the same concept. And that the image (range) is to the codomain as the pre-image is to the domain; in other words, just as not every element in the codomain is associated with an element in the domain, not every element in the domain is mapped to an element in the codomain. The pre-image is a subset of the domain. The image and pre-image are the actual elements that f acts upon.

Do all of these claims appear to be true?

As far as I know, the pre-image is the domain, there is no difference. I believe it changed before 1960 (I have read quite a few old books), some time before that one could speak of partial functions or total functions. But not any more, a function is always total, defined on the whole domain.
 
verty said:
As far as I know, the pre-image is the domain, there is no difference. I believe it changed before 1960 (I have read quite a few old books), some time before that one could speak of partial functions or total functions. But not any more, a function is always total, defined on the whole domain.

Edit: I disagreed at first, but upon looking into this, the convention seems to be all over the place. The majority seems to agree with verty, though.
 
Last edited:
Software functions can be partial or total, depending on the preconditions, but mathematicians seem to assume that functions are always total, in my experience. I've paid attention to this because I liked the idea that one could have partial or total functions, but in the books I've read, a mathematical function is always total.

Even in computer science, one might like to say that a software function is partial but the mathematical function being implemented is total. In no recent book have I seen mathematical functions being called partial.
 
Back
Top