:: deftheorem Def1 defines GoB GOBOARD2:def 1 :
for v1, v2 being FinSequence of REAL st v1 <> {} holds
for b3 being Matrix of (TOP-REAL 2) holds
( b3 = GoB (v1,v2) iff ( len b3 = len v1 & width b3 = len v2 & ( for n, m being Nat st [n,m] in Indices b3 holds
b3 * (n,m) = |[(v1 . n),(v2 . m)]| ) ) );