![]() |
Intuitionistic Logic Explorer |
< Previous
Next >
Nearby theorems |
|
Mirrors > Home > ILE Home > Th. List > fzind2 | GIF version |
Description: Induction on the integers from 𝑀 to 𝑁 inclusive. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction step. Version of fzind 9367 using integer range definitions. (Contributed by Mario Carneiro, 6-Feb-2016.) |
Ref | Expression |
---|---|
fzind2.1 | ⊢ (𝑥 = 𝑀 → (𝜑 ↔ 𝜓)) |
fzind2.2 | ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) |
fzind2.3 | ⊢ (𝑥 = (𝑦 + 1) → (𝜑 ↔ 𝜃)) |
fzind2.4 | ⊢ (𝑥 = 𝐾 → (𝜑 ↔ 𝜏)) |
fzind2.5 | ⊢ (𝑁 ∈ (ℤ≥‘𝑀) → 𝜓) |
fzind2.6 | ⊢ (𝑦 ∈ (𝑀..^𝑁) → (𝜒 → 𝜃)) |
Ref | Expression |
---|---|
fzind2 | ⊢ (𝐾 ∈ (𝑀...𝑁) → 𝜏) |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | elfz2 10014 | . . 3 ⊢ (𝐾 ∈ (𝑀...𝑁) ↔ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁))) | |
2 | anass 401 | . . . 4 ⊢ ((((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝐾 ∈ ℤ) ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)) ↔ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝐾 ∈ ℤ ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)))) | |
3 | df-3an 980 | . . . . 5 ⊢ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) ↔ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝐾 ∈ ℤ)) | |
4 | 3 | anbi1i 458 | . . . 4 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)) ↔ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝐾 ∈ ℤ) ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁))) |
5 | 3anass 982 | . . . . 5 ⊢ ((𝐾 ∈ ℤ ∧ 𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁) ↔ (𝐾 ∈ ℤ ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁))) | |
6 | 5 | anbi2i 457 | . . . 4 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝐾 ∈ ℤ ∧ 𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)) ↔ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝐾 ∈ ℤ ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)))) |
7 | 2, 4, 6 | 3bitr4i 212 | . . 3 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) ∧ (𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)) ↔ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝐾 ∈ ℤ ∧ 𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁))) |
8 | 1, 7 | bitri 184 | . 2 ⊢ (𝐾 ∈ (𝑀...𝑁) ↔ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝐾 ∈ ℤ ∧ 𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁))) |
9 | fzind2.1 | . . 3 ⊢ (𝑥 = 𝑀 → (𝜑 ↔ 𝜓)) | |
10 | fzind2.2 | . . 3 ⊢ (𝑥 = 𝑦 → (𝜑 ↔ 𝜒)) | |
11 | fzind2.3 | . . 3 ⊢ (𝑥 = (𝑦 + 1) → (𝜑 ↔ 𝜃)) | |
12 | fzind2.4 | . . 3 ⊢ (𝑥 = 𝐾 → (𝜑 ↔ 𝜏)) | |
13 | eluz2 9533 | . . . 4 ⊢ (𝑁 ∈ (ℤ≥‘𝑀) ↔ (𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝑀 ≤ 𝑁)) | |
14 | fzind2.5 | . . . 4 ⊢ (𝑁 ∈ (ℤ≥‘𝑀) → 𝜓) | |
15 | 13, 14 | sylbir 135 | . . 3 ⊢ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝑀 ≤ 𝑁) → 𝜓) |
16 | 3anass 982 | . . . 4 ⊢ ((𝑦 ∈ ℤ ∧ 𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁) ↔ (𝑦 ∈ ℤ ∧ (𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁))) | |
17 | elfzo 10148 | . . . . . . . 8 ⊢ ((𝑦 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑦 ∈ (𝑀..^𝑁) ↔ (𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁))) | |
18 | fzind2.6 | . . . . . . . 8 ⊢ (𝑦 ∈ (𝑀..^𝑁) → (𝜒 → 𝜃)) | |
19 | 17, 18 | syl6bir 164 | . . . . . . 7 ⊢ ((𝑦 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → ((𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁) → (𝜒 → 𝜃))) |
20 | 19 | 3coml 1210 | . . . . . 6 ⊢ ((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝑦 ∈ ℤ) → ((𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁) → (𝜒 → 𝜃))) |
21 | 20 | 3expa 1203 | . . . . 5 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ 𝑦 ∈ ℤ) → ((𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁) → (𝜒 → 𝜃))) |
22 | 21 | impr 379 | . . . 4 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝑦 ∈ ℤ ∧ (𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁))) → (𝜒 → 𝜃)) |
23 | 16, 22 | sylan2b 287 | . . 3 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝑦 ∈ ℤ ∧ 𝑀 ≤ 𝑦 ∧ 𝑦 < 𝑁)) → (𝜒 → 𝜃)) |
24 | 9, 10, 11, 12, 15, 23 | fzind 9367 | . 2 ⊢ (((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝐾 ∈ ℤ ∧ 𝑀 ≤ 𝐾 ∧ 𝐾 ≤ 𝑁)) → 𝜏) |
25 | 8, 24 | sylbi 121 | 1 ⊢ (𝐾 ∈ (𝑀...𝑁) → 𝜏) |
Colors of variables: wff set class |
Syntax hints: → wi 4 ∧ wa 104 ↔ wb 105 ∧ w3a 978 = wceq 1353 ∈ wcel 2148 class class class wbr 4003 ‘cfv 5216 (class class class)co 5874 1c1 7811 + caddc 7813 < clt 7991 ≤ cle 7992 ℤcz 9252 ℤ≥cuz 9527 ...cfz 10007 ..^cfzo 10141 |
This theorem was proved from axioms: ax-mp 5 ax-1 6 ax-2 7 ax-ia1 106 ax-ia2 107 ax-ia3 108 ax-in1 614 ax-in2 615 ax-io 709 ax-5 1447 ax-7 1448 ax-gen 1449 ax-ie1 1493 ax-ie2 1494 ax-8 1504 ax-10 1505 ax-11 1506 ax-i12 1507 ax-bndl 1509 ax-4 1510 ax-17 1526 ax-i9 1530 ax-ial 1534 ax-i5r 1535 ax-13 2150 ax-14 2151 ax-ext 2159 ax-sep 4121 ax-pow 4174 ax-pr 4209 ax-un 4433 ax-setind 4536 ax-cnex 7901 ax-resscn 7902 ax-1cn 7903 ax-1re 7904 ax-icn 7905 ax-addcl 7906 ax-addrcl 7907 ax-mulcl 7908 ax-addcom 7910 ax-addass 7912 ax-distr 7914 ax-i2m1 7915 ax-0lt1 7916 ax-0id 7918 ax-rnegex 7919 ax-cnre 7921 ax-pre-ltirr 7922 ax-pre-ltwlin 7923 ax-pre-lttrn 7924 ax-pre-ltadd 7926 |
This theorem depends on definitions: df-bi 117 df-3or 979 df-3an 980 df-tru 1356 df-fal 1359 df-nf 1461 df-sb 1763 df-eu 2029 df-mo 2030 df-clab 2164 df-cleq 2170 df-clel 2173 df-nfc 2308 df-ne 2348 df-nel 2443 df-ral 2460 df-rex 2461 df-reu 2462 df-rab 2464 df-v 2739 df-sbc 2963 df-csb 3058 df-dif 3131 df-un 3133 df-in 3135 df-ss 3142 df-pw 3577 df-sn 3598 df-pr 3599 df-op 3601 df-uni 3810 df-int 3845 df-iun 3888 df-br 4004 df-opab 4065 df-mpt 4066 df-id 4293 df-xp 4632 df-rel 4633 df-cnv 4634 df-co 4635 df-dm 4636 df-rn 4637 df-res 4638 df-ima 4639 df-iota 5178 df-fun 5218 df-fn 5219 df-f 5220 df-fv 5224 df-riota 5830 df-ov 5877 df-oprab 5878 df-mpo 5879 df-1st 6140 df-2nd 6141 df-pnf 7993 df-mnf 7994 df-xr 7995 df-ltxr 7996 df-le 7997 df-sub 8129 df-neg 8130 df-inn 8919 df-n0 9176 df-z 9253 df-uz 9528 df-fz 10008 df-fzo 10142 |
This theorem is referenced by: exfzdc 10239 seq3clss 10466 seq3caopr3 10480 seq3f1olemp 10501 seq3id3 10506 ser3ge0 10516 prodfap0 11552 prodfrecap 11553 eulerthlemrprm 12228 eulerthlema 12229 nninfdclemlt 12451 |
Copyright terms: Public domain | W3C validator |