MathDB
Linear algebra in Olympiads......?

Source: 2018 Taiwan TST Round 3

April 2, 2020
linear algebracombinatoricsTaiwan

Problem Statement

Given a connected graph with nn edges, where there are no parallel edges. For any two cycles C,CC,C' in the graph, define its outer cycle to be CC={xx(CC)(CC)}.C*C'=\{x|x\in (C-C')\cup (C'-C)\}. (1) Let rr be the largest postive integer so that we can choose rr cycles C1,C2,,CrC_1,C_2,\ldots,C_r and for all 1kr1\leq k\leq r and 1i1\leq i, j1,j2,,jkrj_1,j_2,\ldots,j_k\leq r, we have CiCj1Cj2Cjk.C_i\neq C_{j_1}*C_{j_2}*\cdots*C_{j_k}. (Remark: There should have been an extra condition that either j1ij_1\neq i or k1k\neq 1) (2) Let ss be the largest positive integer so that we can choose ss edges that do not form a cycle. (Remark: A more precise way of saying this is that any nonempty subset of these ss edges does not form a cycle) Show that r+s=nr+s=n.
Note: A cycle is a set of edges of the form {AiAi+1,1in}\{A_iA_{i+1},1\leq i\leq n\} where n3n\geq 3, A1,A2,,AnA_1,A_2,\ldots,A_n are distinct vertices, and An+1=A1A_{n+1}=A_1.