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