let f be real-valued FinSequence; :: thesis: for r being Real st f = <*r*> holds
( max_p f = 1 & max f = r )

let r be Real; :: thesis: ( f = <*r*> implies ( max_p f = 1 & max f = r ) )
assume A1: f = <*r*> ; :: thesis: ( max_p f = 1 & max f = r )
then A2: f . 1 = r ;
A3: len f = 1 by A1, FINSEQ_1:40;
then max_p f in dom f by Def1;
then ( 1 <= max_p f & max_p f <= len f ) by FINSEQ_3:25;
hence ( max_p f = 1 & max f = r ) by A3, A2, XXREAL_0:1; :: thesis: verum