nleq
Represents the mathematical relation 'not less than or equal to' in formal expressions and proofs.
Overview
Essential for expressing strict inequalities and negated relations in mathematical logic, set theory, and formal proofs.
- Commonly used in advanced mathematics to explicitly state when one quantity is not less than or equal to another
- Appears frequently in analysis, abstract algebra, and theoretical computer science
- Particularly useful when proving statements by contradiction or when precise logical negation is required
- Often paired with other inequality symbols in complex mathematical expressions
Examples
Expressing a strict upper bound in an inequality.
x \nleq y \implies x > y
Showing a counterexample in number theory.
2^n \nleq n^2 \text{ for } n \geq 5
Comparing sequence terms in analysis.
\{a_n\} \text{ diverges since } a_{n+1} \nleq a_n