Friday, December 13, 2019

functions - Do we have always f(AcapB)=f(A)capf(B)?





Suppose A and B are subsets of a topological space and f is any function from X to another topological space Y. Do we have always f(AB)=f(A)f(B)?



Thanks in advance


Answer



Let yf(AB). So there is an xAB, so f(x)=yf(AB). Then obviously xA, so y=f(x)f(A). Also xB, so y=f(x)f(B). This proves that f(AB)f(A)f(B).




Now for the other way: as an example, say that f:RR and A=[0,1] and B=[2,3], can you find both sides for a simple example of f?


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...