Finding a Minimum Value for a Continuous Function on a Compact Set

  • Thread starter Thread starter trap101
  • Start date Start date
  • Tags Tags
    Property
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 · 2K views
trap101
Messages
339
Reaction score
0
Suppose S[itex]\subset[/itex]ℝn is compact, f: S-->R is continous, and f(x)>0 for every x [itex]\in[/itex]S. Show that there is a number c>0 such that f(x) ≥ c for every x[itex]\in[/itex]S.
Attempt:
Since S is contained in Rn is compact, then S is closed and bounded.
By the extreme value thm there exists values a,b that are an absolute minimum and absolute maximum respectively. Let c = f(a). Therefore by EVT f(c) ≤ f(x) in R.Well I have the solution manual and their solution is way different to what I attempted. Is there anything right about this?
 
Physics news on Phys.org
micromass said:
Also, this should be c≤f(x).

But isn't c [itex]\in[/itex] S. SO wouldn't the function map c to f(c)?


micromass said:
Your solution is correct. You might want to explain why c>0 however.


Is the fact c having to be positive because if c < 0 ==> f(a) < f(c) ?
 
got it now, thanks foe the help.