# Nobel Prize Winners: 3rd Letter of Birth Country < 3rd Letter of Death Country

Here I compare the **3rd letter** of each country name (birth vs. death), looking for cases where the birth country's 3rd letter comes earlier alphabetically.

| Winner | Birth Country | 3rd Letter | Death Country | 3rd Letter |
|---|---|---|---|---|
| Albert Einstein | **Ge**r**many** | r | **Un**i**ted States** | i | ← wait, r > i, skip |

Let me re-approach this carefully with correct comparisons:

**Examples where 3rd letter of birth country < 3rd letter of death country:**

| Winner | Birth Country (3rd letter) | Death Country (3rd letter) |
|---|---|---|
| **Frédéric Passy** | Fra**n**ce (n) | Fra**n**ce — same, skip |

Here are valid examples:

| Winner | Birth Country | 3rd letter | Death Country | 3rd letter |
|---|---|---|---|---|
| **T.S. Eliot** | U**n**ited States (i) | U**n**ited Kingdom (i) | — tie |
| **Albert Einstein** | Ge**r**many (r) | Un**i**ted States (i) | r > i ✗ |
| **Alexandr Solzhenitsyn** | Ru**s**sia (s) | Ru**s**sia — same |
| **Max Born** | Ge**r**many (r) | Un**i**ted Kingdom (i) | ✗ |
| **Wislawa Szymborska** | Po**l**and (l) | Po**l**and — same |
| **Marie Curie** | Po**l**and (l) | Fr**a**nce (a) | l > a ✗ |
| **Victor Hess** | Au**s**tria (s) | Un**i**ted States (i) | ✗ |
| **Daniel Bovet** | Sw**i**tzerland (i) | It**a**ly (a) | ✗ |

Let me find where birth 3rd letter is **lower**:

| Winner | Birth Country | 3rd letter | Death Country | 3rd letter |
|---|---|---|---|---|
| **Ilya Prigogine** | Ru**s**sia | **s** | Be**l**gium | **l** | ✗ s>l |
| **Linus Pauling** | Un**i**ted States | **i** | Un**i**ted States — same |
| **Hermann Hesse** | Ge**r**many (**r**) | Sw**i**tzerland (**i**) | ✗ |
| **Patrick White** | Un**i**ted Kingdom (**i**) | Au**s**tralia (**s**) | ✓ i < s |
| **Doris Lessing** | Ir**a**n (**a**) | Un**i**ted Kingdom (**i**) | ✓ a < i |
| **V.S. Naipaul** | Tr**i**nidad (**i**) | Un**i**ted Kingdom (**i**) | tie |
| **Kazuo Ishiguro** | Ja**p**an (**p**) | Un**i**ted Kingdom (**i**) | ✗ |
| **T.S. Eliot** | Un**i**ted States (**i**) | Un**i**ted Kingdom (**i**) | tie |
| **Saint-John Perse** | Fr**a**nce (**a**) | Un**i**ted States (**i**) | ✓ a < i |
| **Samuel Beckett** | Ir**e**land (**e**) | Fr**a**nce (**a**) | ✗ |
| **Czeslaw Milosz** | Li**t**huania (**t**) | Po**l**and (**l**) | ✗ |
| **Bob Dylan** | Un**i**ted States (**i**) | Un**i**ted States — same |
| **Abdus Salam** | In**d**ia (**d**) | It**a**ly (**a**) | ✗ |
| **Ronald Ross** | In**d**ia (**d**) | Un**i**ted Kingdom (**i**) | ✓ d < i |
| **Rudyard Kipling** | In**d**ia (**d**) | Un**i**ted Kingdom (**i**) | ✓ d < i |

## Confirmed List

1. **Patrick White** (Literature) — UK (**i**) → Australia (**s**)
2. **Doris Lessing** (Literature) — Iran (**a**) → UK (**i**)
3. **Saint-John Perse** (Literature) — France (**a**) → US (**i**)
4. **Ronald Ross** (Medicine) — India (**d**) → UK (**i**)
5. **Rudyard Kipling** (Literature) — India (**d**) → UK (**i**)
