Re: Sente, gote and endgame plays
Posted: Sun Apr 22, 2018 8:59 am
Bill, I know you have not caught up with the earlier messages yet but I am struggling with another fundamentally important topic.
In the general case, how to recognise Black's 3-move traversal (CGT reversal)?
This game tree is represented by the counts of its positions. Move values are annotated by M followed by a letter. Positions are annotated by P followed by a letter.
Presuppositions:
1) MD, MV, MW, MX are small.
2) We study the case of PB being a simple sente or ambiguous.
The other case of PB being a simple gote needs to be studied later.
Known facts:
3) C = (D + W) / 2 // count of simple gote
4) MC = (D - W) / 2 // move value of simple gote
5) B = D // sente count by (2)
6) MB = X - D // sente move value by (2)
Black's 3-move traversal:
PA shall have Black's 3-move traversal. As such, PA is NOT a simple gote. This is expressed by the following conditions:
7) B - A < B - C <=> A > C // Black 1 gains less than White 2
8) (B - V) / 2 > C // A = (B - V) / 2 expressed as simple gote count; the condition means Black 1 gains less than White 2
Since PA shall have Black's 3-move traversal, PA is NOT a simple sente. This is expressed by the following condition:
9) C - V >= X - D // PA has at least the sente move value as PB; White 2 should (equality: need) not reply
Conjecture:
You have suggested that we have Black's 3-move traversal if the gote traversal move value MA is at most MC, as follows:
MA <= MC <=> // by definition of traversal move value, by (4)
(D - V) / 2 <= (D - W) / 2 <=>
V >= W
Attempt of proof:
(8) <=>
(B - V) / 2 > C <=> // by (5)
(D - V) / 2 > C <=> // by (3)
(D - V) / 2 > (D + W) / 2 <=>
-V > W
Here I am stuck. This is almost the opposite of the conjecture to be proven. What trivial mistake have I made?
In the general case, how to recognise Black's 3-move traversal (CGT reversal)?
Code: Select all
......A...
...../.\..
..../...\.
...B.....V
../.\.....
./...\....
X.....C...
...../.\..
..../...\.
...D.....W
This game tree is represented by the counts of its positions. Move values are annotated by M followed by a letter. Positions are annotated by P followed by a letter.
Presuppositions:
1) MD, MV, MW, MX are small.
2) We study the case of PB being a simple sente or ambiguous.
The other case of PB being a simple gote needs to be studied later.
Known facts:
3) C = (D + W) / 2 // count of simple gote
4) MC = (D - W) / 2 // move value of simple gote
5) B = D // sente count by (2)
6) MB = X - D // sente move value by (2)
Black's 3-move traversal:
PA shall have Black's 3-move traversal. As such, PA is NOT a simple gote. This is expressed by the following conditions:
7) B - A < B - C <=> A > C // Black 1 gains less than White 2
8) (B - V) / 2 > C // A = (B - V) / 2 expressed as simple gote count; the condition means Black 1 gains less than White 2
Since PA shall have Black's 3-move traversal, PA is NOT a simple sente. This is expressed by the following condition:
9) C - V >= X - D // PA has at least the sente move value as PB; White 2 should (equality: need) not reply
Conjecture:
You have suggested that we have Black's 3-move traversal if the gote traversal move value MA is at most MC, as follows:
MA <= MC <=> // by definition of traversal move value, by (4)
(D - V) / 2 <= (D - W) / 2 <=>
V >= W
Attempt of proof:
(8) <=>
(B - V) / 2 > C <=> // by (5)
(D - V) / 2 > C <=> // by (3)
(D - V) / 2 > (D + W) / 2 <=>
-V > W
Here I am stuck. This is almost the opposite of the conjecture to be proven. What trivial mistake have I made?