set IT = { i where i is Element of NAT : ( m <= i & i <= n ) } ;
now
let e be set ; :: thesis: ( e in { i where i is Element of NAT : ( m <= i & i <= n ) } implies e in {0 } \/ (Seg n) )
assume e in { i where i is Element of NAT : ( m <= i & i <= n ) } ; :: thesis: e in {0 } \/ (Seg n)
then consider i being Element of NAT such that
A1: i = e and
m <= i and
A2: i <= n ;
now end;
hence e in {0 } \/ (Seg n) ; :: thesis: verum
end;
then { i where i is Element of NAT : ( m <= i & i <= n ) } c= {0 } \/ (Seg n) by TARSKI:def 3;
hence nat_interval m,n is finite ; :: thesis: verum