≤-means less than or equal to.
In n! ≤(n+ 1/2)
n! -Represents the factorial of n, n! =n*(n- 1)*(n-2)*.......*3*2* 1
n! ≤(n+ 1/2)- indicates that the factorial of n is less than or equal to n+ 1/2.