let n be Nat; :: thesis: for x, y being Element of REAL n holds abs |(x,y)| <= |.x.| * |.y.|
let x, y be Element of REAL n; :: thesis: abs |(x,y)| <= |.x.| * |.y.|
( len x = n & len y = n ) by FINSEQ_1:def 18;
hence abs |(x,y)| <= |.x.| * |.y.| by EUCLID_2:37; :: thesis: verum