# Pigeonhole Principle and Miscellaneous Applications (2) **[1]** <center> <img src = "https://i.imgsafe.org/6d/6dbb3ad7b5.gif" height = "300" width = "400"/> </center> Continuing our discussion of pigeonhole principle from [Math Talk #3](https://steemit.com/math/@mathsolver/math-talk-3-pigeonhole-principle-and-its-usage), I will post some miscellaneous applications of Pigeonhole principle. ## 1. Partitioning the subset of Natural numbers ### 1-1. Concerning the set <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;2n&space;\right\}" title="\left\{ 1, 2, ..., 2n \right\}" align = "center"/> **Problem 1.** - **[2]** Given any <img src="http://latex.codecogs.com/gif.latex?n+1" title="n+1" align = "center"/> integers among <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;2n&space;\right\}" title="\left\{ 1, 2, ..., 2n \right\}" align = "center"/>, show that two of them are relatively prime. Show that the result is false if we choose <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> integers. **Solution 1.** Partition the set <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;2n&space;\right\}" title="\left\{ 1, 2, ..., 2n \right\}" align = "center"/> into <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> subsets of the form <center> <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2&space;\right\},&space;\left\{&space;3,&space;4&space;\right\},&space;...,&space;\left\{&space;2n-1,&space;2n&space;\right\}" title="\left\{ 1, 2 \right\}, \left\{ 3, 4 \right\}, ..., \left\{ 2n-1, 2n \right\}" /> </center> Then by Pigeonhole principle, choosing <img src="http://latex.codecogs.com/gif.latex?n+1" title="n+1" align = "center"/> integers forces us to pick two (i.e. all ) elements in single partition. Since consecutive integers are relatively prime, there is at least one pair of integers which are relatively prime. If the number reduces to <img src="http://latex.codecogs.com/gif.latex?n" title="n" />, then clearly choosing <img src="http://latex.codecogs.com/gif.latex?\left\{&space;2,&space;4,&space;6,&space;...,&space;2n&space;\right\}" title="\left\{ 2, 4, 6, ..., 2n \right\}" align = "center"/> (the set of even numbers) will be the counterexample. --- **Problem 2.** - **[3]** Given any <img src="http://latex.codecogs.com/gif.latex?n+1" title="n+1" align = "center"/> integers among <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;2n&space;\right\}" title="\left\{ 1, 2, ..., 2n \right\}" align = "center"/>, show that one of them is divisible by another. Show that the result is false if we choose <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> integers. **Solution 2.** By prime factorizing theorem for positive integers, every positive integers can be expressed as <center> <img src="http://latex.codecogs.com/gif.latex?k&space;=&space;2^m&space;\times&space;\ell" title="k = 2^m \times \ell" /> </center> where <img src="http://latex.codecogs.com/gif.latex?m&space;\geq&space;0" title="m \geq 0" align = "center"/> and <img src="http://latex.codecogs.com/gif.latex?\ell" title="\ell" /> is odd. First, make <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> pigeonholes as follows. <center> <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1&space;\right\},&space;\left\{&space;3&space;\right\},&space;\left\{&space;5&space;\right\},&space;...,&space;\left\{&space;2n-3&space;\right\},&space;\left\{&space;2n-1&space;\right\}" title="\left\{ 1 \right\}, \left\{ 3 \right\}, \left\{ 5 \right\}, ..., \left\{ 2n-3 \right\}, \left\{ 2n-1 \right\}" /> </center> In other words, every odd number less than <img src="http://latex.codecogs.com/gif.latex?2n" title="2n" /> is partitioned into singleton sets. Now, <center> <img src="http://latex.codecogs.com/gif.latex?k&space;=&space;2^{m}&space;\times&space;\ell&space;\leq&space;2n&space;\implies&space;\ell&space;\leq&space;2n" title="k = 2^{m} \times \ell \leq 2n \implies \ell \leq 2n" /> </center> since <img src="http://latex.codecogs.com/gif.latex?m&space;\geq&space;0" title="m \geq 0" align = "center"/> . Since there are <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> distinct odd numbers, among <img src="http://latex.codecogs.com/gif.latex?n+1" title="n+1" align = "center"/> numbers, there should exist two <img src="http://latex.codecogs.com/gif.latex?k_1,&space;k_2" title="k_1, k_2" align = "center"/> having same <img src="http://latex.codecogs.com/gif.latex?\ell" title="\ell" align = "center"/> by pigeonhole principle. Then we can express as <center> <img src="http://latex.codecogs.com/gif.latex?k_1&space;=&space;2^{m_1}&space;\times&space;\ell,\&space;k_2&space;=&space;2^{m_2}&space;\times&space;\ell&space;\implies&space;k_1&space;|&space;k_2&space;\text{&space;or&space;}&space;k_2&space;|&space;k_1" title="k_1 = 2^{m_1} \times \ell,\ k_2 = 2^{m_2} \times \ell \implies k_1 | k_2 \text{ or } k_2 | k_1" /> </center> depending on the magnitude of <img src="http://latex.codecogs.com/gif.latex?m_1,&space;m_2" title="m_1, m_2" align = "center" />. If the number reduces to <img src="http://latex.codecogs.com/gif.latex?n" title="n" />, then clearly the set of all odd numbers <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;3,&space;5,...,&space;2n-1&space;\right\}" title="\left\{ 1, 3, 5,..., 2n-1 \right\}" align = "center"/> would be the counterexample. --- **Problem 3.** - **[4]** Let <img src="http://latex.codecogs.com/gif.latex?a_1&space;<&space;a_2&space;<&space;...&space;<&space;a_n" title="a_1 < a_2 < ... < a_n" align = "center"/> and <img src="http://latex.codecogs.com/gif.latex?b_1&space;>&space;b_2&space;>&space;...&space;>&space;b_n" title="b_1 > b_2 > ... > b_n" align = "center"/> where <img src="http://latex.codecogs.com/gif.latex?a_1,...,a_n,&space;b_1,...,b_n" title="a_1,...,a_n, b_1,...,b_n" align = "center"/> are all distinct elements in <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;2n&space;\right\}" title="\left\{ 1, 2, ..., 2n \right\}" align = "center"/>. Prove that <center> <img src="http://latex.codecogs.com/gif.latex?\sum_{i=1}^{n}&space;|a_i&space;-&space;b_i|&space;=&space;n^2" title="\sum_{i=1}^{n} |a_i - b_i| = n^2" /> </center> **Solution 3.** First, partition the whole set into two disjoint subsets <center> <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;n&space;\right\},&space;\left\{&space;n+1,&space;n+2,&space;...,&space;2n&space;\right\}" title="\left\{ 1, 2, ..., n \right\}, \left\{ n+1, n+2, ..., 2n \right\}" /> </center> Now fix index <img src="http://latex.codecogs.com/gif.latex?i" title="i" /> , and consider <img src="http://latex.codecogs.com/gif.latex?a_i,&space;b_i" title="a_i, b_i" align = "center"/> . <img src="http://latex.codecogs.com/gif.latex?a_1,&space;a_2,&space;...,&space;a_{i-1},&space;b_{i+1},&space;...,&space;b_n" title="a_1, a_2, ..., a_{i-1}, b_{i+1}, ..., b_n" align = "center"/> are all smaller than <img src="http://latex.codecogs.com/gif.latex?\max(a_i,&space;b_i)" title="\max(a_i, b_i)" align = "center"/> . So at least <center> <img src="http://latex.codecogs.com/gif.latex?\max(a_i,&space;b_i)&space;>&space;(i&space;-&space;1)&space;+&space;(n&space;-&space;i)&space;+&space;1&space;=&space;n&space;-&space;1&space;+&space;1&space;=&space;n&space;\implies&space;\max(a_i,&space;b_i)&space;\geq&space;n&space;+&space;1" title="\max(a_i, b_i) > (i - 1) + (n - i) + 1 = n - 1 + 1 = n \implies \max(a_i, b_i) \geq n + 1" /> </center> So <img src="http://latex.codecogs.com/gif.latex?\max(a_1,&space;b_1),&space;\max(a_2,&space;b_2),&space;...,&space;\max(a_n,&space;b_n)" title="\max(a_1, b_1), \max(a_2, b_2), ..., \max(a_n, b_n)" align = "center"/> are all elements of the latter set <img src="http://latex.codecogs.com/gif.latex?\left\{&space;n+1,&space;...,&space;2n&space;\right\}" title="\left\{ n+1, ..., 2n \right\}" align = "center" /> . Since <center> <img src="http://latex.codecogs.com/gif.latex?\max(a_i,&space;b_i)&space;=&space;\max(a_j,&space;b_j)&space;\implies&space;i&space;=&space;j" title="\max(a_i, b_i) = \max(a_j, b_j) \implies i = j" /> </center> those <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> elements of the form <img src="http://latex.codecogs.com/gif.latex?\max(a_i,&space;b_i)" title="\max(a_i, b_i)" align = "center" /> are all distinct, so that by Pigeonhole principle, they occupy exactly one element in <img src="http://latex.codecogs.com/gif.latex?\left\{&space;n+1,&space;...,&space;2n&space;\right\}" title="\left\{ n+1, ..., 2n \right\}" align = "center" /> . Since <img src="http://latex.codecogs.com/gif.latex?\min(a_i,&space;b_i)&space;<&space;\max(a_i,&space;b_i)" title="\min(a_i, b_i) < \max(a_i, b_i)" align = "center"/> and all <img src="http://latex.codecogs.com/gif.latex?n" title="n" /> elements of the form <img src="http://latex.codecogs.com/gif.latex?\min(a_i,&space;b_i)" title="\max(a_i, b_i)" align = "center" /> are distinct, by Pigeonhole principle, they occupy exactly one element in <img src="http://latex.codecogs.com/gif.latex?\left\{&space;1,&space;2,&space;...,&space;n&space;\right\}" title="\left\{ 1, 2, ..., n \right\}" align = "center"/>. So <center> <img src="http://latex.codecogs.com/gif.latex?\begin{align*}&space;\sum_{i=1}^{n}&space;|a_i&space;-&space;b_i|&space;&=&space;\sum_{i=1}^{n}&space;\left[&space;\max(a_i,&space;b_i)&space;-&space;\min(a_i,&space;b_i)&space;\right]&space;\\&space;&=&space;\sum_{i=1}^{n}&space;\max(a_i,&space;b_i)&space;-&space;\sum_{i=1}^{n}&space;\min(a_i,&space;b_i)&space;\\&space;&=&space;(n+1&space;+&space;n+2&space;+&space;...&space;+2n)&space;-&space;(1+2+...&space;n)&space;\\&space;&=&space;n^2&space;\end{align*}" title="\begin{align*} \sum_{i=1}^{n} |a_i - b_i| &= \sum_{i=1}^{n} \left[ \max(a_i, b_i) - \min(a_i, b_i) \right] \\ &= \sum_{i=1}^{n} \max(a_i, b_i) - \sum_{i=1}^{n} \min(a_i, b_i) \\ &= (n+1 + n+2 + ... +2n) - (1+2+... n) \\ &= n^2 \end{align*}" /> </center> ## 2. Erdös - Szerkes Theorem The original theorem is as follows. **Theorem.** For given <img src="http://latex.codecogs.com/gif.latex?r,&space;s&space;\in&space;\mathbb{N}" title="r, s \in \mathbb{N}" align = "center"/> any sequence of distinct real numbers with length at least <img src="http://latex.codecogs.com/gif.latex?(r-1)(s-1)&space;+&space;1" title="(r-1)(s-1) + 1" align = "center"/> contains a **monotonically increasing** subsequence of length r **or** a **monotonically decreasing** subsequence of length s. **Proof.** - **[5]** First denote <img src="http://latex.codecogs.com/gif.latex?(r-1)(s-1)&space;+&space;1" title="(r-1)(s-1) + 1" align = "center"/> as <img src="http://latex.codecogs.com/gif.latex?n_1,&space;n_2,&space;...,&space;n_{(r-1)(s-1)+1}" title="n_1, n_2, ..., n_{(r-1)(s-1)+1}" align = "center"/> . Also for each <img src="http://latex.codecogs.com/gif.latex?n_i" title="n_i" align = "center"/>, we assign a pair <img src="http://latex.codecogs.com/gif.latex?(a_i,&space;b_i)" title="(a_i, b_i)" align = "center"/> such that <center> <img src="http://latex.codecogs.com/gif.latex?\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;\&space;n_i&space;\mapsto&space;(a_i,&space;b_i)\\&space;a_i:=&space;\text{length&space;of&space;longest&space;monotonically&space;increasing&space;subsequence&space;ending&space;in&space;}n_i\\&space;b_i:=&space;\text{length&space;of&space;longest&space;monotonically&space;decreasing&space;subsequence&space;ending&space;in&space;}n_i" title="\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ n_i \mapsto (a_i, b_i)\\ a_i:= \text{length of longest monotonically increasing subsequence ending in }n_i\\ b_i:= \text{length of longest monotonically decreasing subsequence ending in }n_i" /> </center> Now we seek some properties of this pair. Since all numbers are distinct, <center> <img src="http://latex.codecogs.com/gif.latex?i&space;<&space;j\&space;\land&space;n_i&space;\leq&space;n_j&space;\implies&space;a_i&space;<&space;a_j" title="i < j\ \land n_i \leq n_j \implies a_i < a_j" /> </center> as well as <center> <img src="http://latex.codecogs.com/gif.latex?i&space;<&space;j\&space;\land&space;n_i&space;\geq&space;n_j&space;\implies&space;b_i&space;>&space;b_j" title="i < j\ \land n_i \geq n_j \implies b_i > b_j" /> </center> So, <img src="http://latex.codecogs.com/gif.latex?(a_i,&space;b_i)&space;\neq&space;(a_j,&space;b_j)" title="(a_i, b_i) \neq (a_j, b_j)" align = "center"/> for any case. If number of possible values of <img src="http://latex.codecogs.com/gif.latex?a_i" title="a_i" align = "center"/> is less than <img src="http://latex.codecogs.com/gif.latex?r" title="r" /> and number of possible values of <img src="http://latex.codecogs.com/gif.latex?b_i" title="b_i" align = "center"/> is less than <img src="http://latex.codecogs.com/gif.latex?s" title="s" />, then in total, there will be at most <img src="http://latex.codecogs.com/gif.latex?(r-1)(s-1)" title="rs" align = "center"/> number of <img src="http://latex.codecogs.com/gif.latex?(a_i,&space;b_i)" title="(a_i, b_i)" align = "center"/> pairs. This contradicts to the fact that all pairs are distinct (which in total <img src="http://latex.codecogs.com/gif.latex?(r-1)(s-1)&space;+&space;1" title="(r-1)(s-1) + 1" align = "center"/>), so by **Pigeonhole principle**, either <center> <img src="http://latex.codecogs.com/gif.latex?a_i&space;\geq&space;r" title="a_i \geq r" /> </center> or <center> <img src="http://latex.codecogs.com/gif.latex?b_i&space;\geq&space;s" title="b_i \geq s" /> </center> for some index <img src="http://latex.codecogs.com/gif.latex?i" title="i" />. ## 2-1. Visualization of Theorem Let's say we have <img src="http://latex.codecogs.com/gif.latex?M=(r-1)(s-1)&space;+&space;1" title="(r-1)(s-1) + 1" align = "center"/> distinct real numbers, <center> <img src="http://latex.codecogs.com/gif.latex?n_1,&space;n_2,&space;...,&space;n_M" title="n_1, n_2, ..., n_M" /> </center> Now in 2D <img src="http://latex.codecogs.com/gif.latex?\mathbb{R}^2" title="\mathbb{R}^2" /> plane, math each number <img src="http://latex.codecogs.com/gif.latex?n_i" title="n_i" align = "center"/> to the point <img src="http://latex.codecogs.com/gif.latex?n_i&space;\mapsto&space;(i,&space;n_i)" title="n_i \mapsto (i, n_i)" align = "center"/> . Then we can always find a polygonal path either 1. length <img src="http://latex.codecogs.com/gif.latex?r-1" title="r-1" /> and of positive slope. (Going upward right) 2. length <img src="http://latex.codecogs.com/gif.latex?s-1" title="s-1" /> and of negative slope. (Going downaward right) ### Example The case when <img src="http://latex.codecogs.com/gif.latex?r&space;=&space;s&space;=&space;5" title="r = s = 9" /> . Randomly generate <img src="http://latex.codecogs.com/gif.latex?(r-1)(s-1)&space;+&space;1&space;=&space;17" title="(r-1)(s-1) + 1 = 37" align = "center"/> points. **[6]** <center > <img src = "https://i.imgsafe.org/6d/6da41b2732.png" /> </center> We can see that it consists of 5 <img src="http://latex.codecogs.com/gif.latex?=r" title="=r" /> points, which is of positive slope polygon path. ## 3. Conclusion Pigeonhole Principle can be a powerful tool in discrete mathematics and in any field concerning some counting. ## 4. Citations [1] http://cpptruths.blogspot.com/2014/05/the-pigeonhole-principle-in-c.html (only image is used) [2] http://web.archive.org/web/20120124185755/http://math.mit.edu/~rstan/a34/pigeon.pdf Problem 7 [3] http://web.archive.org/web/20120124185755/http://math.mit.edu/~rstan/a34/pigeon.pdf Problem 8 [4] http://web.archive.org/web/20120124185755/http://math.mit.edu/~rstan/a34/pigeon.pdf Problem 13 [5] Seidenberg, A. (1959), "A simple proof of a theorem of Erdős and Szekeres" (PDF), Journal of the London Mathematical Society, 34: 352, doi:10.1112/jlms/s1-34.3.352. [6] https://en.wikipedia.org/wiki/Erd%C5%91s%E2%80%93Szekeres_theorem (only image is used) --- **Solutions to the problems are made by myself. **
author | mathsolver |
---|---|
permlink | math-talk-4-pigeonhole-principles-and-applications-2 |
category | math |
json_metadata | {"tags":["math","mathematics","science","steemstem","mathsolver"],"image":["https://i.imgsafe.org/6d/6dbb3ad7b5.gif","http://latex.codecogs.com/gif.latex?\\left\\{&space;1,&space;2,&space;...,&space;2n&space;\\right\\}","http://latex.codecogs.com/gif.latex?n+1","http://latex.codecogs.com/gif.latex?n","http://latex.codecogs.com/gif.latex?\\left\\{&space;1,&space;2&space;\\right\\},&space;\\left\\{&space;3,&space;4&space;\\right\\},&space;...,&space;\\left\\{&space;2n-1,&space;2n&space;\\right\\}","http://latex.codecogs.com/gif.latex?\\left\\{&space;2,&space;4,&space;6,&space;...,&space;2n&space;\\right\\}","http://latex.codecogs.com/gif.latex?k&space;=&space;2^m&space;\\times&space;\\ell","http://latex.codecogs.com/gif.latex?m&space;\\geq&space;0","http://latex.codecogs.com/gif.latex?\\ell","http://latex.codecogs.com/gif.latex?\\left\\{&space;1&space;\\right\\},&space;\\left\\{&space;3&space;\\right\\},&space;\\left\\{&space;5&space;\\right\\},&space;...,&space;\\left\\{&space;2n-3&space;\\right\\},&space;\\left\\{&space;2n-1&space;\\right\\}","http://latex.codecogs.com/gif.latex?2n","http://latex.codecogs.com/gif.latex?k&space;=&space;2^{m}&space;\\times&space;\\ell&space;\\leq&space;2n&space;\\implies&space;\\ell&space;\\leq&space;2n","http://latex.codecogs.com/gif.latex?k_1,&space;k_2","http://latex.codecogs.com/gif.latex?k_1&space;=&space;2^{m_1}&space;\\times&space;\\ell,\\&space;k_2&space;=&space;2^{m_2}&space;\\times&space;\\ell&space;\\implies&space;k_1&space;|&space;k_2&space;\\text{&space;or&space;}&space;k_2&space;|&space;k_1","http://latex.codecogs.com/gif.latex?m_1,&space;m_2","http://latex.codecogs.com/gif.latex?\\left\\{&space;1,&space;3,&space;5,...,&space;2n-1&space;\\right\\}","http://latex.codecogs.com/gif.latex?a_1&space;<&space;a_2&space;<&space;...&space;<&space;a_n","http://latex.codecogs.com/gif.latex?b_1&space;>&space;b_2&space;>&space;...&space;>&space;b_n","http://latex.codecogs.com/gif.latex?a_1,...,a_n,&space;b_1,...,b_n","http://latex.codecogs.com/gif.latex?\\sum_{i=1}^{n}&space;|a_i&space;-&space;b_i|&space;=&space;n^2","http://latex.codecogs.com/gif.latex?\\left\\{&space;1,&space;2,&space;...,&space;n&space;\\right\\},&space;\\left\\{&space;n+1,&space;n+2,&space;...,&space;2n&space;\\right\\}","http://latex.codecogs.com/gif.latex?i","http://latex.codecogs.com/gif.latex?a_i,&space;b_i","http://latex.codecogs.com/gif.latex?a_1,&space;a_2,&space;...,&space;a_{i-1},&space;b_{i+1},&space;...,&space;b_n","http://latex.codecogs.com/gif.latex?\\max(a_i,&space;b_i)","http://latex.codecogs.com/gif.latex?\\max(a_i,&space;b_i)&space;>&space;(i&space;-&space;1)&space;+&space;(n&space;-&space;i)&space;+&space;1&space;=&space;n&space;-&space;1&space;+&space;1&space;=&space;n&space;\\implies&space;\\max(a_i,&space;b_i)&space;\\geq&space;n&space;+&space;1","http://latex.codecogs.com/gif.latex?\\max(a_1,&space;b_1),&space;\\max(a_2,&space;b_2),&space;...,&space;\\max(a_n,&space;b_n)","http://latex.codecogs.com/gif.latex?\\left\\{&space;n+1,&space;...,&space;2n&space;\\right\\}","http://latex.codecogs.com/gif.latex?\\max(a_i,&space;b_i)&space;=&space;\\max(a_j,&space;b_j)&space;\\implies&space;i&space;=&space;j","http://latex.codecogs.com/gif.latex?\\min(a_i,&space;b_i)&space;<&space;\\max(a_i,&space;b_i)","http://latex.codecogs.com/gif.latex?\\min(a_i,&space;b_i)","http://latex.codecogs.com/gif.latex?\\left\\{&space;1,&space;2,&space;...,&space;n&space;\\right\\}","http://latex.codecogs.com/gif.latex?\\begin{align*}&space;\\sum_{i=1}^{n}&space;|a_i&space;-&space;b_i|&space;&=&space;\\sum_{i=1}^{n}&space;\\left[&space;\\max(a_i,&space;b_i)&space;-&space;\\min(a_i,&space;b_i)&space;\\right]&space;\\\\&space;&=&space;\\sum_{i=1}^{n}&space;\\max(a_i,&space;b_i)&space;-&space;\\sum_{i=1}^{n}&space;\\min(a_i,&space;b_i)&space;\\\\&space;&=&space;(n+1&space;+&space;n+2&space;+&space;...&space;+2n)&space;-&space;(1+2+...&space;n)&space;\\\\&space;&=&space;n^2&space;\\end{align*}","http://latex.codecogs.com/gif.latex?r,&space;s&space;\\in&space;\\mathbb{N}","http://latex.codecogs.com/gif.latex?(r-1)(s-1)&space;+&space;1","http://latex.codecogs.com/gif.latex?n_1,&space;n_2,&space;...,&space;n_{(r-1)(s-1)+1}","http://latex.codecogs.com/gif.latex?n_i","http://latex.codecogs.com/gif.latex?(a_i,&space;b_i)","http://latex.codecogs.com/gif.latex?\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;\\&space;n_i&space;\\mapsto&space;(a_i,&space;b_i)\\\\&space;a_i:=&space;\\text{length&space;of&space;longest&space;monotonically&space;increasing&space;subsequence&space;ending&space;in&space;}n_i\\\\&space;b_i:=&space;\\text{length&space;of&space;longest&space;monotonically&space;decreasing&space;subsequence&space;ending&space;in&space;}n_i","http://latex.codecogs.com/gif.latex?i&space;<&space;j\\&space;\\land&space;n_i&space;\\leq&space;n_j&space;\\implies&space;a_i&space;<&space;a_j","http://latex.codecogs.com/gif.latex?i&space;<&space;j\\&space;\\land&space;n_i&space;\\geq&space;n_j&space;\\implies&space;b_i&space;>&space;b_j","http://latex.codecogs.com/gif.latex?(a_i,&space;b_i)&space;\\neq&space;(a_j,&space;b_j)","http://latex.codecogs.com/gif.latex?a_i","http://latex.codecogs.com/gif.latex?r","http://latex.codecogs.com/gif.latex?b_i","http://latex.codecogs.com/gif.latex?s","http://latex.codecogs.com/gif.latex?(r-1)(s-1)","http://latex.codecogs.com/gif.latex?a_i&space;\\geq&space;r","http://latex.codecogs.com/gif.latex?b_i&space;\\geq&space;s","http://latex.codecogs.com/gif.latex?M=(r-1)(s-1)&space;+&space;1","http://latex.codecogs.com/gif.latex?n_1,&space;n_2,&space;...,&space;n_M","http://latex.codecogs.com/gif.latex?\\mathbb{R}^2","http://latex.codecogs.com/gif.latex?n_i&space;\\mapsto&space;(i,&space;n_i)","http://latex.codecogs.com/gif.latex?r-1","http://latex.codecogs.com/gif.latex?s-1","http://latex.codecogs.com/gif.latex?r&space;=&space;s&space;=&space;5","http://latex.codecogs.com/gif.latex?(r-1)(s-1)&space;+&space;1&space;=&space;17","https://i.imgsafe.org/6d/6da41b2732.png","http://latex.codecogs.com/gif.latex?=r"],"links":["https://steemit.com/math/@mathsolver/math-talk-3-pigeonhole-principle-and-its-usage","http://cpptruths.blogspot.com/2014/05/the-pigeonhole-principle-in-c.html","http://web.archive.org/web/20120124185755/http://math.mit.edu/~rstan/a34/pigeon.pdf","https://en.wikipedia.org/wiki/Erd%C5%91s%E2%80%93Szekeres_theorem"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-08-17 14:34:00 |
last_update | 2018-08-17 14:34:15 |
depth | 0 |
children | 7 |
last_payout | 2018-08-24 14:34:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 16.485 HBD |
curator_payout_value | 5.229 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16,656 |
author_reputation | 1,337,981,311,807 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,506,260 |
net_rshares | 16,590,263,261,177 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wackou | 0 | 283,922,480,644 | 3.51% | ||
lafona-miner | 0 | 2,071,404,126,863 | 65% | ||
hr1 | 0 | 53,338,210,973 | 0.02% | ||
tombstone | 0 | 887,859,868,926 | 3.9% | ||
tuck-fheman | 0 | 19,120,118,036 | 5.85% | ||
lola-carola | 0 | 1,936,208,439 | 5.85% | ||
kevinwong | 0 | 686,638,842,212 | 9.75% | ||
justtryme90 | 0 | 701,129,421,645 | 32.5% | ||
eric-boucher | 0 | 19,925,333,724 | 5.85% | ||
anwenbaumeister | 0 | 77,117,343,790 | 11.7% | ||
mrwang | 0 | 185,474,426 | 4.87% | ||
bitland | 0 | 1,642,770,471 | 5.85% | ||
raymondspeaks | 0 | 845,614,721 | 5.85% | ||
arcange | 0 | 90,817,011,162 | 10% | ||
arconite | 0 | 3,022,727,598 | 4.87% | ||
raphaelle | 0 | 5,774,286,962 | 10% | ||
lemouth | 0 | 292,979,259,695 | 55.25% | ||
rjbauer85 | 0 | 4,021,231,101 | 65% | ||
lamouthe | 0 | 25,474,829,243 | 65% | ||
lk666 | 0 | 1,417,687,296 | 5.85% | ||
votehumanity | 0 | 2,612,879,201 | 5.85% | ||
meerkat | 0 | 5,629,027,726 | 11.7% | ||
curie | 0 | 495,359,487,700 | 11.7% | ||
landria | 0 | 139,975,159 | 5.85% | ||
hendrikdegrote | 0 | 5,746,097,052,414 | 11.7% | ||
vact | 0 | 235,805,479,115 | 11.7% | ||
steemstem | 0 | 2,418,675,126,160 | 65% | ||
dashfit | 0 | 1,162,286,222 | 5.85% | ||
sethroot | 0 | 978,769,829 | 1.17% | ||
j3dy | 0 | 108,848,110 | 0.35% | ||
gangstayid | 0 | 411,044,505 | 5.85% | ||
foundation | 0 | 8,893,800,262 | 65% | ||
pes7md | 0 | 134,700,394 | 5.85% | ||
the-devil | 0 | 6,127,822,003 | 65% | ||
thevenusproject | 0 | 36,407,032,410 | 65% | ||
dna-replication | 0 | 18,060,817,112 | 65% | ||
aware007 | 0 | 165,253,441 | 8.19% | ||
steemitboard | 0 | 916,168,696 | 1% | ||
lenin-mccarthy | 0 | 211,337,239 | 5.85% | ||
resteemer | 0 | 449,774,553 | 5.85% | ||
heriafriadiaka | 0 | 154,895,306 | 11.7% | ||
dyancuex | 0 | 113,948,303 | 5.85% | ||
pacokam8 | 0 | 791,549,360 | 4.68% | ||
toniesteem | 0 | 158,180,021 | 5.85% | ||
borislavzlatanov | 0 | 5,646,502,884 | 65% | ||
ljpaez | 0 | 143,107,058 | 5.85% | ||
kkbaardsen | 0 | 90,983,835 | 11.7% | ||
michelios | 0 | 143,727,982 | 1.75% | ||
leggy23 | 0 | 25,378,269,558 | 22% | ||
awesomianist | 0 | 350,051,102 | 0.58% | ||
tibra | 0 | 2,183,002,411 | 100% | ||
moksamol | 0 | 1,482,726,187 | 5.85% | ||
getrichordie | 0 | 494,442,445 | 5.85% | ||
thatsweeneyguy | 0 | 340,691,861 | 5.85% | ||
jdc | 0 | 80,888,631 | 1.17% | ||
jacalf | 0 | 84,290,121 | 11.7% | ||
ninyea | 0 | 325,030,704 | 11.7% | ||
foways | 0 | 309,256,952 | 5.85% | ||
the-eliot | 0 | 1,959,791,217 | 5.85% | ||
lotfiuser | 0 | 77,249,901 | 5.85% | ||
eurogee | 0 | 1,130,216,426 | 6.5% | ||
iansart | 0 | 863,743,335 | 5.85% | ||
yeaho | 0 | 1,266,978,331 | 32.17% | ||
dbzfan4awhile | 0 | 485,761,111 | 5.85% | ||
mblain | 0 | 191,471,539 | 32.17% | ||
fredrikaa | 0 | 90,868,428,803 | 32.5% | ||
odic3o1 | 0 | 68,725,545 | 6.5% | ||
helo | 0 | 11,052,306,711 | 32.5% | ||
lrsm13 | 0 | 102,924,502 | 3.51% | ||
tantawi | 0 | 332,812,997 | 11.7% | ||
carolynseymour | 0 | 78,160,063 | 5.85% | ||
christianolu | 0 | 113,355,218 | 5.85% | ||
locikll | 0 | 4,938,757,381 | 23.4% | ||
dber | 0 | 29,710,168,763 | 65% | ||
mahdiyari | 0 | 48,932,903,280 | 32.5% | ||
aboutyourbiz | 0 | 2,015,765,761 | 11.7% | ||
fanstaf | 0 | 845,997,164 | 9.94% | ||
kerriknox | 0 | 807,749,129 | 65% | ||
alexander.alexis | 0 | 15,735,880,007 | 45.5% | ||
saintopic | 0 | 85,877,731 | 5.85% | ||
howtostartablog | 0 | 385,725,465 | 1.17% | ||
jayna | 0 | 718,548,928 | 1.75% | ||
blessing97 | 0 | 2,673,416,375 | 65% | ||
orcheva | 0 | 626,681,325 | 5.85% | ||
suesa | 0 | 95,238,907,271 | 25% | ||
cryptokrieg | 0 | 2,801,579,931 | 11.7% | ||
rival | 0 | 343,951,142 | 1% | ||
zacherybinx | 0 | 100,068,340 | 11.7% | ||
rockeynayak | 0 | 389,850,995 | 65% | ||
ertwro | 0 | 26,561,387,020 | 65% | ||
makrotheblack | 0 | 359,296,747 | 5.85% | ||
ludmila.kyriakou | 0 | 791,765,664 | 19.5% | ||
coloringiship | 0 | 781,979,201 | 2.34% | ||
nitesh9 | 0 | 16,112,881,095 | 65% | ||
fancybrothers | 0 | 12,418,731,683 | 19.5% | ||
nolasco | 0 | 209,578,626 | 0.58% | ||
churchboy | 0 | 11,359,031,453 | 65% | ||
jpederson96 | 0 | 76,958,967 | 1.62% | ||
gambit.coin | 0 | 131,597,557 | 11.7% | ||
howo | 0 | 89,168,233,181 | 32.5% | ||
himal | 0 | 4,933,780,551 | 65% | ||
nitego | 0 | 715,126,477 | 3.51% | ||
ratticus | 0 | 3,186,548,019 | 5.85% | ||
neumannsalva | 0 | 1,483,640,712 | 5.85% | ||
stayoutoftherz | 0 | 45,139,644,126 | 19.3% | ||
abigail-dantes | 0 | 1,131,960,325,535 | 65% | ||
phogyan | 0 | 412,785,338 | 5.85% | ||
esteemguy | 0 | 676,377,603 | 65% | ||
joe.nobel | 0 | 4,833,017,945 | 21.45% | ||
misterakpan | 0 | 81,454,711 | 0.58% | ||
kofspades | 0 | 88,259,604 | 5.85% | ||
g0nr0gue | 0 | 524,273,305 | 5.85% | ||
onethousandwords | 0 | 210,482,465 | 5.85% | ||
alexzicky | 0 | 9,262,446,719 | 16.25% | ||
mountain.phil28 | 0 | 3,619,369,984 | 25% | ||
akeelsingh | 0 | 2,683,983,143 | 65% | ||
mountainwashere | 0 | 21,091,917,239 | 65% | ||
sanderdieryck | 0 | 122,390,106 | 5.85% | ||
sharelovenothate | 0 | 578,827,022 | 32.17% | ||
muliadi | 0 | 145,571,743 | 5.85% | ||
tanyaschutte | 0 | 188,315,873 | 6.5% | ||
chunnorris | 0 | 71,979,202 | 5.85% | ||
felixrodriguez | 0 | 2,349,190,662 | 32.5% | ||
sublimenonsense | 0 | 89,837,448 | 5.85% | ||
shippou95 | 0 | 89,916,224 | 5.85% | ||
pearlumie | 0 | 29,103,065,225 | 65% | ||
gabox | 0 | 397,085,775 | 0.58% | ||
indy8phish | 0 | 855,046,031 | 5.85% | ||
runningman | 0 | 98,905,303 | 5.85% | ||
honeysara | 0 | 612,273,546 | 2.92% | ||
vadimlasca | 0 | 748,521,160 | 11.7% | ||
mustaphaaoufi | 0 | 186,104,306 | 5.85% | ||
massivevibration | 0 | 3,086,192,947 | 5% | ||
nurhayati | 0 | 590,192,762 | 4.87% | ||
jefpatat | 0 | 6,601,243,352 | 11.7% | ||
nako1337 | 0 | 192,354,179 | 32.17% | ||
capx | 0 | 192,580,078 | 32.17% | ||
cooknbake | 0 | 282,573,243 | 2.34% | ||
anna-mi | 0 | 322,455,278 | 5.85% | ||
evolutionnow | 0 | 80,664,354 | 5.85% | ||
clweeks | 0 | 815,641,815 | 7.02% | ||
click3rs | 0 | 281,672,631 | 5.85% | ||
maxruebensal | 0 | 87,167,665 | 5.85% | ||
torico | 0 | 811,883,979 | 1.28% | ||
ksolymosi | 0 | 8,432,040,132 | 65% | ||
smafey | 0 | 83,251,819 | 5.85% | ||
paddygsound | 0 | 156,625,901 | 5.85% | ||
marialefleitas | 0 | 168,893,159 | 5.85% | ||
damzxyno | 0 | 215,851,356 | 3.51% | ||
hillaryaa | 0 | 140,444,889 | 11.7% | ||
derekvonzarovich | 0 | 137,288,946 | 5.85% | ||
gotgame | 0 | 97,452,507 | 5.85% | ||
birgitt | 0 | 379,734,656 | 11.7% | ||
poodai | 0 | 511,984,314 | 5.85% | ||
imamalkimas | 0 | 181,415,742 | 11.7% | ||
zeeshan003 | 0 | 244,574,181 | 65% | ||
thuraaunghtet | 0 | 65,278,391 | 5.85% | ||
happychild | 0 | 218,270,064 | 5.85% | ||
peaceandwar | 0 | 1,464,877,231 | 5.85% | ||
enzor | 0 | 1,005,139,695 | 32.5% | ||
anonymous13 | 0 | 73,117,153 | 11.7% | ||
joendegz | 0 | 198,370,455 | 5.85% | ||
jesusj1 | 0 | 76,022,444 | 5.85% | ||
pratik27 | 0 | 1,627,830,362 | 32.5% | ||
digitalpnut | 0 | 183,945,628 | 5.85% | ||
kimchi-king | 0 | 162,370,190 | 5.85% | ||
rachelsmantra | 0 | 2,746,356,253 | 65% | ||
daydreaming | 0 | 595,085,707 | 100% | ||
gra | 0 | 23,508,725,444 | 65% | ||
wandersells | 0 | 89,933,890 | 5.85% | ||
tfcoates | 0 | 1,770,097,423 | 16.25% | ||
sci-guy | 0 | 223,046,464 | 65% | ||
kerry234 | 0 | 141,399,257 | 11.7% | ||
kimaben | 0 | 63,023,656 | 2.92% | ||
canhoch | 0 | 191,859,663 | 32.17% | ||
janine-ariane | 0 | 496,982,936 | 5% | ||
delph-in-holland | 0 | 126,562,773 | 5.85% | ||
spectrums | 0 | 82,584,487 | 11.7% | ||
drmake | 0 | 7,025,046,903 | 5.85% | ||
eleonardo | 0 | 242,060,826 | 6.5% | ||
pechichemena | 0 | 918,903,306 | 5% | ||
skycae | 0 | 585,343,241 | 11.7% | ||
sireh | 0 | 551,529,105 | 1.17% | ||
physics.benjamin | 0 | 511,780,568 | 65% | ||
egotheist | 0 | 963,165,752 | 6.5% | ||
kenadis | 0 | 18,155,386,651 | 65% | ||
esaia.mystic | 0 | 569,944,557 | 11.7% | ||
amavi | 0 | 10,161,495,671 | 13% | ||
enjoyy | 0 | 65,595,486 | 5.85% | ||
robotics101 | 0 | 2,883,962,790 | 52% | ||
tristan-muller | 0 | 416,169,721 | 65% | ||
hasan086 | 0 | 64,684,058 | 5.85% | ||
williams-owb | 0 | 91,403,039 | 11.7% | ||
alexs1320 | 0 | 49,740,940,172 | 100% | ||
thescubageek | 0 | 753,582,057 | 5.85% | ||
sohailahmed | 0 | 989,347,188 | 5.85% | ||
crescendoofpeace | 0 | 205,995,565 | 2.92% | ||
fejiro | 0 | 846,139,777 | 32.5% | ||
tomatom | 0 | 112,927,826 | 5.85% | ||
aamin | 0 | 1,082,491,847 | 32.5% | ||
akumar | 0 | 149,424,867 | 5.85% | ||
sco | 0 | 39,670,360,038 | 65% | ||
adetola | 0 | 4,950,101,513 | 65% | ||
anikekirsten | 0 | 2,455,173,011 | 11.7% | ||
evernew | 0 | 65,984,575 | 5.85% | ||
rharphelle | 0 | 1,984,637,650 | 25% | ||
gordon92 | 0 | 364,457,940 | 4.87% | ||
dysfunctional | 0 | 4,687,328,017 | 32.5% | ||
rasamuel | 0 | 277,625,290 | 5.85% | ||
stahlberg | 0 | 1,589,460,194 | 5.85% | ||
gabrielatravels | 0 | 232,669,720 | 2.92% | ||
cordeta | 0 | 211,918,142 | 5.85% | ||
cerventus | 0 | 87,737,884 | 5.85% | ||
monie | 0 | 447,150,620 | 100% | ||
creatrixity | 0 | 156,429,462 | 5.85% | ||
speaklife | 0 | 154,569,873 | 11.7% | ||
burlarj | 0 | 238,215,801 | 6.5% | ||
shoganaii | 0 | 2,511,915,360 | 32.5% | ||
bobsthinking | 0 | 152,467,900 | 5.85% | ||
jesusjacr | 0 | 2,022,420,773 | 6.5% | ||
sneikder | 0 | 72,888,839 | 11.7% | ||
laritheghost | 0 | 435,102,451 | 5.85% | ||
bimijay | 0 | 73,294,531 | 11.7% | ||
anarchojeweler | 0 | 77,157,434 | 2.92% | ||
jlmol7 | 0 | 355,907,499 | 65% | ||
mittymartz | 0 | 1,469,850,121 | 32.5% | ||
theodora.austria | 0 | 4,585,499,476 | 100% | ||
christianyocte | 0 | 83,489,818 | 1.17% | ||
zorto | 0 | 96,500,031 | 5.85% | ||
geekorner | 0 | 8,233,279,525 | 100% | ||
m1alsan | 0 | 80,946,489 | 5.85% | ||
adamzi | 0 | 1,439,586,008 | 5.85% | ||
jayboss | 0 | 69,961,429 | 11.7% | ||
terrylovejoy | 0 | 12,704,248,643 | 26% | ||
jibril14 | 0 | 323,465,331 | 11.7% | ||
wisewoof | 0 | 469,387,890 | 5.85% | ||
olajidekehinde | 0 | 848,224,518 | 32.5% | ||
real2josh | 0 | 660,191,839 | 32.5% | ||
iamfo | 0 | 152,277,394 | 5.85% | ||
strings | 0 | 109,503,824 | 5.85% | ||
giddyupngo | 0 | 863,718,411 | 5.85% | ||
steepup | 0 | 1,399,120,832 | 26% | ||
mrday | 0 | 1,034,905,077 | 5.85% | ||
joelgonz1982 | 0 | 314,670,101 | 5.85% | ||
lesshorrible | 0 | 18,169,147,638 | 65% | ||
aaronteng | 0 | 90,079,782 | 5.85% | ||
debbietiyan | 0 | 276,249,591 | 5.85% | ||
rionpistorius | 0 | 123,084,870 | 32.5% | ||
randomwanderings | 0 | 215,762,675 | 5.85% | ||
heajin | 0 | 81,051,730 | 16.25% | ||
kingabesh | 0 | 2,316,848,676 | 32.5% | ||
josephace135 | 0 | 2,511,586,608 | 32.5% | ||
didic | 0 | 2,380,860,943 | 5.85% | ||
niko3d | 0 | 297,324,060 | 5.85% | ||
operahoser | 0 | 953,562,457 | 2.92% | ||
yuniraziati | 0 | 67,180,912 | 11.7% | ||
wdoutjah | 0 | 612,839,091 | 5.85% | ||
asonintrigue | 0 | 121,378,559 | 5.85% | ||
kelos | 0 | 401,124,473 | 10% | ||
jpmkikoy | 0 | 112,053,364 | 5.85% | ||
caitycat | 0 | 212,992,905 | 5.85% | ||
gio6 | 0 | 79,715,016 | 5.85% | ||
maanabdullah | 0 | 76,100,266 | 5.85% | ||
ugonma | 0 | 2,979,623,160 | 65% | ||
ameliabartlett | 0 | 430,271,405 | 1.75% | ||
robertbira | 0 | 2,998,072,087 | 16.25% | ||
mindscapephotos | 0 | 283,013,943 | 4.09% | ||
juandvg | 0 | 77,749,839 | 11.7% | ||
ajpacheco1610 | 0 | 1,524,228,361 | 32.5% | ||
alexdory | 0 | 45,593,933,159 | 100% | ||
vegan.niinja | 0 | 254,928,842 | 5.85% | ||
flugschwein | 0 | 14,835,798,754 | 56.55% | ||
benleemusic | 0 | 4,190,976,687 | 1.17% | ||
lianaakobian | 0 | 14,191,424,229 | 52% | ||
cyprianj | 0 | 5,171,453,252 | 100% | ||
jbrrd | 0 | 158,786,299 | 15% | ||
ivan-g | 0 | 1,160,171,621 | 5.85% | ||
elfranz | 0 | 99,301,220 | 5.85% | ||
chimtivers96 | 0 | 560,390,247 | 11.7% | ||
jerscoguth | 0 | 73,261,113 | 11.7% | ||
leomarylm | 0 | 65,415,643 | 5.85% | ||
amirdesaingrafis | 0 | 224,331,996 | 5.85% | ||
wrpx | 0 | 91,577,047 | 5.85% | ||
joelagbo | 0 | 395,812,972 | 5.85% | ||
idkpdx | 0 | 331,433,883 | 5.85% | ||
atjehsteemit | 0 | 88,769,323 | 5.85% | ||
anyes2013 | 0 | 1,186,121,996 | 32.5% | ||
l0ki | 0 | 397,957,392 | 100% | ||
jonnyla08 | 0 | 96,997,473 | 5.85% | ||
jaycem | 0 | 158,047,058 | 25.74% | ||
kookyan | 0 | 265,298,177 | 5.85% | ||
the-doubled | 0 | 64,115,014 | 11.7% | ||
sunshinebear | 0 | 99,292,000 | 5.85% | ||
phaazer1 | 0 | 187,550,838 | 5.85% | ||
alexa.creates | 0 | 107,731,203 | 5.85% | ||
romualdd | 0 | 4,189,243,614 | 100% | ||
bil.prag | 0 | 157,198,153 | 0.58% | ||
galione | 0 | 98,479,140 | 5.85% | ||
muratkbesiroglu | 0 | 3,324,327,002 | 1% | ||
dedesuryani | 0 | 86,459,197 | 32.5% | ||
theunlimited | 0 | 61,171,664 | 10% | ||
cryptoitaly | 0 | 5,858,400,973 | 32.5% | ||
forestplane | 0 | 330,132,886 | 64.35% | ||
chillingotter | 0 | 212,074,225 | 5.85% | ||
laurentiu.negrea | 0 | 153,913,692 | 5.85% | ||
bitmycoin | 0 | 312,654,455 | 5.85% | ||
effofex | 0 | 2,060,959,036 | 32.5% | ||
abdulmath | 0 | 1,194,805,528 | 32.5% | ||
wisata | 0 | 67,147,421 | 11.7% | ||
count-antonio | 0 | 194,860,465 | 32.5% | ||
de-stem | 0 | 32,017,238,313 | 64.35% | ||
ikeror | 0 | 84,825,930 | 10.53% | ||
derbesserwisser | 0 | 5,212,896,590 | 25% | ||
greatwarrior79 | 0 | 129,940,590 | 32.5% | ||
bavi | 0 | 204,066,963 | 5.85% | ||
hiddenblade | 0 | 83,728,711 | 5.85% | ||
yann85 | 0 | 345,095,322 | 12% | ||
ari16 | 0 | 968,230,957 | 32.5% | ||
thethor1122 | 0 | 142,587,766 | 2.34% | ||
technotroll | 0 | 119,027,111 | 5.85% | ||
jaydih | 0 | 223,762,144 | 1% | ||
kendallron | 0 | 208,825,741 | 11.7% | ||
thomaskatan | 0 | 142,264,335 | 8.19% | ||
michaelwrites | 0 | 907,254,059 | 32.5% | ||
apteacher | 0 | 317,429,903 | 2.34% | ||
tasjun | 0 | 95,719,329 | 11.7% | ||
rkrebel73235 | 0 | 261,802,519 | 100% | ||
vanessahampton | 0 | 3,864,906,371 | 32.5% | ||
jembee | 0 | 149,849,157 | 5.85% | ||
etaletai | 0 | 86,716,607 | 5.85% | ||
temitayo-pelumi | 0 | 4,954,380,303 | 65% | ||
qberryfarms | 0 | 292,426,597 | 5.85% | ||
shookriya | 0 | 214,717,007 | 2.34% | ||
doctor-cog-diss | 0 | 316,886,996 | 65% | ||
vigna | 0 | 350,961,402 | 0.58% | ||
onethousandpics | 0 | 170,530,006 | 5.85% | ||
toby-l | 0 | 73,008,441 | 11.7% | ||
synick | 0 | 159,393,970 | 13% | ||
kyanzieuno | 0 | 78,406,814 | 5.85% | ||
metama | 0 | 1,011,897,102 | 5.85% | ||
romanleopold | 0 | 1,458,540,143 | 5.85% | ||
niouton | 0 | 651,471,382 | 2.34% | ||
soundworks | 0 | 211,826,091 | 9.06% | ||
cosmophobia | 0 | 685,631,774 | 5.85% | ||
beautyinscience | 0 | 197,748,041 | 32.5% | ||
byash | 0 | 66,949,762 | 11.7% | ||
medicnet | 0 | 520,218,316 | 100% | ||
communityisyou | 0 | 520,218,316 | 100% | ||
atheology | 0 | 158,116,356 | 5.85% | ||
chrstnv | 0 | 86,849,016 | 11.7% | ||
council | 0 | 681,597,260 | 10% | ||
artcreator | 0 | 82,970,322 | 13% | ||
eroticabian | 0 | 168,006,219 | 2.34% | ||
krathos | 0 | 72,927,266 | 11.7% | ||
sthephany | 0 | 73,045,111 | 11.7% | ||
richardgreen | 0 | 105,010,628 | 5.85% | ||
biomimi | 0 | 240,080,774 | 40% | ||
ibk-gabriel | 0 | 558,349,432 | 32.5% | ||
mirzantorres | 0 | 72,958,729 | 11.7% | ||
funster | 0 | 152,478,649 | 64.35% | ||
conficker | 0 | 6,675,342,707 | 65% | ||
angelzam | 0 | 72,904,130 | 11.7% | ||
patapa | 0 | 72,916,730 | 11.7% | ||
ilovecryptopl | 0 | 682,834,734 | 5.85% | ||
purelyscience | 0 | 544,526,299 | 32.5% | ||
derg | 0 | 72,896,452 | 11.7% | ||
esteliopadilla | 0 | 188,788,928 | 5.85% | ||
lagrangemit | 0 | 73,361,125 | 11.7% | ||
riemman-stielmit | 0 | 73,355,610 | 11.7% | ||
mitaenda | 0 | 87,640,315 | 13% | ||
juanhobos | 0 | 80,541,083 | 5.85% | ||
steinz | 0 | 72,256,790 | 5.85% | ||
schlunior | 0 | 7,371,811,529 | 32.17% | ||
nikola.kalabic | 0 | 73,170,216 | 11.7% | ||
kind-sir | 0 | 64,947,508 | 2% | ||
bitson | 0 | 71,793,569 | 5.85% | ||
call-me-howie | 0 | 9,688,496,461 | 5.85% | ||
sergiotorres | 0 | 73,321,903 | 11.7% | ||
tropicalgrey | 0 | 72,993,149 | 11.7% | ||
cryptoisfun | 0 | 92,567,370 | 5.85% | ||
hansmast | 0 | 1,011,326,514 | 5.85% | ||
cynicalcake | 0 | 129,329,292 | 5.85% | ||
ulockblock | 0 | 209,924,380 | 5.85% | ||
wstanley226 | 0 | 406,688,046 | 50% | ||
jireneye | 0 | 73,021,961 | 11.7% | ||
maikolp | 0 | 73,294,982 | 11.7% | ||
carlosvls | 0 | 73,279,993 | 11.7% | ||
amelisfer | 0 | 72,945,710 | 11.7% | ||
masaitv | 0 | 167,606,042 | 2.34% | ||
andypalacios | 0 | 73,279,993 | 11.7% | ||
drmoises | 0 | 106,910,513 | 32.5% | ||
bitcoingodperson | 0 | 97,351,164,873 | 25% | ||
gatis-photo | 0 | 109,657,615 | 2% | ||
testomilian | 0 | 234,276,392 | 38.61% | ||
sciencebox | 0 | 73,271,866 | 11.7% | ||
scienceboard | 0 | 73,271,866 | 11.7% | ||
jasb | 0 | 73,078,369 | 11.7% | ||
juanchop | 0 | 73,271,866 | 11.7% | ||
allhailfish | 0 | 69,402,337 | 26% | ||
steemingnaija | 0 | 140,331,420 | 2.92% | ||
m03kr1 | 0 | 73,174,547 | 11.7% | ||
clement.poiret | 0 | 654,607,078 | 11.7% | ||
markgritter | 0 | 2,362,076,284 | 100% | ||
ogsenti | 0 | 60,769,536 | 100% | ||
vzlauniversity | 0 | 73,224,136 | 11.7% | ||
karlab | 0 | 73,224,535 | 11.7% | ||
masterkey1 | 0 | 73,224,535 | 11.7% | ||
michaelto | 0 | 72,939,599 | 11.7% | ||
supposer | 0 | 320,099,164 | 64.35% | ||
olasamuel | 0 | 1,337,693,423 | 100% | ||
herbayomi | 0 | 1,388,036,676 | 32.5% | ||
kiikoh | 0 | 110,224,685 | 11.7% | ||
mrunderstood | 0 | 198,187,269 | 5.85% | ||
bidbots | 0 | 155,174,829 | 5.85% | ||
synthtology | 0 | 1,798,278,370 | 5.85% | ||
changevictory | 0 | 73,261,446 | 11.7% | ||
matrixbinary | 0 | 73,166,011 | 11.7% | ||
fclosamigos | 0 | 73,166,011 | 11.7% | ||
plumesteemit | 0 | 73,166,011 | 11.7% | ||
brandsteemit | 0 | 73,166,011 | 11.7% | ||
parchazar | 0 | 73,268,821 | 11.7% | ||
trickgame | 0 | 73,166,011 | 11.7% | ||
gil96ve | 0 | 58,813,048 | 15% | ||
swapsteem | 0 | 355,577,959 | 32.5% | ||
tiagoferezin | 0 | 73,240,366 | 11.7% | ||
raghao | 0 | 119,403,910 | 5.85% | ||
jjsegovia | 0 | 73,104,243 | 11.7% | ||
truelovemom | 0 | 73,339,686 | 11.7% | ||
tecnosc | 0 | 73,102,844 | 11.7% | ||
purplepaper | 0 | 73,102,844 | 11.7% | ||
wonderfulfood | 0 | 73,102,844 | 11.7% | ||
knightbjj | 0 | 113,771,225 | 5.85% | ||
predict-crypto | 0 | 1,217,613,953 | 0.23% | ||
alpha-today | 0 | 71,715,187 | 5.85% | ||
chickenmeat | 0 | 291,601,271 | 5.85% | ||
kaneko | 0 | 84,724,557 | 5.85% | ||
dna-polymerase | 0 | 201,062,636 | 32.5% | ||
dna-ligase | 0 | 201,062,635 | 32.5% | ||
dna-helicase | 0 | 201,062,633 | 32.5% | ||
dna-primase | 0 | 201,062,632 | 32.5% | ||
sliding-clamp | 0 | 201,062,631 | 32.5% | ||
clamp-loader | 0 | 201,062,631 | 32.5% | ||
dna-gyrase | 0 | 201,062,630 | 32.5% | ||
rna-polymerase | 0 | 201,062,629 | 32.5% | ||
ribosome | 0 | 201,062,628 | 32.5% | ||
leftyobradovich | 0 | 236,947,711 | 42.25% | ||
mathsolver | 0 | 1,963,108,165 | 100% | ||
divram | 0 | 279,476,744 | 100% | ||
elliotyagami | 0 | 528,570,075 | 100% | ||
umair123behappy | 0 | 595,391,051 | 100% | ||
mahima006 | 0 | 574,107,604 | 100% | ||
msolver | 0 | 607,493,056 | 100% |
Well done! Don't forget to also engage with other authors as this is what builds the community. The best way to advertise your account in the beginning is to actually be a smart and considerate person. Perhaps add a few words to the account description. That's your business card! Thanks for joining us and I am here for help and for any question you have! Nice country you have, I hope I will visit it soon, was in Thailand in December but I'd love to visit Korea or Japan soon. Cheers! https://media.discordapp.net/attachments/424101899298537472/424203505692049432/Engagement_Officer.png?width=400&height=183
author | alexdory |
---|---|
permlink | re-mathsolver-math-talk-4-pigeonhole-principles-and-applications-2-20180820t084154796z |
category | math |
json_metadata | {"tags":["math"],"image":["https://media.discordapp.net/attachments/424101899298537472/424203505692049432/Engagement_Officer.png?width=400&height=183"],"app":"steemit/0.1"} |
created | 2018-08-20 08:41:48 |
last_update | 2018-08-20 08:41:48 |
depth | 1 |
children | 1 |
last_payout | 2018-08-27 08:41:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 615 |
author_reputation | 6,862,980,134,251 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,781,960 |
net_rshares | 0 |
Thanks a lot SteemSTem! I will add some descriptions on my account profile.
author | mathsolver |
---|---|
permlink | re-alexdory-re-mathsolver-math-talk-4-pigeonhole-principles-and-applications-2-20180820t130229775z |
category | math |
json_metadata | {"tags":["math"],"app":"steemit/0.1"} |
created | 2018-08-20 13:02:30 |
last_update | 2018-08-20 13:02:30 |
depth | 2 |
children | 0 |
last_payout | 2018-08-27 13:02:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 75 |
author_reputation | 1,337,981,311,807 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,801,604 |
net_rshares | 0 |
Nice! Visualization of Theorem paragraph is just a beauty. For non-math readers, [relatively prime](http://mathworld.wolfram.com/RelativelyPrime.html).
author | alexs1320 |
---|---|
permlink | re-mathsolver-math-talk-4-pigeonhole-principles-and-applications-2-20180818t063857625z |
category | math |
json_metadata | {"tags":["math"],"links":["http://mathworld.wolfram.com/RelativelyPrime.html"],"app":"steemit/0.1"} |
created | 2018-08-18 06:39:03 |
last_update | 2018-08-18 06:39:03 |
depth | 1 |
children | 0 |
last_payout | 2018-08-25 06:39:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 150,945,165,388,638 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,573,530 |
net_rshares | 46,417,919,903 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alexdory | 0 | 46,417,919,903 | 100% |
Congratulations @mathsolver! Your post was mentioned in the [Steemit Hit Parade for newcomers](https://steemit.com/hit-parade/@arcange/daily-hit-parade-for-newcomers-20180817) in the following category: * Pending payout - Ranked 5 with $ 22,01 I also upvoted your post to increase its reward If you like my work to promote newcomers and give them more visibility on Steemit, consider to [vote for my witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=arcange&approve=1)!
author | arcange |
---|---|
permlink | re-math-talk-4-pigeonhole-principles-and-applications-2-20180817t191642000z |
category | math |
json_metadata | "" |
created | 2018-08-18 17:20:42 |
last_update | 2018-08-18 17:20:42 |
depth | 1 |
children | 0 |
last_payout | 2018-08-25 17:20:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 492 |
author_reputation | 1,146,616,139,479,238 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,621,187 |
net_rshares | 0 |
Congratulations @mathsolver! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@mathsolver) Award for the number of upvotes <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! > You can upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-mathsolver-20180818t030150000z |
category | math |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-08-18 03:01:51 |
last_update | 2018-08-18 03:01:51 |
depth | 1 |
children | 0 |
last_payout | 2018-08-25 03:01:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 663 |
author_reputation | 38,975,615,169,260 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,559,798 |
net_rshares | 0 |
<center> https://cdn.discordapp.com/attachments/354723995037466624/463380522928963599/steemSTEM.png</center> <br><br> This post has been voted on by the steemstem curation team and voting trail. <br> <br>There is more to SteemSTEM than just writing posts, check <a href="https://steemit.com/steemstem/@steemstem/being-a-member-of-the-steemstem-community">here</a> for some more tips on being a community member. You can also join our discord <a href="https://discord.gg/BPARaqn">here</a> to get to know the rest of the community!
author | steemstem |
---|---|
permlink | re-math-talk-4-pigeonhole-principles-and-applications-2-20180818t110828 |
category | math |
json_metadata | "" |
created | 2018-08-18 11:08:30 |
last_update | 2018-08-18 11:08:30 |
depth | 1 |
children | 1 |
last_payout | 2018-08-25 11:08:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 530 |
author_reputation | 262,017,435,115,313 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,591,044 |
net_rshares | 0 |
Thanks a lot! I'll do my best to post quality materials in Steemit.
author | mathsolver |
---|---|
permlink | re-steemstem-re-math-talk-4-pigeonhole-principles-and-applications-2-20180818t110828-20180818t121014583z |
category | math |
json_metadata | {"tags":["math"],"app":"steemit/0.1"} |
created | 2018-08-18 12:10:12 |
last_update | 2018-08-18 12:10:12 |
depth | 2 |
children | 0 |
last_payout | 2018-08-25 12:10:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 1,337,981,311,807 |
root_title | "[Math Talk #4] Pigeonhole Principle and Applications [2]" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 68,595,161 |
net_rshares | 0 |