Surjective and bijective mapping

In summary, a surjective mapping between Hilbert spaces is a map from one set to another where every element in the second set has a corresponding element in the first set. This is also known as being "onto." A bijective mapping is both injective and surjective, meaning every element in the second set has a unique preimage in the first set. In other words, there are no leftover elements in the second set. This concept is typically taught in first year undergraduate math and is fundamental in understanding Hilbert spaces.
  • #1
Bernoulli
6
0
Hi, can anyone tell me what a surjective mapping between Hilbertspaces is? That is: what does surjective mean? What about bijective?

I mean what is special about a mapping if it is sujective or bijective?
 
Physics news on Phys.org
  • #2
A map f:X -> Y is

injective if f(x)=f(z) => x=z, ie for any point in the image there is a unique preimage.

surjective if for all y in Y there is an x in X such that f(x)=y

bijective if it is both injective and surjective


A map has an inverse iff it is bijective.

I don't understand how you've got to Hilbert Spaces without being taught this.
 
  • #3
Thanks for fast reply...

I must have been away when they told us that.
 
  • #4
It's just that the definition of inj and surj and hence bijection is 1st year undergrad maths, if not school, and hilbert spaces is 2nd or 3rd year undergraduate maths.
 
  • #5
The terms "one-to-one" and "onto" are sometimes used for "injective" and "surjective".

A function from one set to another (doesn't have to be a Hilbert Space) is "injective" or "one-to-one" if and only if f(x)= f(y) implies x= y. In other words, only one value of x gives anyone value of y.

A function from one set to another is "surjective" or "onto" if and only if for every y in the range set, there exist x in the domain such that f(x)= y. In other words, there are no "left over" members of the range set.
 
  • #6
Im in my third year now, and i never really heard the formal definition on this before. I came across the words in a book and i just wondered what they ment.

But anyway, this seams like a very good site.
 

FAQ: Surjective and bijective mapping

What is the difference between surjective and bijective mapping?

Surjective mapping, also known as onto mapping, is a function where every element in the output set has at least one corresponding element in the input set. This means that every element in the output set is being mapped to, or covered by, at least one element in the input set. Bijective mapping, also known as one-to-one correspondence, is a function where every element in the output set has a unique corresponding element in the input set. This means that each element in the output set is being mapped to one and only one element in the input set.

How can I determine if a mapping is surjective or bijective?

To determine if a mapping is surjective, you can check if every element in the output set is being mapped to by at least one element in the input set. If this is true, then the mapping is surjective. To determine if a mapping is bijective, you can check if every element in the output set is being mapped to by exactly one element in the input set. If this is true, then the mapping is bijective.

What is the significance of surjective and bijective mapping?

Surjective and bijective mapping are important concepts in mathematics and computer science. These types of mappings allow for a one-to-one correspondence between elements in different sets, making it possible to perform operations such as inverses and compositions. Bijective mapping is also used in cryptography to ensure that no information is lost or duplicated during encryption and decryption.

What is an example of a surjective and bijective mapping?

An example of a surjective mapping is the function f(x) = x^2, where the input set is all real numbers and the output set is all non-negative real numbers. Every non-negative real number has at least one corresponding element in the input set (for example, 4 is mapped to by both 2 and -2). An example of a bijective mapping is the function g(x) = 2x+1, where the input set is all real numbers and the output set is all real numbers. Every real number has a unique corresponding element in the input set (for example, 7 is only mapped to by 3).

How are surjective and bijective mapping related to injective mapping?

Surjective and bijective mapping are both types of injective mapping, which is a function where no two elements in the input set are mapped to the same element in the output set. While surjective mapping ensures that every element in the output set is being mapped to, bijective mapping goes a step further and ensures that every element in the output set is being mapped to only once. Injective mapping is important in mathematics and computer science for its ability to preserve information and allow for efficient operations.

Back
Top