reserve n,m,k for Nat;
reserve r,r1 for Real;
reserve f,seq,seq1 for Real_Sequence;
reserve x,y for set;
reserve e1,e2 for ExtReal;

theorem Th3:
  seq is decreasing iff for n,k holds seq.(n+1+k)<seq.n
by Lm3;
