2

What is the symbol for demonstrating syntactic conversion (transformation or translation)? For example, I want to show a calculation sequence, from $ \neg ( A \wedge B ) $ to $ \neg A \vee \neg B $. Now I just use $ \vdash $: $ \neg ( A \wedge B ) \vdash \neg A \vee \neg B $. Is there a suitable symbol to replace $ \vdash $?

Thank you.

Kejia

Uticensis
  • 3,311
WIZARDELF
  • 187

3 Answers3

1

P :⇔ Q means P is defined to be logically equivalent to Q. This could be a suitable substitution, but I believe what you are using is best suited, since it is literally translated as "is derived from."

0

You could use both $\Leftrightarrow$ (\Leftrightarrow) and $\equiv$ (\equiv), meaning that the statements are logically equivalent.

Joost
  • 101
  • 1
    You might also prefer $\iff$ (\iff), since it is easier to type. – yunone Mar 19 '11 at 23:30
  • That's a nice one! Even better since $\Longleftrightarrow$ (\Longleftrightarrow) is even worse ;) I think there is something like \newcommand{\iff}{\Longleftrightarrow} ;-) – Joost Mar 19 '11 at 23:36
-1

The symbol $\Rightarrow$ (or simply =>) would be my answer for a symbol for transformation, but I think it would be better if it were a single character symbol.

Ramiro
  • 17,521