Difference between revisions of "Useless triangle"

From HexWiki
Jump to: navigation, search
(Added categories)
(Some copy-editing; fixed links; added link to capture)
 
Line 1: Line 1:
  
When a [[piece]]'s neighboring [[hexes]] are filled by the opponent in such a way that that piece has only two empty neighboring hexes that are also adjacent to each other, then the piece is said to lie in a '''useless triangle'''.
+
When a [[piece]]'s neighboring [[hex (board element)|hexes]] are occupied by the opponent's pieces (and/or the opponent's edge) in such a way that that piece has only two empty neighboring hexes that are also adjacent to each other, then the piece is said to lie in a '''useless triangle'''.
  
 
<hexboard size="7x7" contents="R c5 d7 f7  B b5 c4 d4 d5 e7 S c5 b6 c6 e7 e6 f6"/>
 
<hexboard size="7x7" contents="R c5 d7 f7  B b5 c4 d4 d5 e7 S c5 b6 c6 e7 e6 f6"/>
Line 6: Line 6:
 
In the above diagram, the red piece at c5 and the empty hexes b6 and c6 form a useless triangle. The blue piece at e7 and the empty hexes e6 and f6 also form a useless triangle.
 
In the above diagram, the red piece at c5 and the empty hexes b6 and c6 form a useless triangle. The blue piece at e7 and the empty hexes e6 and f6 also form a useless triangle.
  
The important point is that unless the piece in a useless triangle is in that player's [[border row]], the piece is [[dead cell|dead]]. It has effectively been removed from the game — that is, it cannot have any effect on the rest of the game regardless of the rest of the position.  Notice that any red path through c5 must pass through b6 and c6.  But b6 and c6 are connected to each other; therefore any red path through c5 would remain connected even if the red piece at c5 were removed.  Similar logic holds for the blue piece on e7.
+
The important point is that the piece in a useless triangle is [[dead cell|dead]]. It has effectively been removed from the game — that is, it cannot have any effect on the rest of the game regardless of the rest of the position.  Notice that any red path through c5 must pass through b6 and c6.  But b6 and c6 are connected to each other; therefore any red path through c5 would remain connected even if the red piece at c5 were removed.  Similar logic holds for the blue piece on e7.
  
== See also ==
+
The useless triangle is a special case of the more general concept of [[captured cell|capture]].
  
[[Dead cell]]
+
== See also ==
  
[[Equivalent patterns]]
+
* [[Dead cell]]
 +
* [[Captured cell]]
 +
* [[Equivalent patterns]]
  
 
[[category: Theory]]
 
[[category: Theory]]
 
[[category: Intermediate Strategy]]
 
[[category: Intermediate Strategy]]

Latest revision as of 01:47, 12 September 2021

When a piece's neighboring hexes are occupied by the opponent's pieces (and/or the opponent's edge) in such a way that that piece has only two empty neighboring hexes that are also adjacent to each other, then the piece is said to lie in a useless triangle.

abcdefg1234567

In the above diagram, the red piece at c5 and the empty hexes b6 and c6 form a useless triangle. The blue piece at e7 and the empty hexes e6 and f6 also form a useless triangle.

The important point is that the piece in a useless triangle is dead. It has effectively been removed from the game — that is, it cannot have any effect on the rest of the game regardless of the rest of the position. Notice that any red path through c5 must pass through b6 and c6. But b6 and c6 are connected to each other; therefore any red path through c5 would remain connected even if the red piece at c5 were removed. Similar logic holds for the blue piece on e7.

The useless triangle is a special case of the more general concept of capture.

See also