let x be FinSequence of REAL ; :: thesis: ( |(x,x)| = 0 iff |.x.| = 0 )
A: ( |(x,x)| = 0 ^2 implies |.x.| = 0 )
proof
assume |(x,x)| = 0 ^2 ; :: thesis: |.x.| = 0
then x = 0* (len x) by Th15;
hence |.x.| = 0 by EUCLID:10; :: thesis: verum
end;
( |.x.| = 0 implies |(x,x)| = 0 ^2 ) by Th12;
hence ( |(x,x)| = 0 iff |.x.| = 0 ) by A; :: thesis: verum