Tsumego Pro - Basic Tesuji #10

If you're new to the game and have questions, post them here.
Post Reply
User avatar
Drew
Lives in gote
Posts: 301
Joined: Thu Oct 17, 2013 12:59 am
Rank: infant
GD Posts: 0
Location: Illinois
Has thanked: 228 times
Been thanked: 84 times
Contact:

Tsumego Pro - Basic Tesuji #10

Post by Drew »

I'm confused by this problem because I don't see any "win" for black. The program's stated answer is shown below as 1-3.

My objection is 4 & 6.
Click Here To Show Diagram Code
[go]$$B Corner
$$ ------------------
$$ | . O X 1 4 X 2 . .
$$ | . O X 6 X O . . .
$$ | 3 O X X O O . . .
$$ | . X O O O . . . .
$$ | . X . . . . . . .
$$ | . . X . . . . . .
$$ | . . . . . . . . .
$$ | . . . . . . . . .
$$ | . . . . . . . . .[/go]
Is the problem in error? Or am I missing something terribly obvious?
User avatar
MagicMagor
Lives with ko
Posts: 130
Joined: Wed Apr 28, 2010 2:14 am
Rank: EGF 1k
GD Posts: 0
Universal go server handle: MagicMagor
Has thanked: 4 times
Been thanked: 37 times

Re: Tsumego Pro - Basic Tesuji #10

Post by MagicMagor »

Yes you are missing :b5: :D
After :w4: the situation turns into a Ko. Living without Ko is usually better than Ko, but Ko is better than plain dying. So the answer is "Black can make Ko with 1 and 3".
Just for comparison, this is what happens when white can play first:
Click Here To Show Diagram Code
[go]$$B Corner
$$ ------------------
$$ | . O X 2 . X 4 . .
$$ | . O X 3 X O . . .
$$ | . O X X O O . . .
$$ | . X O O O . . . .
$$ | . X . . . . . . .
$$ | . . X . . . . . .
$$ | . . . . . . . . .
$$ | . . . . . . . . .
$$ | . . . . . . . . .[/go]
Now black can't connect because it is self-atari, so black is outright dead.
User avatar
Cassandra
Lives in sente
Posts: 1326
Joined: Wed Apr 28, 2010 11:33 am
Rank: German 1 Kyu
GD Posts: 0
Has thanked: 14 times
Been thanked: 153 times

Re: Tsumego Pro - Basic Tesuji #10

Post by Cassandra »

MagicMagor wrote: Just for comparison, this is what happens when white can play first:
Black 3 is Self-Atari, so White 4 should capture !
The really most difficult Go problem ever: https://igohatsuyoron120.de/index.htm
Igo Hatsuyōron #120 (really solved by KataGo)
User avatar
Drew
Lives in gote
Posts: 301
Joined: Thu Oct 17, 2013 12:59 am
Rank: infant
GD Posts: 0
Location: Illinois
Has thanked: 228 times
Been thanked: 84 times
Contact:

Re: Tsumego Pro - Basic Tesuji #10

Post by Drew »

MagicMagor wrote:Yes you are missing :b5: :D
After :w4: the situation turns into a Ko. Living without Ko is usually better than Ko, but Ko is better than plain dying. So the answer is "Black can make Ko with 1 and 3".
I don't understand how this makes ko. What I see is :b5: elsewhere and :w6: killing all the group and taking the 6 stones. The reader is supposed to assume that :b5: is a sufficiently large ko threat played elsewhere on the board to make playing :w6: at the key point a bad decision? Couldn't you use that logic to solve every tsumego?!? :study:
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

Drew wrote:I don't understand how this makes ko.
Hi Drew, it's B's turn to play, so:
Where can B play locally, and what are the different results, locally ?

Can you see, and do you agree, that if B does not play at the solution (x),
but anywhere else, then W can kill at least :bt: ?
Click Here To Show Diagram Code
[go]$$B :b1: not at (x)
$$ ------------------
$$ | . O Y x . X . . .
$$ | . O Y . X O . . .
$$ | . O Y Y O O . . .
$$ | . X O O O . . . .
$$ | . X . . . . . . .
$$ | . . X . . . . . .
$$ | . . . . . . . . .[/go]
Drew wrote:The program's stated answer is shown below as 1-3.

