The not operator inverses a Boolean value.
not(Boolean value)
not(True)
The formula returns the Boolean value False.