To solve the problem of determining all pairs (n,k) for which there exists an (n,k)-tournament satisfying the given conditions, we need to consider each part of the problem systematically.
### Conditions to Satisfy:
1. Each player participates in every round, and any two players meet at most once throughout the tournament.
2. The tournament respects an additional condition:
- If player A meets player B in round i, player C meets player D in round i, and player A meets player C in round j, then player B must meet player D in round j.
### Analysis:
- Condition (i) suggests that an (n,k)-tournament should be such that any pair of players meets exactly once per round and never more than once in the entire tournament.
- Condition (ii) imposes a structural constraint often associated with matrices having the property that the arrangement of meetings of some players determines the meetings of other players.
### Insight and Solution:
A classical construction that satisfies such properties corresponds to using finite fields and projective geometries, particularly focusing on powers of 2. This relationship is due to the symmetric properties and existence of designs that fit these constraints when n is a power of 2.
1. **Finding n:**
- The constraint that each pair of players meets at most once can be interpreted using a combinatorial design, specifically a projective plane structure or its variants.
- If n is power of 2, say n=2t, this structure is readily available within the framework of binary finite fields.
2. **Finding k:**
- A maximal construction occurs when k≤2t−1. This stems from the number of distinct elements required to ensure unique pairings and the symmetric nature of such tournaments, which dictates a similar maximum number of rounds due to the pairing conditions and transitive triangle implications outlined in condition (ii).
Therefore, the solution is that there indeed exist (n,k)-tournaments:
n=2tandk≤2t−1.
### Conclusion:
The solution for the existence of an (n,k)-tournament, based on efficient pairing and meeting conditions, yields:
n=2t and k≤2t−1.