consider R being Relation of F1() such that
A1: for a, b being Element of F1() holds
( [a,b] in R iff P1[a,b] ) from RELSET_1:sch 2();
take L = RelStr(# F1(),R #); :: thesis: ( the carrier of L = F1() & ( for a, b being Element of L holds
( a <= b iff P1[a,b] ) ) )

thus the carrier of L = F1() ; :: thesis: for a, b being Element of L holds
( a <= b iff P1[a,b] )

let a, b be Element of L; :: thesis: ( a <= b iff P1[a,b] )
( a <= b iff [a,b] in R ) by ORDERS_2:def 9;
hence ( a <= b iff P1[a,b] ) by A1; :: thesis: verum