4
$\begingroup$

enter image description here

What are the symbols that look like an up arrow and a down arrow?

  • 0
    Maximum and minimum.2017-01-15
  • 1
    Up is min, down is max.2017-01-15
  • 0
    So it is, (k-1) or 4, whichever is the minimum?2017-01-15
  • 1
    @Kior $a\wedge b=\min\{a,b\}$ and $a\vee b=\max\{a,b\}$.2017-01-15
  • 1
    These should be answers, not comments.2017-01-15
  • 0
    There are lots of competing meanings, including And and Or, depending on the context.2017-01-15

1 Answers 1

3

The expression $a∧b$= $\min(a,b)$ while $a∨b$=$\max(a,b)$. Therefore, the given summation is from $i=(k-4)$ or $1$ whichever is maximum to $i=(k-1)$ or $4$ , whichever is minimum.

  • 2
    FYI, `$\wedge \vee \max \min$` gives $\wedge \vee \max \min$2017-01-15