P | ~P | ~(~P) | ~(~(~P)) | ~(~(~(~P))) | … |
TRUE | FALSE | TRUE | FALSE | TRUE | … |
FALSE | TRUE | FALSE | TRUE | FALSE | … |
The tilde (~) represents the negation function in logic. When you use the word not in a sentence, you are using the negation function. It flips the truth value of a statement. For example, since the statement "15 is divisible by 5" is true, its negation "15 is not divisible by 5" is false.
Back to Index Page Back to Math Trick Menu
© Derek Cumberbatch