:: deftheorem Def1 defines X_axis GOBOARD1:def 1 :
for f being FinSequence of (TOP-REAL 2)
for b2 being FinSequence of REAL holds
( b2 = X_axis f iff ( len b2 = len f & ( for n being Nat st n in dom b2 holds
b2 . n = (f /. n) `1 ) ) );