Show Explicit Bijection Between Sets (0,1)

  • Thread starter Thread starter jihyel
  • Start date Start date
  • Tags Tags
    Bijection Set
AI Thread Summary
To show an explicit bijection between sets, one must define a function that pairs each element of one set uniquely with an element of another set. For example, a bijection can be illustrated with finite sets, such as mapping A = {0, 1, 2, 3, 4} to B = {8, 9, 10, 11, 12} using the function f(a) = a + 8. When discussing the interval (0, 1), it is essential to specify the target set for the bijection, as a bijection must connect two distinct sets. The conversation emphasizes the need for clarity in defining both sets involved in the bijection. Understanding the concept of bijection is crucial for establishing these mappings effectively.
jihyel
Messages
3
Reaction score
0
How can I show an explicit bijection between sets?
anyidea?
how about with (0,1)?
 
Last edited:
Physics news on Phys.org
You just write down a function. Do you know what the definition bijection is?

For example, if you want to show a bijection between A = {0, 1, 2, 3, 4} and B = {8, 9, 10, 11, 12} you could write
f: A \to B, f(a) = a + 8
(for finite sets, you can also write it out as: define f by f(0) = 8, f(1) = 9, ..., f(4) = 12).

how about with (0,1)?
How about it? If you mean: how about a bijection, you are asking half a question. A bijection is always between two sets. "How about a bijection from (0, 1) to (3, 4)", or "from (0, 1) to (0, 1)", or "between (0, 1) and (-2, 2)" would make sense.
 
Compuchip is correct. Think over it.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...

Similar threads

Replies
10
Views
2K
Replies
2
Views
12K
Replies
7
Views
2K
Replies
9
Views
2K
Replies
14
Views
3K
Replies
15
Views
2K
Back
Top