What are the symbols that look like an up arrow and a down arrow?
What is the symbol that looks like an up arrow?
4
$\begingroup$
probability
statistics
probability-distributions
markov-chains
-
0Maximum and minimum. – 2017-01-15
-
1Up is min, down is max. – 2017-01-15
-
0So 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
-
1These should be answers, not comments. – 2017-01-15
-
0There are lots of competing meanings, including And and Or, depending on the context. – 2017-01-15
1 Answers
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.
-
2FYI, `$\wedge \vee \max \min$` gives $\wedge \vee \max \min$ – 2017-01-15
