Intro Analysis - Proof - max M

Click For Summary

Homework Help Overview

The discussion revolves around a proof concerning the existence of a maximum element in a finite non-empty subset of the real numbers, denoted as S ⊆ R. The original poster expresses uncertainty about their proof approach and seeks clarification on the use of induction in this context.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants discuss the validity of the original proof attempts, questioning the choice of starting with S={1} and the interpretation of |S|. There are suggestions to clarify the problem statement and to use induction based on the number of elements in S rather than specific values.

Discussion Status

Some participants have provided guidance on how to properly structure the proof using induction, emphasizing the need to define the size of the set S correctly. There is an ongoing exploration of the implications of assuming different sizes for S and how that affects the proof.

Contextual Notes

Participants note the importance of understanding the definitions involved, particularly regarding the notation |S| and the distinction between elements of S and the size of S. The original poster has indicated a desire for hints rather than complete solutions, reflecting a commitment to learning.

brntspawn
Messages
12
Reaction score
0

Homework Statement


If S[tex]\subset[/tex]R is finite and non-empty, then S has a maximum.

Can someone look over this? I struggled a bit in my first proof class, which is why I am asking for help, so I really am unsure if this is right at all.

Let S={1}
So 1[tex]\in[/tex]R such that for all x[tex]\in[/tex]S, 1[tex]\geq[/tex]x
So 1 is an upper bound for S
1[tex]\in[/tex]S, so by definition 1=max S
Let S={m+1}
Then m+1>m for all m[tex]\in[/tex]S
So m+1 is an upper bound for S
Since m+1[tex]\in[/tex]S, then by definition m+1=max S
Therefore if S[tex]\subset[/tex]R is finite and non-empty, then S has a maximum.
 
Physics news on Phys.org
Does R represent the real numbers, so S is a finite subset of R? If so, why would you suppose 1 is in S? And why would 1 be an upper bound for S. Your "proof" looks very confused. And why would you be using induction?

Perhaps if you gave a careful complete statement of the problem, we could give helpful suggestions.
 
Your 'proof' is complete gibberish. On the other hand, induction isn't a bad idea, as LCKurtz suggests. But do induction on the number of elements in S.
 
What I posted was the entire problem. Yes R was for the set of Reals. It had a hint with it: Use induction, which is why I was trying to use induction.
Like I said I struggled in the intro class, so it is not surprising to me that my proof looks confusing.
I assume starting with S={1} is where my problems start, I was thinking that if S is finite in the reals, I could choose any number and go from there. The way we were taught induction was to show it was true for 1 first which is why I chose 1.
I am not looking for the problem to be done, as I very much need to be able to do this on my own, so hints in the right direction would be great.
 
brntspawn said:
What I posted was the entire problem. Yes R was for the set of Reals. It had a hint with it: Use induction, which is why I was trying to use induction.
Like I said I struggled in the intro class, so it is not surprising to me that my proof looks confusing.
I assume starting with S={1} is where my problems start, I was thinking that if S is finite in the reals, I could choose any number and go from there. The way we were taught induction was to show it was true for 1 first which is why I chose 1.
I am not looking for the problem to be done, as I very much need to be able to do this on my own, so hints in the right direction would be great.

That's a good attitude. But don't start with S={1}. That doesn't lead anywhere. Start with assuming that the number of elements in S, call it |S|, is 1. If S has one element can you prove it? Now proceed by induction on the number of elements in S, not the contents of S.
 
Thanks Dick, I will work with that, I replied before seeing your post.
 
Ok, let's see if this is any better:

Assume |S|=1
so -1[tex]\leq[/tex]S[tex]\leq[/tex]1
since 1[tex]\in[/tex][tex]\Re[/tex] and [tex]\forall[/tex]s[tex]\in[/tex]S, 1[tex]\geq[/tex]s, then by definition 1 is an upper bound
since 1[tex]\in[/tex]S then 1=max(S)
Thus true for 1, now consider the case for m+1
Assume |S|=m+1
then -m-1[tex]\leq[/tex]S[tex]\leq[/tex]m+1
[tex]\forall[/tex]m[tex]\in[/tex]S, m+1>m and since m+1[tex]\in[/tex] S and therefore m+1[tex]\in[/tex] [tex]\Re[/tex] then by definition m+1=Max(S)
Therefore if S[tex]\subset[/tex]R is finite and non-empty, then S has a maximum.
 
brntspawn said:
Ok, let's see if this is any better:

Assume |S|=1
so -1[tex]\leq[/tex]S[tex]\leq[/tex]1
since 1[tex]\in[/tex][tex]\Re[/tex] and [tex]\forall[/tex]s[tex]\in[/tex]S, 1[tex]\geq[/tex]s, then by definition 1 is an upper bound
since 1[tex]\in[/tex]S then 1=max(S)
Thus true for 1, now consider the case for m+1
Assume |S|=m+1
then -m-1[tex]\leq[/tex]S[tex]\leq[/tex]m+1
[tex]\forall[/tex]m[tex]\in[/tex]S, m+1>m and since m+1[tex]\in[/tex] S and therefore m+1[tex]\in[/tex] [tex]\Re[/tex] then by definition m+1=Max(S)
Therefore if S[tex]\subset[/tex]R is finite and non-empty, then S has a maximum.

What about when m+1 is not in S? I mean an open set would also have a maximum though not included in the set itself or let's speak technically and say it's supremum or the least upper bound which cannot be exceeded by any x in S. How can you prove that one with induction? Remember on the real line the supremum of any set is the same as that of its set closure.
 
Your problem that you are completely misinterpreting "|S|= 1" which I assume you saw somewhere. "S" is a set, not a number. |S| is "the number of elements in set S" or "the size of S". It has nothing whatsoever to do with the size of the numbers in S. Saying |S|= 1 does NOT mean "S= 1" or "S= -1" or that those numbers are in S, not does it mean that members of S are between -1 and 1, it just means that there is exactly one number in S. And, if there is only one number in S, that number must be the "largest" number in S.

Now, assume that, whenever |S|= k (that is, whenever as set S has k members), it has a largest member, max(S). Let T be a set containing k+1 members. Let "x" be anyone of those members and S be the set T- {x}, that is, S is T with the single member x removed. Then S has exactly k members. What can you say about the largest members of S and T?
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
920
  • · Replies 4 ·
Replies
4
Views
1K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
34
Views
4K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K