bool
for_all (
(
α
)
 
f
, 
list
(
α
)
 
l)
Check whether all elements of an index match a given condition.
f
The condition.
l
A list, possibly empty.
returns
{true} if f returns {true} for all elements of l (in particular if l is empty), {false} otherwise.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.