Inquiry about axiom of choice.

  • Context: Graduate 
  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Axiom Choice
Click For Summary

Discussion Overview

The discussion revolves around the Axiom of Choice (AOC) and its implications in set theory, particularly in relation to functions and cardinality. Participants explore whether the AOC is necessary for proving certain properties of functions, such as the existence of injective functions from the codomain of a surjective function back to its domain.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the necessity of the Axiom of Choice in proving that if X is the union of disjoint non-empty sets X_i indexed by I, then the cardinality of X is at least that of I.
  • Another participant asserts that a function defined from I to X must involve selecting an element from each X_i, which invokes the Axiom of Choice.
  • There is a discussion about the nature of functions, with some participants clarifying that a function from I to the power set of X does not suffice to establish a function from I to X without the AOC.
  • Participants discuss the existence of right inverses for surjective functions and the conditions under which such inverses can be defined, noting that this relates to the AOC.
  • Some participants express confusion about the definitions of injective and surjective functions, leading to clarifications about the existence of inverses and the necessity of the AOC in certain proofs.
  • One participant suggests that the AOC may not have been explicitly cited in class but could still be implicitly used in the proofs discussed.

Areas of Agreement / Disagreement

Participants exhibit disagreement regarding the necessity of the Axiom of Choice for certain proofs. While some argue that it is essential for defining functions from sets with multiple preimages, others believe that the proofs can be constructed without invoking the AOC.

Contextual Notes

Some participants note that the definitions and properties of functions, particularly regarding injectivity and surjectivity, are crucial to the discussion. There is an acknowledgment that the AOC is equivalent to many statements in set theory, which may complicate the understanding of its necessity in specific proofs.

MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
i have this question:
if: X=U X_i for every i in I, where X_i's are non empty and are disjoint, then |X|>=|I|.
obvously there's the one to one function from I to X, which is g(i)=X_i, but my question is according to my text i need to use here the axiom of choice, i don't think i used here the axiom of choice, is there another way to prove this statement with the axiom of choice?

and also I am not sure my approach is correct cause X_i is a subset of X and not an element in X.
perhaps g is a one to one from I to P(X)\{empty set}, and from the axiom of choice we are assurd that there exists a function f:P(X)\{empty set}->X so if we take fog we have a function from I to X which is one to one cause g is one to one:
fog(i)=fog(j)=> f(X_i)=f(X_j) and f(X_i) is in X_i and f(X_j) is in X_j for every X_i in P(X)\{empty set}, so X_i and X_j arent disjoint which means that i=j.
am i correct here?
 
Physics news on Phys.org
Your notional function g above is defintely not a function from I to X. It is a function from I to the power set of X. To get a function from I to X you must pick an element of each X_i. This is where you're invoking the axiom of choice.

Your composition with some function f from P(X) to X is what is needed.
 
Last edited:
so what i wrote in the third paragraph is correct?
 
i have another question, unrelated to AOC.
i need to show that if f:X->Y is onto, then there exists a 1-1 function g:Y->X such that f(g(y))=y for every y inY. (we did it in class but I am trying to prove it again)
obviously, f(X)=Y but i forgot how lecturer proved, and it's mess to even search it in my clipboard, any help trying to invoke my memory? (-:
 
You could invoke "every 1-1 is invertible"?
 
But every 1-1 is not invertible. Every surjection has a RIGHT (duh, edited correction) inverse. You just pick an inverse image for every point.
 
Last edited:
I think the word invertible is typically used in the context of two-sided inverses.
Functions with two-sided inverses are bijective.
Every injective function has a left inverse.
Every surjection has a right inverse.

Clearly, every surjection does not have a left inverse.

There is a closely related theorem to the one stated in post #4.
If your f is (instead) injective, then there exists a left inverse (your g) that is surjective.
 
I was interpreting and using "1-1" for "1-1 correspondence" (a bijection); I admit it is confusing because I now understand that 1-1 stands for an injection.
 
