In logic, a logical connective, also called a truth-functional connective, logical operator or propositional operator, is a logical constant which represents a syntactic operation on well-formed formulas. The formula that results from applying a logical connective to well-formed formulas is a well-formed formula itself. If a logical connective is applied to sentences then the result is a compound sentence, and the truth-value of the resulting compound sentence is determined uniquely by the truth-values of the sentences to which it was applied. Consequently, a logical connective can be seen as a function which maps the truth-values of the sentences to which it is applied to either true or false.
Introduction
The basic logical operators are:
Negation (not) (¬ or ~)
Conjunction (and) (∧ or &)
Disjunction (or) (∨)
Material implication (if...then) (->, => or ⊃)
Biconditional (if and only if) (<->, ≡, or =)
Some others are:
Exclusive disjunction (xor) (<->/)
Joint denial (nor) (↓)
Alternative denial (nand) (↑)
Material nonimplication (->/)
Converse nonimplication (<-/)
Converse implication (<-)
Tautology (T)
Contradiction (⊥)
For example, the statements it is raining and I am indoors can be reformed using various different connectives to form sentences that relate the two in ways which augment their meaning:
It is raining and I am indoors.
If it is raining then I am indoors.
It is raining if I am indoors.
It is raining if and only if I am indoors.
It is not raining.
If we write 'P' for It is raining and 'Q' for I am indoors and we use the usual symbols for logical connectives, then the above examples could be represented in symbols, respectively:
P & Q
P -> Q
Q -> P
P <-> Q
¬P
Reference:
http://en.wikipedia.org/wiki/Logical_connective