View Single Post
  #2  
Old 06-15-2007, 04:44 AM
blah_blah blah_blah is offline
Senior Member
 
Join Date: Feb 2007
Posts: 378
Default Re: another interesting but harder problem

I hope this works.

Let p(t) denote the sum of the perimeters of the disjoint polygons formed by the infected squares at time t. p(t) is decreasing in t. If the entire grid is infected at time T (>0), p(T) = 4n. But if less than n squares are infected at the beginning, we have p(0)<=4*{# of initially infected squares}<4n, a contradiction, since p(0) >= p(T).

There probably should be some proof that the grid reaches its final state in time T < infinity, but this is more or less trivial.
Reply With Quote