set f = Sorting-Function ;
let p be set ; :: thesis: ( p in dom Sorting-Function iff ex t being FinSequence of INT st p = (fsloc 0) .--> t )
hereby :: thesis: ( ex t being FinSequence of INT st p = (fsloc 0) .--> t implies p in dom Sorting-Function ) end;
given t being FinSequence of INT such that A5: p = (fsloc 0) .--> t ; :: thesis: p in dom Sorting-Function
consider u being FinSequence of REAL such that
A6: t,u are_fiberwise_equipotent and
A7: u is FinSequence of INT and
A8: u is non-increasing by RFINSEQ:33;
reconsider u1 = u as FinSequence of INT by A7;
set q = (fsloc 0) .--> u1;
[p,((fsloc 0) .--> u1)] in Sorting-Function by A5, A6, A8, Def7;
hence p in dom Sorting-Function by FUNCT_1:1; :: thesis: verum