:: SEQM_3 semantic presentation
Lemma1:
for b1, b2 being Nat st b1 < b2 holds
ex b3 being Nat st b2 = (b1 + 1) + b3
Lemma2:
for b1 being Real_Sequence holds
( ( ( for b2 being Nat holds b1 . b2 < b1 . (b2 + 1) ) implies for b2, b3 being Nat holds b1 . b2 < b1 . ((b2 + 1) + b3) ) & ( ( for b2, b3 being Nat holds b1 . b2 < b1 . ((b2 + 1) + b3) ) implies for b2, b3 being Nat st b2 < b3 holds
b1 . b2 < b1 . b3 ) & ( ( for b2, b3 being Nat st b2 < b3 holds
b1 . b2 < b1 . b3 ) implies for b2 being Nat holds b1 . b2 < b1 . (b2 + 1) ) )
Lemma3:
for b1 being Real_Sequence holds
( ( ( for b2 being Nat holds b1 . (b2 + 1) < b1 . b2 ) implies for b2, b3 being Nat holds b1 . ((b2 + 1) + b3) < b1 . b2 ) & ( ( for b2, b3 being Nat holds b1 . ((b2 + 1) + b3) < b1 . b2 ) implies for b2, b3 being Nat st b2 < b3 holds
b1 . b3 < b1 . b2 ) & ( ( for b2, b3 being Nat st b2 < b3 holds
b1 . b3 < b1 . b2 ) implies for b2 being Nat holds b1 . (b2 + 1) < b1 . b2 ) )
Lemma4:
for b1 being Real_Sequence holds
( ( ( for b2 being Nat holds b1 . b2 <= b1 . (b2 + 1) ) implies for b2, b3 being Nat holds b1 . b2 <= b1 . (b2 + b3) ) & ( ( for b2, b3 being Nat holds b1 . b2 <= b1 . (b2 + b3) ) implies for b2, b3 being Nat st b2 <= b3 holds
b1 . b2 <= b1 . b3 ) & ( ( for b2, b3 being Nat st b2 <= b3 holds
b1 . b2 <= b1 . b3 ) implies for b2 being Nat holds b1 . b2 <= b1 . (b2 + 1) ) )
Lemma5:
for b1 being Real_Sequence holds
( ( ( for b2 being Nat holds b1 . (b2 + 1) <= b1 . b2 ) implies for b2, b3 being Nat holds b1 . (b2 + b3) <= b1 . b2 ) & ( ( for b2, b3 being Nat holds b1 . (b2 + b3) <= b1 . b2 ) implies for b2, b3 being Nat st b2 <= b3 holds
b1 . b3 <= b1 . b2 ) & ( ( for b2, b3 being Nat st b2 <= b3 holds
b1 . b3 <= b1 . b2 ) implies for b2 being Nat holds b1 . (b2 + 1) <= b1 . b2 ) )
:: deftheorem Def1 defines increasing SEQM_3:def 1 :
:: deftheorem Def2 defines decreasing SEQM_3:def 2 :
:: deftheorem Def3 defines non-decreasing SEQM_3:def 3 :
:: deftheorem Def4 defines non-increasing SEQM_3:def 4 :
Lemma10:
for b1 being Real_Sequence holds
( b1 is increasing iff for b2 being Nat holds b1 . b2 < b1 . (b2 + 1) )
Lemma11:
for b1 being Real_Sequence holds
( b1 is decreasing iff for b2 being Nat holds b1 . b2 > b1 . (b2 + 1) )
Lemma12:
for b1 being Real_Sequence holds
( b1 is non-decreasing iff for b2 being Nat holds b1 . b2 <= b1 . (b2 + 1) )
Lemma13:
for b1 being Real_Sequence holds
( b1 is non-increasing iff for b2 being Nat holds b1 . b2 >= b1 . (b2 + 1) )
:: deftheorem Def5 defines constant SEQM_3:def 5 :
:: deftheorem Def6 defines constant SEQM_3:def 6 :
:: deftheorem Def7 defines monotone SEQM_3:def 7 :
theorem Th1: :: SEQM_3:1
canceled;
theorem Th2: :: SEQM_3:2
canceled;
theorem Th3: :: SEQM_3:3
canceled;
theorem Th4: :: SEQM_3:4
canceled;
theorem Th5: :: SEQM_3:5
canceled;
theorem Th6: :: SEQM_3:6
canceled;
theorem Th7: :: SEQM_3:7
theorem Th8: :: SEQM_3:8
theorem Th9: :: SEQM_3:9
theorem Th10: :: SEQM_3:10
theorem Th11: :: SEQM_3:11
theorem Th12: :: SEQM_3:12
theorem Th13: :: SEQM_3:13
theorem Th14: :: SEQM_3:14
Lemma24:
for b1 being Real_Sequence holds
( ( ex b2 being real number st
for b3 being Nat holds b1 . b3 = b2 implies ex b2 being real number st rng b1 = {b2} ) & ( ex b2 being real number st rng b1 = {b2} implies for b2 being Nat holds b1 . b2 = b1 . (b2 + 1) ) & ( ( for b2 being Nat holds b1 . b2 = b1 . (b2 + 1) ) implies for b2, b3 being Nat holds b1 . b2 = b1 . (b2 + b3) ) & ( ( for b2, b3 being Nat holds b1 . b2 = b1 . (b2 + b3) ) implies for b2, b3 being Nat holds b1 . b2 = b1 . b3 ) & ( ( for b2, b3 being Nat holds b1 . b2 = b1 . b3 ) implies ex b2 being real number st
for b3 being Nat holds b1 . b3 = b2 ) )
theorem Th15: :: SEQM_3:15
theorem Th16: :: SEQM_3:16
theorem Th17: :: SEQM_3:17
theorem Th18: :: SEQM_3:18
theorem Th19: :: SEQM_3:19
theorem Th20: :: SEQM_3:20
theorem Th21: :: SEQM_3:21
theorem Th22: :: SEQM_3:22
theorem Th23: :: SEQM_3:23
theorem Th24: :: SEQM_3:24
theorem Th25: :: SEQM_3:25
theorem Th26: :: SEQM_3:26
theorem Th27: :: SEQM_3:27
:: deftheorem Def8 defines natural-yielding SEQM_3:def 8 :
Lemma34:
( incl NAT is increasing & incl NAT is natural-yielding )
:: deftheorem Def9 defines ^\ SEQM_3:def 9 :
theorem Th28: :: SEQM_3:28
canceled;
theorem Th29: :: SEQM_3:29
theorem Th30: :: SEQM_3:30
canceled;
theorem Th31: :: SEQM_3:31
:: deftheorem Def10 defines subsequence SEQM_3:def 10 :
:: deftheorem Def11 defines increasing SEQM_3:def 11 :
:: deftheorem Def12 defines decreasing SEQM_3:def 12 :
:: deftheorem Def13 defines non-decreasing SEQM_3:def 13 :
:: deftheorem Def14 defines non-increasing SEQM_3:def 14 :
theorem Th32: :: SEQM_3:32
canceled;
theorem Th33: :: SEQM_3:33
theorem Th34: :: SEQM_3:34
theorem Th35: :: SEQM_3:35
theorem Th36: :: SEQM_3:36
theorem Th37: :: SEQM_3:37
theorem Th38: :: SEQM_3:38
theorem Th39: :: SEQM_3:39
theorem Th40: :: SEQM_3:40
theorem Th41: :: SEQM_3:41
theorem Th42: :: SEQM_3:42
theorem Th43: :: SEQM_3:43
theorem Th44: :: SEQM_3:44
theorem Th45: :: SEQM_3:45
theorem Th46: :: SEQM_3:46
theorem Th47: :: SEQM_3:47
theorem Th48: :: SEQM_3:48
theorem Th49: :: SEQM_3:49
theorem Th50: :: SEQM_3:50
theorem Th51: :: SEQM_3:51
theorem Th52: :: SEQM_3:52
theorem Th53: :: SEQM_3:53
theorem Th54: :: SEQM_3:54
theorem Th55: :: SEQM_3:55
theorem Th56: :: SEQM_3:56
theorem Th57: :: SEQM_3:57
theorem Th58: :: SEQM_3:58
theorem Th59: :: SEQM_3:59
theorem Th60: :: SEQM_3:60
theorem Th61: :: SEQM_3:61
theorem Th62: :: SEQM_3:62
theorem Th63: :: SEQM_3:63
theorem Th64: :: SEQM_3:64
theorem Th65: :: SEQM_3:65
theorem Th66: :: SEQM_3:66
theorem Th67: :: SEQM_3:67
theorem Th68: :: SEQM_3:68
theorem Th69: :: SEQM_3:69
theorem Th70: :: SEQM_3:70
theorem Th71: :: SEQM_3:71
theorem Th72: :: SEQM_3:72
theorem Th73: :: SEQM_3:73
theorem Th74: :: SEQM_3:74
theorem Th75: :: SEQM_3:75
theorem Th76: :: SEQM_3:76
theorem Th77: :: SEQM_3:77
theorem Th78: :: SEQM_3:78
theorem Th79: :: SEQM_3:79
theorem Th80: :: SEQM_3:80