My objection is 4 & 6.
Sorry, what you said is a bit unclear:
does the program show the solution only up to :b3: ?
Or does it also include :w4: and :w6: ?
Drew wrote:What I see is :b5: elsewhere and :w6: killing all the group and taking the 6 stones.
Same question: does the program include :w6: , removing the 6 B stones, or is that your continuation ?

After :b3: hane, :w4: starts the ko.
Suppose :b5: is a ko threat elsewhere, and W replies with :w6: (also elsewhere).
Then B can re-take the local ko with :b7: , which gains an important liberty for B --
now the big B group momentarily has 2 liberties:
Click Here To Show Diagram Code
[go]$$B :b5:, :w6: elsewhere
$$ ------------------
$$ | . O X 1 4 7 2 . .
$$ | a O X . X O . . .
$$ | 3 O X X O O . . .
$$ | . X O O O . . . .
$$ | . X . . . . . . .
$$ | . . X . . . . . .
$$ | . . . . . . . . .[/go]
This means that if -- an important if --
B has the chance to play at (a) while the 6 B stones are not in atari,
then B kills W here, and B lives.

Which is better than simply dead for B.

This is why the solution :b1: is a ko.
Drew wrote:The reader is supposed to assume that :b5: ...
If your program includes :w6: removing the 6 B stones,
it's showing the local result when W wins the local ko.
DrStraw
Oza
Posts: 2180
Joined: Tue Apr 27, 2010 4:09 am
Rank: AGA 5d
GD Posts: 4312
Online playing schedule: Every tenth February 29th from 20:00-20:01 (if time permits)
Location: ʍoquıɐɹ ǝɥʇ ɹǝʌo 'ǝɹǝɥʍǝɯos
Has thanked: 237 times
Been thanked: 662 times
Contact:

Re: Tsumego Pro - Basic Tesuji #10

Post by DrStraw »

Cassandra wrote:
MagicMagor wrote: Just for comparison, this is what happens when white can play first:
Black 3 is Self-Atari, so White 4 should capture !
White should not play 4. No need to. He should ignore it.
Still officially AGA 5d but I play so irregularly these days that I am probably only 3d or 4d over the board (but hopefully still 5d in terms of knowledge, theory and the ability to contribute).
User avatar
Drew
Lives in gote
Posts: 301
Joined: Thu Oct 17, 2013 12:59 am
Rank: infant
GD Posts: 0
Location: Illinois
Has thanked: 228 times
Been thanked: 84 times
Contact:

Re:

Post by Drew »

EdLee wrote:
Drew wrote:I don't understand how this makes ko.
Hi Drew, it's B's turn to play, so:
Where can B play locally, and what are the different results, locally ?

Can you see, and do you agree, that if B does not play at the solution (x),
but anywhere else, then W can kill at least :bt: ?
Click Here To Show Diagram Code
[go]$$B :b1: not at (x)
$$ ------------------
$$ | . O Y x . X . . .
$$ | . O Y . X O . . .
$$ | . O Y Y O O . . .
$$ | . X O O O . . . .
$$ | . X . . . . . . .
$$ | . . X . . . . . .
$$ | . . . . . . . . .[/go]
Drew wrote:The program's stated answer is shown below as 1-3.

My objection is 4 & 6.
Sorry, what you said is a bit unclear:
does the program show the solution only up to :b3: ?
Hi Ed,

It stops at :b3: and marks itself solved. I meant that :b5: was played elsewhere because I didn't see how it could possibly stave of :w6: locally, which is because I didn't consider the possibility of a ko threat outside the scope of the problem.

I can understand how the ko is possible now, thank you. Just too inexperienced with tsumego to understand what they were after.
User avatar
EdLee
Honinbo
Posts: 8859
Joined: Sat Apr 24, 2010 6:49 pm
GD Posts: 312
Location: Santa Barbara, CA
Has thanked: 349 times
Been thanked: 2070 times

Post by EdLee »

Drew wrote:because I didn't consider the possibility of a ko threat
Hi Drew, you're welcome.

Yes, these are standard conventions: when a tsumego shows you only the local situation:
- if a ko develops, you have to look at all the local threats (if any), and we don't know about the global threats, because they depend on the rest of the board.
- usually you can assume all global ladders (not shown) are good for B, unless explicitly specified otherwise.
Post Reply