Subcontests
(10)Inequality on a tree
Let T be a tree with n vertices; that is, a connected simple graph on n vertices that contains no cycle. For every pair u, v of vertices, let d(u,v) denote the distance between u and v, that is, the number of edges in the shortest path in T that connects u with v.Consider the sums
W(T)=\sum_{\substack{\{u,v\}\subseteq V(T)\\ u\neq v}}d(u,v) \text{and} H(T)=\sum_{\substack{\{u,v\}\subseteq V(T)\\ u\neq v}}\frac{1}{d(u,v)}
Prove that
W(T)⋅H(T)≥4(n−1)3(n+2). Necessary values of f'-f
Let V be the set of all continuous functions f:[0,1]→R, differentiable on (0,1), with the property that f(0)=0 and f(1)=1. Determine all α∈R such that for every f∈V, there exists some ξ∈(0,1) such that
f(ξ)+α=f′(ξ) Preferred permutations
Fix positive integers n and k such that 2≤k≤n and a set M consisting of n fruits. A permutation is a sequence x=(x1,x2,…,xn) such that {x1,…,xn}=M. Ivan prefers some (at least one) of these permutations. He realized that for every preferred permutation x, there exist k indices i1<i2<…<ik with the following property: for every 1≤j<k, if he swaps xij and xij+1, he obtains another preferred permutation.
\\ Prove that he prefers at least k! permutations.