M HYPE SPLASH
// news

Notation for "A does not imply B"

By Sarah Scott
$\begingroup$

I'm looking for a way to express A being true does not imply B. I know that A implies B can be written as $A \rightarrow B$, but what about A does not imply B? $A \not\rightarrow B$?

$\endgroup$ 7

2 Answers

$\begingroup$

If you use a generic $\to$ or $\Rightarrow$ for imply then slash through for the not-imply.

But you can perhaps do better. If you actually mean syntactic entailment (so non-implication is a matter of there being no proof from $A$ to $B$ in the relevant proof system) then $A \nvdash B$ is available and absolutely standard.

If you actually mean semantic entailment (so non-implication is a matter of there being a valuation which makes $A$ true without making $B$ true) then $A \nvDash B$ is available and quite standard.

$\endgroup$ 1 $\begingroup$

Usually, we use double arrows for implications: $A\Rightarrow B$. You can use a crossed out double arrow for does not imply: $A\nRightarrow B$. In LaTeX, these are "\Rightarrow" and "\nRightarrow", respectively.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy