Page 2 of 2

Re: Fun tsumego problem

Posted: Wed Jun 30, 2010 11:11 am
by dfan
deja wrote:
daniel_the_smith wrote:Right, so white makes a ko threat...

But wherever white moves next, black just takes that group, no?

What if white's next move threatens to capture 40 stones? Do you still just take the lower right group?

Here's a more quantitative way to look at it than just "killing is better than ko":

In your solution, the sequence goes bwbWbW, where uppercase letters are moves played elsewhere on the board.
In the correct solution, the sequence goes bwbW (or bW, if White stops thrashing).

In both cases, both players have played the same number of moves as each other. But in your solution, white has gotten to play an extra stone somewhere else on the board for free (two capital W's instead of one).

Re: Fun tsumego problem

Posted: Wed Jun 30, 2010 12:48 pm
by deja
dfan wrote:
deja wrote:
daniel_the_smith wrote:Right, so white makes a ko threat...

But wherever white moves next, black just takes that group, no?

What if white's next move threatens to capture 40 stones? Do you still just take the lower right group?

Here's a more quantitative way to look at it than just "killing is better than ko":

In your solution, the sequence goes bwbWbW, where uppercase letters are moves played elsewhere on the board.
In the correct solution, the sequence goes bwbW (or bW, if White stops thrashing).

In both cases, both players have played the same number of moves as each other. But in your solution, white has gotten to play an extra stone somewhere else on the board for free (two capital W's instead of one).


I was looking at the problem from a local position only, since we have no idea what else is on the board. So "wherever white moves next" was in the context of white trying to save the two groups.

Re: Fun tsumego problem

Posted: Wed Jun 30, 2010 12:50 pm
by Solomon
When you see and solve this problem the first time, it really is hard to forget it because the solution, while not particularly difficult, is just so cute.

Re: Fun tsumego problem

Posted: Wed Jun 30, 2010 12:58 pm
by SoDesuNe
Yeah, I also had a hard time with this problem in "Graded Go Problems For Beginners Volume 3". There were like a handful with this tactic. Pretty astonishing =)

Re: Fun tsumego problem

Posted: Wed Jun 30, 2010 2:09 pm
by k43r
Image

Uploaded with ImageShack.us

Similar problem, but from real kgs game. B to kill ^^ (solution wasn't played in game, kibitz found it)

Re: Fun tsumego problem

Posted: Thu Jul 01, 2010 5:16 am
by flOvermind
k43r wrote:Similar problem, but from real kgs game. B to kill ^^ (solution wasn't played in game, kibitz found it)


Nice ;)

Click Here To Show Diagram Code
[go]$$
$$ ------------+
$$ . X O O 1 4 |
$$ . X X O 2 . |
$$ X . X O O 5 |
$$ O . X X O 3 |
$$ O . X O B B |
$$ X X X O . . |
$$ O X O O O O |
$$ . O X X O . |
$$ O O . X X O |
$$ X . X X O . |
$$ . X X O O O |
$$ X . . X X . |
$$ . X X X . . |[/go]


Click Here To Show Diagram Code
[go]$$ 7 at 1
$$ ------------+
$$ . X O O 1 6 |
$$ . X X O 3 4 |
$$ X . X O O . |
$$ O . X X O 5 |
$$ O . X O B B |
$$ X X X O 2 . |
$$ O X O O O O |
$$ . O X X O . |
$$ O O . X X O |
$$ X . X X O . |
$$ . X X O O O |
$$ X . . X X . |
$$ . X X X . . |[/go]


White can't atari :bc: from either side.