How can I construct a Steiner Triple System with $v=9$?
Is it possible to do it by using other Steiner Triple Systems ($v=1$, $v=3$, $v=7$)?
I found the answer on internet, but I can't find good materials with examples on how to get to that answer.
$v = 9$
$S = \{1,2,\ldots,9\}$
$T = \{123, 147, 159, 168, 456, 258, 267, 249, 789, 369, 348, 357\}$ (how can I get to this?)
Thank you in advance!
The affine plane of order $3$ is such a system.
This Steiner system is perhaps easier to understand if you are familiar with $\mathbb{Z}/3\mathbb{Z}$, which is the field with three elements.
Let $S=\left\{(x,y)\,|\,x,y\in\mathbb{Z}/3\mathbb{Z}\right\}$. Elements of $S$ are points in a plane that has $9$ elements. The $x$ and $y$ coordinates of each point are elements of $\mathbb{Z}/3\mathbb{Z}$.
Let $T$ be the set of lines connecting these points. A line will be a set either of the form
$$\left\{(x,y)\in S\,|\,y=mx+b\right\}$$
for some $m,b\in\mathbb{Z}/3\mathbb{Z}$, or a set of the form
$$\left\{(x,y)\in S\,|\,x=a\right\}$$
for some $a\in\mathbb{Z}/3\mathbb{Z}$.
Our set of vertices, $S$, is a plane with $9$ elements. Each triple in our set $T$ of triples is a line in this plane. We end up with a Steiner Triple System because we can show that in this plane, every pair of points determines a unique line.