Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Implication

A logical expression. where the following truth table holds.

Let x and y be some boolean variables.

xyx /\ y
truefalsefalse
falsetruetrue
truetruetrue
falsefalsetrue

For example, it can be used like this:

The statement x implies y would be represented in Conjure Blocks as follows:

Example of an implication expression

and would produce the following Essence Output:

x /\ y