What is the inverse image of an open set with multiple conditions?

  • Context: Graduate 
  • Thread starter Thread starter Ed Quanta
  • Start date Start date
  • Tags Tags
    Image Inverse Set
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
5 replies · 8K views
Ed Quanta
Messages
296
Reaction score
0
Why is the inverse image of the open set {t|t<1/2},
{t|t>=1/2 or t<1/4}?

the t>+1/2 sort of makes sense to me, but can't seem to grasp how t<1/4 is an inverse image
 
Physics news on Phys.org
What do you mean by inverse image?? A set has an image or inverse image under some function. What function are you talking about?

(My first week in grad school, I was called upon to do a proof in class about "inverse image" of sets. I completely embarrased myself by assuming that, since the word "inverse" was used, f must have and inverse function!)
 
HallsofIvy said:
What do you mean by inverse image?? A set has an image or inverse image under some function. What function are you talking about?

(My first week in grad school, I was called upon to do a proof in class about "inverse image" of sets. I completely embarrased myself by assuming that, since the word "inverse" was used, f must have and inverse function!)

http://www.csh.rit.edu/~pat/math/papers/topology/topology.pdf

At the end of section 3.2 on Multipilication of Paths, they speak of the inverse image of the open set I mentioned earlier.

I suppose the function is the step function y=2t when 0<=t<1/2
and y=0 when t>=1/2

Thanks for the replies
 
Yes, and it specifically refers to the inverse image under a given function. In particular, the function of the problem you are referring to (on page 5 of your reference) is :
&tau;&sigma;(t)= 2t if 0<= x< 1/2
0 if x>= 1/2
and notes that this is not a "path" because it is not continuous (as mathwonk pointed out from the given solution). (&tau;(t) and &sigma;(t) were defined separately.)

We really need to know that before we can answer your question!

Now, what is the inverse image of {t|t< 1/2}?
That is, what are the values of t such that &tau;&sigma(x)< 1/2?

Well, certainly 0< 1/2 so all t> =1/2 qualifies.
In order that 2t< 1/2, we must have t<1/4. That is certainly less than 1/2 so it fits the formula.
f(t)< 1/2 as long as t is either < 1/4 or >= 1/2 as claimed.
 
Ah, I see. Thanks for clearing up.