返回题库

HMMT 二月 2004 · 团队赛 · 第 11 题

HMMT February 2004 — Team Round — Problem 11

专题
Contest Math / 竞赛数学
难度
L3
来源
HMMT

题目详情

英文原题

  1. [40] Prove that there exists an element a ∈ T such that the equation a ? b = a holdsfor all b ∈ T .
解析

英文解析

  1. Prove that there exists an element a ∈ T such that the equation a ? b = a holds for allb ∈ T .
    Solution: Choose a whose image contains as few elements as possible — we knowwe can do this, since T , being a subset of S , is finite. We claim that this a works.
    Indeed, suppose c is in the image of a . Then, for any d in the image of c , a ? ( c ? d ) =
    ( a ? c ) ? d = c ? d = d , so d is also in the image of a . So the image of c is contained inthe image of a . But a was chosen to have image as small as possible, so the two imagesmust coincide. In particular, a ? a = a is in the image of c . Soa = c ? a = a ? c = c.
    This argument shows that a is the only element of the image of a , which gives whatwe wanted.
    Alternative Solution: This can also be solved without using Problem 10: Theproduct of any two elements of T is also in T , since commutativity and associativitygive ( b ? b ) ? ( c ? c ) = ( b ? c ) ? ( b ? c ) for b, c ∈ S . Then let a , a , . . . , a be all the
    1 2 nelements of T , and put a = a ? a ? · · · ? a ; this value does not depend on the ordering
    1 2 nof the elements. If b ∈ T , then a = c ? b , where c is the ? -product of all elements of Tdifferent from b , and consequently a ? b = ( c ? b ) ? b = c ? ( b ? b ) = c ? b = a .