Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Discrete Mathematics > Boolean Computation >
Mathematica > Mathematics and Algorithms > Logic & Boolean Algebra > Boolean Computation >

Implies (Implies)

Implies[p, q]
represents the logical implication p=>q.
  • As a Boolean function, Implies[p, q] is equivalent to !p||q.
Certain arguments automatically simplify:
Expand in terms of And, Or and Not:
Do symbolic simplification:
TraditionalForm formatting:
Use Implies to combine two regions:
Symbolic reduction:
Find the area of the complement of the difference of sets given by algebraic conditions:
This shows the set:
Use Implies to express set inclusion:
Truth table for Implies:
Implication of conditions in Boole functions:
New in 1 | Last modified in 3
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team