Largest x for which an equation is true

  • Thread starter Thread starter Cinitiator
  • Start date Start date
AI Thread Summary
The discussion focuses on expressing the largest x for which an equation A(x) = B(x) holds true using mathematical notation. The notation max{x ∈ R : A(x) = B(x)} is proposed, indicating the largest real number satisfying the equation. It is clarified that while many solution sets may not have a largest value, some bounded sets, even if infinite, can have a maximum element. The conversation also touches on the classification of this notation, identifying it as set-builder notation and discussing the max operator's recognition in mathematics. Overall, the thread emphasizes the importance of understanding the conditions under which a largest value exists in solution sets.
Cinitiator
Messages
66
Reaction score
0

Homework Statement


How to use mathematical notation to express the largest x for which an equation is true?

For example, how to express the largest x for which A(x) = B(x)? I need to be able to give the instruction to find the largest x for which A(x) = B(x) is true, but I wonder if it can be written down in a more algebraic manner, instead of relying purely on language.

Homework Equations


-


The Attempt at a Solution


-
 
Physics news on Phys.org
Cinitiator said:

Homework Statement


How to use mathematical notation to express the largest x for which an equation is true?

For example, how to express the largest x for which A(x) = B(x)? I need to be able to give the instruction to find the largest x for which A(x) = B(x) is true, but I wonder if it can be written down in a more algebraic manner, instead of relying purely on language.

Homework Equations


-


The Attempt at a Solution


-

max{x \in R : A(x) = B(x)}

In words, this repesents the largest real number x for which A(x) = B(x). You didn't say, but I'm assuming you mean real number values.

Typically, this would be a set with a finite number of values in it, of which you want the largest. If the solution set of the equation A(x) = B(x) has infinitely members, there won't be a largest value.
 
Mark44 said:
max{x \in R : A(x) = B(x)}

In words, this repesents the largest real number x for which A(x) = B(x). You didn't say, but I'm assuming you mean real number values.

Typically, this would be a set with a finite number of values in it, of which you want the largest. If the solution set of the equation A(x) = B(x) has infinitely members, there won't be a largest value.

Thanks a lot for your input.

How is the type of notation which is used in this case called? What branch of mathematics does it belong to (especially the max operator)? Formal logic?
 
\{x\in R: A(x)= B(x)\}is "set buider notation". It specifices the set of all real numbers, x, such that A(x)= B(x). And the "max" in front is an operator that returns the largest member of the set.
 
HallsofIvy said:
\{x\in R: A(x)= B(x)\}is "set buider notation". It specifices the set of all real numbers, x, such that A(x)= B(x). And the "max" in front is an operator that returns the largest member of the set.
<br /> <br /> Thanks for your input.<br /> <br /> Is there any documentation of the max operator? Is it recognized in the mainstream mathematics?
 
Cinitiator said:
Thanks for your input.

Is there any documentation of the max operator? Is it recognized in the mainstream mathematics?
You are way overthinking this. When applied to a set for which it makes sense (finite set of elements that have an inherent ordering), the max of the set is the largest element.

This is well known in mathematics.

Putting on my moderator hat: You now have three or four threads, all asking more-or-less the same question. Do not start a new thread on this same subject.
 
Mark44 said:
Typically, this would be a set with a finite number of values in it, of which you want the largest. If the solution set of the equation A(x) = B(x) has infinitely members, there won't be a largest value.
Sorry for butting in, but did you actually mean to say that?

What if the solution set was:

\{ x \in \mathbb{R} : 0 \leq x \leq 1 \}

or

\{ n \in \mathbb{Z} : n \leq 0 \}

to take two very simple examples?

These two sets both have infinitely many members, but they each have a largest value (1 and 0, respectively).

Apologies if I have misunderstood.
 
Mark44 said:
If the solution set of the equation A(x) = B(x) has infinitely members, there won't be a largest value.

oay said:
Sorry for butting in, but did you actually mean to say that?

What if the solution set was:

\{ x \in \mathbb{R} : 0 \leq x \leq 1 \}

or

\{ n \in \mathbb{Z} : n \leq 0 \}

to take two very simple examples?

These two sets both have infinitely many members, but they each have a largest value (1 and 0, respectively).

Apologies if I have misunderstood.

Thanks for correcting me - you're absolutely right. I was thinking in terms of solutions to various kinds of equations, where the solutions are discrete, and didn't consider the possibility of a solution set that was bounded interval.
 
Mark44 said:
I was thinking in terms of solutions to various kinds of equations, where the solutions are discrete, and didn't consider the possibility of a solution set that was bounded interval.
Strange reply, but I'm sure you know what you're talking about! :smile:
 
  • #10
oay said:
Strange reply, but I'm sure you know what you're talking about! :smile:

The correct correction is: An infinite set of reals does not necessarily have a largest element. Of course some sets of reals do have a largest element.
 
Back
Top