MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  seqcl2 Structured version   Visualization version   GIF version

Theorem seqcl2 13384
Description: Closure properties of the recursive sequence builder. (Contributed by Mario Carneiro, 2-Jul-2013.) (Revised by Mario Carneiro, 27-May-2014.)
Hypotheses
Ref Expression
seqcl2.1 (𝜑 → (𝐹𝑀) ∈ 𝐶)
seqcl2.2 ((𝜑 ∧ (𝑥𝐶𝑦𝐷)) → (𝑥 + 𝑦) ∈ 𝐶)
seqcl2.3 (𝜑𝑁 ∈ (ℤ𝑀))
seqcl2.4 ((𝜑𝑥 ∈ ((𝑀 + 1)...𝑁)) → (𝐹𝑥) ∈ 𝐷)
Assertion
Ref Expression
seqcl2 (𝜑 → (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶)
Distinct variable groups:   𝑥,𝑦,𝐶   𝑥,𝐷,𝑦   𝑥,𝐹,𝑦   𝑥,𝑀,𝑦   𝑥,𝑁   𝑥, + ,𝑦   𝜑,𝑥,𝑦
Allowed substitution hint:   𝑁(𝑦)

Proof of Theorem seqcl2
Dummy variable 𝑛 is distinct from all other variables.
StepHypRef Expression
1 seqcl2.3 . . 3 (𝜑𝑁 ∈ (ℤ𝑀))
2 eluzfz2 12910 . . 3 (𝑁 ∈ (ℤ𝑀) → 𝑁 ∈ (𝑀...𝑁))
31, 2syl 17 . 2 (𝜑𝑁 ∈ (𝑀...𝑁))
4 eleq1 2877 . . . . . 6 (𝑥 = 𝑀 → (𝑥 ∈ (𝑀...𝑁) ↔ 𝑀 ∈ (𝑀...𝑁)))
5 fveq2 6645 . . . . . . 7 (𝑥 = 𝑀 → (seq𝑀( + , 𝐹)‘𝑥) = (seq𝑀( + , 𝐹)‘𝑀))
65eleq1d 2874 . . . . . 6 (𝑥 = 𝑀 → ((seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶 ↔ (seq𝑀( + , 𝐹)‘𝑀) ∈ 𝐶))
74, 6imbi12d 348 . . . . 5 (𝑥 = 𝑀 → ((𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶) ↔ (𝑀 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑀) ∈ 𝐶)))
87imbi2d 344 . . . 4 (𝑥 = 𝑀 → ((𝜑 → (𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶)) ↔ (𝜑 → (𝑀 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑀) ∈ 𝐶))))
9 eleq1 2877 . . . . . 6 (𝑥 = 𝑛 → (𝑥 ∈ (𝑀...𝑁) ↔ 𝑛 ∈ (𝑀...𝑁)))
10 fveq2 6645 . . . . . . 7 (𝑥 = 𝑛 → (seq𝑀( + , 𝐹)‘𝑥) = (seq𝑀( + , 𝐹)‘𝑛))
1110eleq1d 2874 . . . . . 6 (𝑥 = 𝑛 → ((seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶 ↔ (seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶))
129, 11imbi12d 348 . . . . 5 (𝑥 = 𝑛 → ((𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶) ↔ (𝑛 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶)))
1312imbi2d 344 . . . 4 (𝑥 = 𝑛 → ((𝜑 → (𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶)) ↔ (𝜑 → (𝑛 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶))))
14 eleq1 2877 . . . . . 6 (𝑥 = (𝑛 + 1) → (𝑥 ∈ (𝑀...𝑁) ↔ (𝑛 + 1) ∈ (𝑀...𝑁)))
15 fveq2 6645 . . . . . . 7 (𝑥 = (𝑛 + 1) → (seq𝑀( + , 𝐹)‘𝑥) = (seq𝑀( + , 𝐹)‘(𝑛 + 1)))
1615eleq1d 2874 . . . . . 6 (𝑥 = (𝑛 + 1) → ((seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶 ↔ (seq𝑀( + , 𝐹)‘(𝑛 + 1)) ∈ 𝐶))
1714, 16imbi12d 348 . . . . 5 (𝑥 = (𝑛 + 1) → ((𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶) ↔ ((𝑛 + 1) ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘(𝑛 + 1)) ∈ 𝐶)))
1817imbi2d 344 . . . 4 (𝑥 = (𝑛 + 1) → ((𝜑 → (𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶)) ↔ (𝜑 → ((𝑛 + 1) ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘(𝑛 + 1)) ∈ 𝐶))))
19 eleq1 2877 . . . . . 6 (𝑥 = 𝑁 → (𝑥 ∈ (𝑀...𝑁) ↔ 𝑁 ∈ (𝑀...𝑁)))
20 fveq2 6645 . . . . . . 7 (𝑥 = 𝑁 → (seq𝑀( + , 𝐹)‘𝑥) = (seq𝑀( + , 𝐹)‘𝑁))
2120eleq1d 2874 . . . . . 6 (𝑥 = 𝑁 → ((seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶 ↔ (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶))
2219, 21imbi12d 348 . . . . 5 (𝑥 = 𝑁 → ((𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶) ↔ (𝑁 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶)))
2322imbi2d 344 . . . 4 (𝑥 = 𝑁 → ((𝜑 → (𝑥 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑥) ∈ 𝐶)) ↔ (𝜑 → (𝑁 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶))))
24 seqcl2.1 . . . . . 6 (𝜑 → (𝐹𝑀) ∈ 𝐶)
25 seq1 13377 . . . . . . 7 (𝑀 ∈ ℤ → (seq𝑀( + , 𝐹)‘𝑀) = (𝐹𝑀))
2625eleq1d 2874 . . . . . 6 (𝑀 ∈ ℤ → ((seq𝑀( + , 𝐹)‘𝑀) ∈ 𝐶 ↔ (𝐹𝑀) ∈ 𝐶))
2724, 26syl5ibr 249 . . . . 5 (𝑀 ∈ ℤ → (𝜑 → (seq𝑀( + , 𝐹)‘𝑀) ∈ 𝐶))
2827a1dd 50 . . . 4 (𝑀 ∈ ℤ → (𝜑 → (𝑀 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑀) ∈ 𝐶)))
29 peano2fzr 12915 . . . . . . . 8 ((𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁)) → 𝑛 ∈ (𝑀...𝑁))
3029adantl 485 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → 𝑛 ∈ (𝑀...𝑁))
3130expr 460 . . . . . 6 ((𝜑𝑛 ∈ (ℤ𝑀)) → ((𝑛 + 1) ∈ (𝑀...𝑁) → 𝑛 ∈ (𝑀...𝑁)))
3231imim1d 82 . . . . 5 ((𝜑𝑛 ∈ (ℤ𝑀)) → ((𝑛 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶) → ((𝑛 + 1) ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶)))
33 fveq2 6645 . . . . . . . . 9 (𝑥 = (𝑛 + 1) → (𝐹𝑥) = (𝐹‘(𝑛 + 1)))
3433eleq1d 2874 . . . . . . . 8 (𝑥 = (𝑛 + 1) → ((𝐹𝑥) ∈ 𝐷 ↔ (𝐹‘(𝑛 + 1)) ∈ 𝐷))
35 seqcl2.4 . . . . . . . . . 10 ((𝜑𝑥 ∈ ((𝑀 + 1)...𝑁)) → (𝐹𝑥) ∈ 𝐷)
3635ralrimiva 3149 . . . . . . . . 9 (𝜑 → ∀𝑥 ∈ ((𝑀 + 1)...𝑁)(𝐹𝑥) ∈ 𝐷)
3736adantr 484 . . . . . . . 8 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → ∀𝑥 ∈ ((𝑀 + 1)...𝑁)(𝐹𝑥) ∈ 𝐷)
38 eluzp1p1 12258 . . . . . . . . . 10 (𝑛 ∈ (ℤ𝑀) → (𝑛 + 1) ∈ (ℤ‘(𝑀 + 1)))
3938ad2antrl 727 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → (𝑛 + 1) ∈ (ℤ‘(𝑀 + 1)))
40 elfzuz3 12899 . . . . . . . . . 10 ((𝑛 + 1) ∈ (𝑀...𝑁) → 𝑁 ∈ (ℤ‘(𝑛 + 1)))
4140ad2antll 728 . . . . . . . . 9 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → 𝑁 ∈ (ℤ‘(𝑛 + 1)))
42 elfzuzb 12896 . . . . . . . . 9 ((𝑛 + 1) ∈ ((𝑀 + 1)...𝑁) ↔ ((𝑛 + 1) ∈ (ℤ‘(𝑀 + 1)) ∧ 𝑁 ∈ (ℤ‘(𝑛 + 1))))
4339, 41, 42sylanbrc 586 . . . . . . . 8 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → (𝑛 + 1) ∈ ((𝑀 + 1)...𝑁))
4434, 37, 43rspcdva 3573 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → (𝐹‘(𝑛 + 1)) ∈ 𝐷)
45 seqcl2.2 . . . . . . . . . 10 ((𝜑 ∧ (𝑥𝐶𝑦𝐷)) → (𝑥 + 𝑦) ∈ 𝐶)
4645caovclg 7320 . . . . . . . . 9 ((𝜑 ∧ ((seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶 ∧ (𝐹‘(𝑛 + 1)) ∈ 𝐷)) → ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))) ∈ 𝐶)
4746ex 416 . . . . . . . 8 (𝜑 → (((seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶 ∧ (𝐹‘(𝑛 + 1)) ∈ 𝐷) → ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))) ∈ 𝐶))
4847adantr 484 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → (((seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶 ∧ (𝐹‘(𝑛 + 1)) ∈ 𝐷) → ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))) ∈ 𝐶))
4944, 48mpan2d 693 . . . . . 6 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → ((seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶 → ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))) ∈ 𝐶))
50 seqp1 13379 . . . . . . . 8 (𝑛 ∈ (ℤ𝑀) → (seq𝑀( + , 𝐹)‘(𝑛 + 1)) = ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))))
5150ad2antrl 727 . . . . . . 7 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → (seq𝑀( + , 𝐹)‘(𝑛 + 1)) = ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))))
5251eleq1d 2874 . . . . . 6 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → ((seq𝑀( + , 𝐹)‘(𝑛 + 1)) ∈ 𝐶 ↔ ((seq𝑀( + , 𝐹)‘𝑛) + (𝐹‘(𝑛 + 1))) ∈ 𝐶))
5349, 52sylibrd 262 . . . . 5 ((𝜑 ∧ (𝑛 ∈ (ℤ𝑀) ∧ (𝑛 + 1) ∈ (𝑀...𝑁))) → ((seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶 → (seq𝑀( + , 𝐹)‘(𝑛 + 1)) ∈ 𝐶))
5432, 53animpimp2impd 843 . . . 4 (𝑛 ∈ (ℤ𝑀) → ((𝜑 → (𝑛 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑛) ∈ 𝐶)) → (𝜑 → ((𝑛 + 1) ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘(𝑛 + 1)) ∈ 𝐶))))
558, 13, 18, 23, 28, 54uzind4 12294 . . 3 (𝑁 ∈ (ℤ𝑀) → (𝜑 → (𝑁 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶)))
561, 55mpcom 38 . 2 (𝜑 → (𝑁 ∈ (𝑀...𝑁) → (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶))
573, 56mpd 15 1 (𝜑 → (seq𝑀( + , 𝐹)‘𝑁) ∈ 𝐶)
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 399   = wceq 1538  wcel 2111  wral 3106  cfv 6324  (class class class)co 7135  1c1 10527   + caddc 10529  cz 11969  cuz 12231  ...cfz 12885  seqcseq 13364
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1797  ax-4 1811  ax-5 1911  ax-6 1970  ax-7 2015  ax-8 2113  ax-9 2121  ax-10 2142  ax-11 2158  ax-12 2175  ax-ext 2770  ax-sep 5167  ax-nul 5174  ax-pow 5231  ax-pr 5295  ax-un 7441  ax-cnex 10582  ax-resscn 10583  ax-1cn 10584  ax-icn 10585  ax-addcl 10586  ax-addrcl 10587  ax-mulcl 10588  ax-mulrcl 10589  ax-mulcom 10590  ax-addass 10591  ax-mulass 10592  ax-distr 10593  ax-i2m1 10594  ax-1ne0 10595  ax-1rid 10596  ax-rnegex 10597  ax-rrecex 10598  ax-cnre 10599  ax-pre-lttri 10600  ax-pre-lttrn 10601  ax-pre-ltadd 10602  ax-pre-mulgt0 10603
This theorem depends on definitions:  df-bi 210  df-an 400  df-or 845  df-3or 1085  df-3an 1086  df-tru 1541  df-ex 1782  df-nf 1786  df-sb 2070  df-mo 2598  df-eu 2629  df-clab 2777  df-cleq 2791  df-clel 2870  df-nfc 2938  df-ne 2988  df-nel 3092  df-ral 3111  df-rex 3112  df-reu 3113  df-rab 3115  df-v 3443  df-sbc 3721  df-csb 3829  df-dif 3884  df-un 3886  df-in 3888  df-ss 3898  df-pss 3900  df-nul 4244  df-if 4426  df-pw 4499  df-sn 4526  df-pr 4528  df-tp 4530  df-op 4532  df-uni 4801  df-iun 4883  df-br 5031  df-opab 5093  df-mpt 5111  df-tr 5137  df-id 5425  df-eprel 5430  df-po 5438  df-so 5439  df-fr 5478  df-we 5480  df-xp 5525  df-rel 5526  df-cnv 5527  df-co 5528  df-dm 5529  df-rn 5530  df-res 5531  df-ima 5532  df-pred 6116  df-ord 6162  df-on 6163  df-lim 6164  df-suc 6165  df-iota 6283  df-fun 6326  df-fn 6327  df-f 6328  df-f1 6329  df-fo 6330  df-f1o 6331  df-fv 6332  df-riota 7093  df-ov 7138  df-oprab 7139  df-mpo 7140  df-om 7561  df-1st 7671  df-2nd 7672  df-wrecs 7930  df-recs 7991  df-rdg 8029  df-er 8272  df-en 8493  df-dom 8494  df-sdom 8495  df-pnf 10666  df-mnf 10667  df-xr 10668  df-ltxr 10669  df-le 10670  df-sub 10861  df-neg 10862  df-nn 11626  df-n0 11886  df-z 11970  df-uz 12232  df-fz 12886  df-seq 13365
This theorem is referenced by:  seqf2  13385  seqcl  13386  seqz  13414
  Copyright terms: Public domain W3C validator