So basically, I'm making a big equation, and one component of it is this
$$(n-5)+(n-7)$$
The n-value can be anything from 1 to far away. So, that obviously leads to some negative numbers. However, this part of the equation is only applicable whenever the n-value is greater than the subtracting numbers (respectively). So, is there some kind of notation I can use to signal that if the answer is a negative number, then it is to be dismissed, or just turned to 0? A kind of notation similar to the ceiling and floor functions, where a non-integer is turned to the closest integer (either up or down).