NoneTrue
✖
NoneTrue
Examples
open allclose allBasic Examples (4)Summary of the most common use cases
Check if no element of a list satisfies a condition:

https://wolfram.com/xid/0i1rje2lw-dmyv5c


https://wolfram.com/xid/0i1rje2lw-r3a7du

Check if no element of a matrix satisfies a condition:

https://wolfram.com/xid/0i1rje2lw-c58isg


https://wolfram.com/xid/0i1rje2lw-yzzx3s

Check if no value of an association satisfies a condition:

https://wolfram.com/xid/0i1rje2lw-t42758

A symbolic result may be returned:

https://wolfram.com/xid/0i1rje2lw-dnkk96


https://wolfram.com/xid/0i1rje2lw-qpd3e9

Even when the condition applied to some elements is symbolic, a definitive result may be deduced:

https://wolfram.com/xid/0i1rje2lw-q0hl21

TrueQ may be used to avoid getting a symbolic result:

https://wolfram.com/xid/0i1rje2lw-j3yroi

Scope (3)Survey of the scope of standard use cases
NoneTrue may be applied to expressions with any head:

https://wolfram.com/xid/0i1rje2lw-iqxufu


https://wolfram.com/xid/0i1rje2lw-mu8nl5

NoneTrue can operate on ragged expressions:

https://wolfram.com/xid/0i1rje2lw-dhroyv


https://wolfram.com/xid/0i1rje2lw-u44zrz

By default, NoneTrue always operates at level 1:

https://wolfram.com/xid/0i1rje2lw-6naob6


https://wolfram.com/xid/0i1rje2lw-1taj4z


https://wolfram.com/xid/0i1rje2lw-qdmzlr

Properties & Relations (5)Properties of the function, and connections to other functions
Compose the predicate with TrueQ to make the predicate stronger:

https://wolfram.com/xid/0i1rje2lw-jcpn6j

NoneTrue[list,f] is equivalent to AllTrue[list,Composition[Not,f]]:

https://wolfram.com/xid/0i1rje2lw-ozauq7

NoneTrue[list,f] is equivalent to VectorQ[list,Composition[Not,f]] when f evaluates to True or False:

https://wolfram.com/xid/0i1rje2lw-fsyin7

NoneTrue[list,f] works efficiently on sparse vectors:

https://wolfram.com/xid/0i1rje2lw-6gci0y

NoneTrue[list,test] checks the parts of list in order, stopping as soon as test returns True:

https://wolfram.com/xid/0i1rje2lw-5dbhwx

Wolfram Research (2014), NoneTrue, Wolfram Language function, https://reference.wolfram.com/language/ref/NoneTrue.html (updated 2015).
Text
Wolfram Research (2014), NoneTrue, Wolfram Language function, https://reference.wolfram.com/language/ref/NoneTrue.html (updated 2015).
Wolfram Research (2014), NoneTrue, Wolfram Language function, https://reference.wolfram.com/language/ref/NoneTrue.html (updated 2015).
CMS
Wolfram Language. 2014. "NoneTrue." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/NoneTrue.html.
Wolfram Language. 2014. "NoneTrue." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/NoneTrue.html.
APA
Wolfram Language. (2014). NoneTrue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NoneTrue.html
Wolfram Language. (2014). NoneTrue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NoneTrue.html
BibTeX
@misc{reference.wolfram_2025_nonetrue, author="Wolfram Research", title="{NoneTrue}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/NoneTrue.html}", note=[Accessed: 22-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_nonetrue, organization={Wolfram Research}, title={NoneTrue}, year={2015}, url={https://reference.wolfram.com/language/ref/NoneTrue.html}, note=[Accessed: 22-April-2025
]}