let n be Nat; :: thesis: for s1 being sequence of (Euclid n)
for s2 being sequence of (REAL-NS n) holds
( s1 is sequence of (REAL-NS n) & s2 is sequence of (Euclid n) )

let s1 be sequence of (Euclid n); :: thesis: for s2 being sequence of (REAL-NS n) holds
( s1 is sequence of (REAL-NS n) & s2 is sequence of (Euclid n) )

let s2 be sequence of (REAL-NS n); :: thesis: ( s1 is sequence of (REAL-NS n) & s2 is sequence of (Euclid n) )
thus s1 is sequence of (REAL-NS n) :: thesis: s2 is sequence of (Euclid n)
proof end;
thus s2 is sequence of (Euclid n) :: thesis: verum
proof end;