Quick questions about equality of functions

  • Context: Undergrad 
  • Thread starter Thread starter sutupidmath
  • Start date Start date
  • Tags Tags
    Functions
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
sutupidmath
Messages
1,629
Reaction score
4
Well, i was reading a book lately about functions, and when it came to define the equality of two functions it defined something like this:

Let f:A->B and g:C->D be two functions.

We say that these two functions are equal if:

1.A=C
2.B=D and
3.f(x)=g(x) for all x in A=C.


I guess i have always overlooked it, but is 2. a little bit redundant. I mean, would a more precise statement be to say that if: ran{f}=ran{g}, rather than in terms of Codomains of these functions?

The reason i say this is that, for example:

Let: f:N-->R be a function from Naturals to Reals defined as follows: f(n)=n+1

and, let g:N-->Z be a function from Naturals to integers defined also as: g(n)=n+1

From here we see that their domains are the same, the ranges are the same and also f(n)=g(n) for every n in the domain. Can we say from here that these two functions are the same, or not? I would say yes, but maybe i am overlooking something.

THnx
 
Mathematics news on Phys.org
By the definition given in your book, then no they aren't equal and that is the ordinary definition. I have never seen them defined in terms of ranges instead of codomains. Properties such as surjectiveness would stop making sense. Consider the floor function; with the real numbers as the codomain it would not be surjective, but with the integers as the codomain it would be surjective, but by your definition they are equal so functions can be both surjective and not surjective.
 
Well, yeah that makes sense.

Thnx