Last edited:
matt grime said:
But every 1-1 is not invertible. Every surjection has a RIGHT (duh, edited correction) inverse. You just pick an inverse image for every point.
And I guess that's how this question relates to the AOC.
 
  • #10
Read post 2, lines 1-2.
 
  • #11
I have. The reason for #9 is that in #4 the OP said the question about inverses is unrelated to the AOC. But I think it is related.
 
  • #12
It is clear how to use the result in post 1 to prove this result. I is just the image, and X_i is the preimage of i in I.
 
  • #13
matt grime said:
But every 1-1 is not invertible. Every surjection has a RIGHT (duh, edited correction) inverse. You just pick an inverse image for every point.
so you mean if f:X->Y is onto Y, then f(X)=Y let x be in X, such that there exists y=f(x) then f^-1({y})={x in X| f(x)=y}, we pick g:Y->f^-1({y}) so g(y)=x, and f(g(y))=y, so g(y) is injective, and thus g:Y->X is 1-1.
i feel something is missing, cause for example if two elements from X are mapped onto one element in Y, then f^-1 of this elelment in y has two elements.
 
  • #14
loop quantum gravity said:
so you mean if f:X->Y is onto Y, then f(X)=Y let x be in X, such that there exists y=f(x) then f^-1({y})={x in X| f(x)=y}, we pick g:Y->f^-1({y}) so g(y)=x, and f(g(y))=y, so g(y) is injective, and thus g:Y->X is 1-1.
i feel something is missing, cause for example if two elements from X are mapped onto one element in Y, then f^-1 of this elelment in y has two elements.
g needs to be a function, so g cannot point to two elements in X. IMHO I think that's where the AOC could be useful.
 
  • #15
loop quantum gravity said:
so you mean if f:X->Y is onto Y, then f(X)=Y
Yes.

let x be in X,
this won't do anything since we are never going to assume that g will be surjective (this can only happen if f is a bijection). Thus there is no point trying to construct something for any x in X.

such that there exists y=f(x) then f^-1({y})={x in X| f(x)=y}, we pick g:Y->f^-1({y})

g is *not* a function from Y to f^{-1}(y).

Given y in Y define g by making some choice of an x in f^{-1}(y) for each y in Y.
 
  • #16
the only thing i can see is, that g(y)=x such that f(g(y))=y.
 
  • #17
In your OP you proposed "g(i)=X_i" which led others to think that the way you defined it, g was not a function, or, in any case, g was not the answer that the problem was seeking. I think you need to invoke the AOC to redefine g:Y--->X such that g(y) = x for some element y of Y and some element x of X. You really need to think carefully about the domain and the range of g and its stated properties (it is a function, and it is 1-1, and it satisfies f(g(y))=y). Then think about why you need the AOC to get there -- what is the obstacle that you need to remove by invoking the AOC spell, as J. K. Rowling would put it? (Remember, these spells are very specific.)
 
  • #18
enumaelish, my second question is unrelated to my first question to which i already got an naswer to.
this questiom I am asking now is to prove that if f:X->Y is onto Y then there exists g:Y->X which is injective.
 
  • #19
Sorry, but the point also applies to the later question. It is tempting to write g = f^-1, which was my first instinct, too (but wrong). Since f is onto, it is possible that the inverse of f for each y will be multiple x's (a set). Since g is required to be a function, g = f^-1 will not do. (The value of g can only be a single _element_ in X.) It is this obstacle that you can remove by the AOC.
 
  • #20
but in class we proved this statement without the use of AOC.
i see i need to recheck my notes, cause you appraently can't help me.
 
  • #21
Just because you did not cite the AoC does not mean you did not use it. It is equivalent to many other statements. And make sure you cite all assumptions on X, Y, and f.
 
  • #22
loop quantum gravity said:
but in class we proved this statement without the use of AOC.
i see i need to recheck my notes, cause you appraently can't help me.
Yes, checking your notes will be a good idea at this point.
 
  • #23
loop quantum gravity said:
but in class we proved this statement without the use of AOC.

The statement that "every surjective function has a right inverse" is equivalent to the axiom of choice.
 

Similar threads

Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K