Boolean Complement is denoted by a bar on top , " ¬ " or by "Not". This simply says the value is the opposite.
Examples:
Boolean Complement
Boolean Sum
Boolean Product
NOT False = True
NOT True = False1,
NOT 0 = 1
NOT 1 = 01,
¬0 = 1
¬1 = 01,