represents the domain of non-positive real numbers.
NonPositiveReals
represents the domain of non-positive real numbers.
Details
- x∈NonPositiveReals evaluates immediately if x is a numeric quantity.
- Simplify[expr∈NonPositiveReals,assum] can be used to try to determine whether an expression corresponds to a non-positive real number under the given assumptions.
- (x1|x2|…)∈NonPositiveReals and {x1,x2,…}∈NonPositiveReals test whether all xi are non-positive real numbers.
- NonPositiveReals is output in StandardForm and TraditionalForm as
. This typeset form can be input using
npreals
.
Examples
open all close allBasic Examples (3)
is a non-positive real number:
Element[-Pi ^ E, NonPositiveReals]If
is a real number,
is a non-positive real number:
Simplify[Sin[x] - 1∈NonPositiveReals, x∈ℝ]Find non-positive real solutions of an equation:
Reduce[x ^ 5 - 2x + 1 == 0, x, NonPositiveReals]Scope (4)
Test if a numeric quantity is non-positive:
Sin[1]∈NonPositiveRealsMake domain membership assumptions:
Refine[Sign[Im[x + I y]], (x | y)∈NonPositiveReals]Integrate[Abs[1 - Abs[x - 2]], x, Assumptions -> x∈NonPositiveReals]Specify the default domain over which a function should work:
Reduce[E ^ x - 2x == 3, x, NonPositiveReals]Resolve[Exists[x, y == Sqrt[x]], NonPositiveReals]Test whether several numbers are non-positive reals:
(x | y | -1)∈NonPositiveRealsIf any number is explicitly not a non-positive number, the result is False:
{x, y, 1}∈NonPositiveRealsApplications (1)
Properties & Relations (4)
Membership in NonPositiveReals is equivalent to membership in Reals along with non-positivity:
x∈NonPositiveRealsNonPositiveReals contains NonPositiveRationals and NonPositiveIntegers:
Refine[x∈NonPositiveReals, x∈NonPositiveRationals]Refine[x∈NonPositiveReals, x∈NonPositiveIntegers]NonPositiveReals is contained in Complexes:
Refine[x∈ℂ, x∈NonPositiveReals]NonPositiveReals is disjoint from PositiveReals:
Reduce[x∈PositiveReals, x, NonPositiveReals]It intersects NonNegativeReals:
Reduce[x∈NonNegativeReals, x, NonPositiveReals]Related Guides
History
Text
Wolfram Research (2019), NonPositiveReals, Wolfram Language function, https://reference.wolfram.com/language/ref/NonPositiveReals.html.
CMS
Wolfram Language. 2019. "NonPositiveReals." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NonPositiveReals.html.
APA
Wolfram Language. (2019). NonPositiveReals. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NonPositiveReals.html
BibTeX
@misc{reference.wolfram_2026_nonpositivereals, author="Wolfram Research", title="{NonPositiveReals}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/NonPositiveReals.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_nonpositivereals, organization={Wolfram Research}, title={NonPositiveReals}, year={2019}, url={https://reference.wolfram.com/language/ref/NonPositiveReals.html}, note=[Accessed: 12-June-2026]}