Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / New in Version 5.0 / Algebraic Computation /

ForAll

FilledSmallSquare ForAll[x, expr] represents the statement that expr is True for all values of x.

FilledSmallSquare ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond.

FilledSmallSquare ForAll[, , ... , expr] states that expr is True for all values of all the .

FilledSmallSquare ForAll[x, expr] can be entered as . The character can be entered as AliasIndicatorfaAliasIndicator or \[ForAll]. The variable x is given as a subscript.

FilledSmallSquare ForAll[x, cond, expr] can be entered as .

FilledSmallSquare In StandardForm, ForAll[x, expr] is output as .

FilledSmallSquare ForAll[x, cond, expr] is output as .

FilledSmallSquare ForAll can be used in such functions as Reduce, Resolve and FullSimplify.

FilledSmallSquare The condition cond is often used to specify the domain of a variable, as in x Integers.

FilledSmallSquare ForAll[x, cond, expr] is equivalent to ForAll[x, Implies[cond, expr]].

FilledSmallSquare ForAll[, , ... , ... ] is equivalent to .

FilledSmallSquare The value of x in ForAll[x, expr] is taken to be localized, as in Block.

FilledSmallSquare See Section 3.4.11.

FilledSmallSquare See also: Exists, Resolve, Reduce, Element, Blank, SolveAlways.

FilledSmallSquare New in Version 5.0.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.