How do I denote the largest member of a set?

  • Level: High School 
  • Thread starter Thread starter bomba923
  • Start date Start date
  • Tags Tags
    Notation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
5 replies · 2K views
bomba923
Messages
759
Reaction score
0
Let's say I have a set {A}. How do I denote the largest member of that set?
For example, let's say I have a solution set of discrete values. How do I denote the largest solution?

Basically, with any set, how do I denote the largest member of that set? What symbol/s do I use !?
 
Physics news on Phys.org
What's wrong with something like [tex]max(A)[/tex]??
 
That is the formal/accepted way of expressing it (the largest member of a set), right?
 
Do maximums differ from least upper bounds (supremums)? The definitions I found didn't clear this up. Edit: Eh, because I was going to say supremum.
 
AFAIK, the maximum of a set must necessarily be a member of the set as well. So for example, {1 - 1/n; n a natural} has a supremum, but no maximum.
 
Muzza is absolutely correct.

given a set (presumably of real numbers) there is no reason for that set to even have a greatest element, even if it is bounded above (ie all elements are less than some constant K). The sup is the smallest such K that bounds them above, and this is the max if and only if K is an element of the set.

Note, that this only applies to infinite sets. Any finite set of points must have a maxmimum.