# OPENING-BOOK-5x5

## AETHER — NOTATION SYSTEM (STANDARD)

### 1. Board Coordinates

Use algebraic-style coordinates:

* Columns: A–E
* Rows: 1–5

Example:

* A1, C3, E5

***

### 2. Move Notation

#### Basic move:

`C3→D5`

***

#### Merge:

`C3×D5`

***

#### Result annotation:

`[A,B]`, `[A,B,C]`, etc.

Example: `C3×D5 → [A,B]`

***

### 3. Full Move Format

`1. C3×D5 [A,B]`

***

### 4. Win

`→ WIN`

***

### 5. Comments

* `!` strong move
* `?` mistake
* `!!` brilliant
* `??` losing

***

### 6. Principle

Notation tracks:

* geometry
* structure evolution

***

***

## AETHER — OPENING BOOK (5×5)

### 1. Opening Philosophy

* Do NOT rush merges
* First stable structure decides the game
* Control distances before committing

***

### 2. Main Opening Families

***

### 🟢 Opening A: Neutral Expansion

#### Idea:

Delay merges, create flexibility

#### Line:

1. C3→D5 1... B2→C4
2. D5→B4 2... C4→E3

***

#### Evaluation:

✔ Balanced ✔ High flexibility → Leads to positional game

***

***

### 🟣 Opening B: Controlled Early Merge

#### Idea:

Create safe 2-set

#### Line:

1. C3×D5 → \[A,B] 1... A2→B4
2. \[A,B] reposition

***

#### Condition:

✔ Only if no immediate access to C

***

#### Evaluation:

✔ Strong if isolated ⚠ Losing if exposed

***

***

### 🔴 Opening C: Greedy Merge (REFUTED)

#### Line:

1. C3×D5 → \[A,B] 1... E4×\[A,B] → \[A,B,C]

***

#### Result:

→ opponent gains tempo

***

#### Evaluation:

❌ Losing

***

***

### 🟡 Opening D: Mirror Play

#### Idea:

Maintain symmetry

#### Line:

1. C3→D5 1... symmetric reply

***

#### Evaluation:

→ Drawish tendencies

***

### 3. Opening Table

| Opening          | Type    | Result   |
| ---------------- | ------- | -------- |
| Neutral          | safe    | balanced |
| Controlled merge | sharp   | strong   |
| Greedy merge     | bad     | losing   |
| Mirror           | passive | draw     |

***

***

## AETHER — MODEL GAME 1 (POSITIONAL)

### Game Type:

Neutral opening → strategic midgame

***

#### Game:

1. C3→D5 1... B2→C4
2. D5→B4 2... C4→E3
3. B4×A2 → \[A,B] 3... D3→C5
4. \[A,B]→C4 4... E3→D5
5. C4×B2 → \[A,B,C] 5... A4→C3

***

### Position Analysis:

* White has \[A,B,C]
* Black lacks immediate D access

***

6. \[A,B,C]→E5 6... D2→C4
7. E5×D3 → \[A,B,C,D] → WIN

***

### Key Insight:

✔ delayed merge ✔ controlled isolation ✔ correct timing

***

### Lesson:

> Winning comes from timing, not speed

***

***

## AETHER — MODEL GAME 2 (TACTICAL TRAP)

### Game Type:

Punishing early mistake

***

#### Game:

1. C3→D5 1... B2→C4
2. D5×C3 → \[A,B] 2... E4→D2 ?

***

### Critical Mistake:

Black ignores access control

***

3. \[A,B]×E4 → \[A,B,C] 3... A2→B4
4. \[A,B,C]×D3 → \[A,B,C,D] → WIN

***

### Key Idea:

✔ opponent failed to block C ✔ immediate tactical punishment

***

### Lesson:

> One mistake = immediate loss

***

***

## AETHER — MODEL GAME 3 (DEFENSIVE MASTERCLASS)

### Game Type:

Perfect defense → draw

***

#### Game:

1. C3→D5 1... B2→C4
2. D5×C3 → \[A,B] 2... E4→C5 !

***

### Key Move:

Black blocks access

***

3. \[A,B]→D5 3... C5→E4
4. D5→B4 4... E4→C3

***

### Position:

* no safe merge possible
* both control access

***

### Outcome:

→ repetition / draw

***

### Lesson:

> Defense = control of access, not reaction

***

***

## AETHER — OPENING PRINCIPLES SUMMARY

### 1. The Five Laws

1. Do not merge without control
2. Distance = evaluation
3. Isolation = advantage
4. Tempo = victory
5. Access = everything

***

### 2. Opening Goals

* Create flexibility
* Avoid commitment
* Map threats

***

### 3. Transition Signal

Opening ends when: → first stable 2-set appears

***

### 4. Strong vs Weak Play

| Strong    | Weak   |
| --------- | ------ |
| delay     | rush   |
| control   | ignore |
| calculate | assume |

***

### 5. Final Insight

> Aether openings are about **denying the future**, not building it

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nautilus-3.gitbook.io/subit64/aether-tour/docs/opening-book-5x5.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
