The negation of a statement is an operation on one statements that creates another statement that represents the logical opposite of the original statement. For example the negation of "Christen does not like dogs" would be "Christen likes dogs". Negation can be represented symbolically with a
| T | F |
| F | T |
Double negation is the process of negating a statement that has already been negated. This returns the original statement to its original form. This means that the original statement is logically equivalent to it's double negation.
| T | F | T |
| F | T | F |