#What does ! mean in math
23 messages · Page 1 of 1 (latest)
it means factorial
which means that if it comes after a number it multiplies it by all the natural numbers before it
isn't that usually ¬?
Unfortunately there are multiple symbols for like every logic symbol
But yeah it is usually that thing
¬
It can also mean “unique”
Like when people use symbols for statements , e.g. the backwards E for “there exists” they could go
E!x: Ax=y
For “there exists a unique x such that Ax=y”
Lol there's lot of meaning for !
For computer science !x = not x which is the Boolean algebraic opposite of x
For regular maths x! Is factorial of x, !x is the subfactorial of x
Also in certain programming language they also use the notation != For not equal to, ex: python
He said only maths so factorial is the most appropriate answer
To summarize what's been said:
! can be used for factorial and subfactorials.
! can be used for negation or inequality. For mathematics, it's primarily useful for writing mathematics on a text document.
! can also represent uniqueness. As noted, ∃! can mean "there exists a unique...". Also in category theory, ! can be used to represent the unique arrow into a terminal object or from an initial object. Useful in composing arrows.