| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > eucrct2eupth1 | Structured version Visualization version GIF version | ||
| Description: Removing one edge (𝐼‘(𝐹‘𝑁)) from a nonempty graph 𝐺 with an Eulerian circuit 〈𝐹, 𝑃〉 results in a graph 𝑆 with an Eulerian path 〈𝐻, 𝑄〉. This is the special case of eucrct2eupth 30754 (with 𝐽 = (𝑁 − 1)) where the last segment/edge of the circuit is removed. (Contributed by AV, 11-Mar-2021.) Hypothesis revised using the prefix operation. (Revised by AV, 30-Nov-2022.) |
| Ref | Expression |
|---|---|
| eucrct2eupth1.v | ⊢ 𝑉 = (Vtx‘𝐺) |
| eucrct2eupth1.i | ⊢ 𝐼 = (iEdg‘𝐺) |
| eucrct2eupth1.d | ⊢ (𝜑 → 𝐹(EulerPaths‘𝐺)𝑃) |
| eucrct2eupth1.c | ⊢ (𝜑 → 𝐹(Circuits‘𝐺)𝑃) |
| eucrct2eupth1.s | ⊢ (Vtx‘𝑆) = 𝑉 |
| eucrct2eupth1.g | ⊢ (𝜑 → 0 < (♯‘𝐹)) |
| eucrct2eupth1.n | ⊢ (𝜑 → 𝑁 = ((♯‘𝐹) − 1)) |
| eucrct2eupth1.e | ⊢ (𝜑 → (iEdg‘𝑆) = (𝐼 ↾ (𝐹 “ (0..^𝑁)))) |
| eucrct2eupth1.h | ⊢ 𝐻 = (𝐹 prefix 𝑁) |
| eucrct2eupth1.q | ⊢ 𝑄 = (𝑃 ↾ (0...𝑁)) |
| Ref | Expression |
|---|---|
| eucrct2eupth1 | ⊢ (𝜑 → 𝐻(EulerPaths‘𝑆)𝑄) |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | eucrct2eupth1.v | . 2 ⊢ 𝑉 = (Vtx‘𝐺) | |
| 2 | eucrct2eupth1.i | . 2 ⊢ 𝐼 = (iEdg‘𝐺) | |
| 3 | eucrct2eupth1.d | . 2 ⊢ (𝜑 → 𝐹(EulerPaths‘𝐺)𝑃) | |
| 4 | eucrct2eupth1.n | . . 3 ⊢ (𝜑 → 𝑁 = ((♯‘𝐹) − 1)) | |
| 5 | eucrct2eupth1.g | . . . . 5 ⊢ (𝜑 → 0 < (♯‘𝐹)) | |
| 6 | eupthiswlk 30721 | . . . . . 6 ⊢ (𝐹(EulerPaths‘𝐺)𝑃 → 𝐹(Walks‘𝐺)𝑃) | |
| 7 | wlkcl 30104 | . . . . . 6 ⊢ (𝐹(Walks‘𝐺)𝑃 → (♯‘𝐹) ∈ ℕ0) | |
| 8 | nn0z 12661 | . . . . . . . . 9 ⊢ ((♯‘𝐹) ∈ ℕ0 → (♯‘𝐹) ∈ ℤ) | |
| 9 | 8 | anim1i 627 | . . . . . . . 8 ⊢ (((♯‘𝐹) ∈ ℕ0 ∧ 0 < (♯‘𝐹)) → ((♯‘𝐹) ∈ ℤ ∧ 0 < (♯‘𝐹))) |
| 10 | elnnz 12647 | . . . . . . . 8 ⊢ ((♯‘𝐹) ∈ ℕ ↔ ((♯‘𝐹) ∈ ℤ ∧ 0 < (♯‘𝐹))) | |
| 11 | 9, 10 | sylibr 237 | . . . . . . 7 ⊢ (((♯‘𝐹) ∈ ℕ0 ∧ 0 < (♯‘𝐹)) → (♯‘𝐹) ∈ ℕ) |
| 12 | 11 | ex 418 | . . . . . 6 ⊢ ((♯‘𝐹) ∈ ℕ0 → (0 < (♯‘𝐹) → (♯‘𝐹) ∈ ℕ)) |
| 13 | 3, 6, 7, 12 | 4syl 20 | . . . . 5 ⊢ (𝜑 → (0 < (♯‘𝐹) → (♯‘𝐹) ∈ ℕ)) |
| 14 | 5, 13 | mpd 16 | . . . 4 ⊢ (𝜑 → (♯‘𝐹) ∈ ℕ) |
| 15 | fzo0end 13836 | . . . 4 ⊢ ((♯‘𝐹) ∈ ℕ → ((♯‘𝐹) − 1) ∈ (0..^(♯‘𝐹))) | |
| 16 | 14, 15 | syl 18 | . . 3 ⊢ (𝜑 → ((♯‘𝐹) − 1) ∈ (0..^(♯‘𝐹))) |
| 17 | 4, 16 | eqeltrd 2860 | . 2 ⊢ (𝜑 → 𝑁 ∈ (0..^(♯‘𝐹))) |
| 18 | eucrct2eupth1.e | . 2 ⊢ (𝜑 → (iEdg‘𝑆) = (𝐼 ↾ (𝐹 “ (0..^𝑁)))) | |
| 19 | eucrct2eupth1.h | . 2 ⊢ 𝐻 = (𝐹 prefix 𝑁) | |
| 20 | eucrct2eupth1.q | . 2 ⊢ 𝑄 = (𝑃 ↾ (0...𝑁)) | |
| 21 | eucrct2eupth1.s | . 2 ⊢ (Vtx‘𝑆) = 𝑉 | |
| 22 | 1, 2, 3, 17, 18, 19, 20, 21 | eupthres 30724 | 1 ⊢ (𝜑 → 𝐻(EulerPaths‘𝑆)𝑄) |
| Colors of variables: wff setvar class |
| This proof depends on syntax axioms: → wi 4 ∧ wa 401 = wceq 1570 ∈ wcel 2145 class class class wbr 5103 ↾ cres 5657 “ cima 5658 ‘cfv 6534 (class class class)co 7415 0cc0 11146 1c1 11147 < clt 11289 − cmin 11487 ℕcn 12279 ℕ0cn0 12550 ℤcz 12637 ...cfz 13583 ..^cfzo 13731 ♯chash 14416 prefix cpfx 14762 Vtxcvtx 29482 iEdgciedg 29483 Walkscwlks 30085 Circuitsccrcts 30279 EulerPathsceupth 30706 |
| This proof depends on axioms: ax-mp 5 ax-1 6 ax-2 7 ax-3 8 ax-gen 1828 ax-4 1842 ax-5 1943 ax-6 2000 ax-7 2041 ax-8 2147 ax-9 2155 ax-10 2178 ax-11 2194 ax-12 2213 ax-ext 2732 ax-rep 5232 ax-sep 5251 ax-nul 5263 ax-pow 5330 ax-pr 5398 ax-un 7738 ax-cnex 11202 ax-resscn 11203 ax-1cn 11204 ax-icn 11205 ax-addcl 11206 ax-addrcl 11207 ax-mulcl 11208 ax-mulrcl 11209 ax-mulcom 11210 ax-addass 11211 ax-mulass 11212 ax-distr 11213 ax-i2m1 11214 ax-1ne0 11215 ax-1rid 11216 ax-rnegex 11217 ax-rrecex 11218 ax-cnre 11219 ax-pre-lttri 11220 ax-pre-lttrn 11221 ax-pre-ltadd 11222 ax-pre-mulgt0 11223 |
| This proof depends on definitions: df-bi 210 df-an 402 df-or 862 df-ifp 1079 df-3or 1104 df-3an 1105 df-tru 1573 df-fal 1583 df-ex 1813 df-nf 1817 df-sb 2100 df-mo 2564 df-eu 2594 df-clab 2739 df-cleq 2752 df-clel 2835 df-nfc 2909 df-ne 2956 df-nel 3062 df-ral 3077 df-rex 3087 df-reu 3366 df-rab 3413 df-v 3452 df-sbc 3740 df-csb 3848 df-dif 3902 df-un 3904 df-in 3906 df-ss 3916 df-pss 3919 df-nul 4280 df-if 4483 df-pw 4559 df-sn 4585 df-pr 4587 df-op 4591 df-uni 4868 df-int 4908 df-iun 4953 df-br 5104 df-opab 5168 df-mpt 5187 df-tr 5213 df-id 5550 df-eprel 5555 df-po 5563 df-so 5564 df-fr 5608 df-we 5610 df-xp 5661 df-rel 5662 df-cnv 5663 df-co 5664 df-dm 5665 df-rn 5666 df-res 5667 df-ima 5668 df-pred 6300 df-ord 6361 df-on 6362 df-lim 6363 df-suc 6364 df-iota 6490 df-fun 6536 df-fn 6537 df-f 6538 df-f1 6539 df-fo 6540 df-f1o 6541 df-fv 6542 df-riota 7372 df-ov 7418 df-oprab 7419 df-mpo 7420 df-om 7865 df-1st 7988 df-2nd 7989 df-frecs 8282 df-wrecs 8313 df-recs 8362 df-rdg 8401 df-1o 8459 df-er 8700 df-map 8832 df-pm 8833 df-en 8957 df-dom 8958 df-sdom 8959 df-fin 8960 df-card 9966 df-pnf 11291 df-mnf 11292 df-xr 11293 df-ltxr 11294 df-le 11295 df-sub 11489 df-neg 11490 df-nn 12280 df-n0 12551 df-z 12638 df-uz 12910 df-fz 13584 df-fzo 13732 df-hash 14417 df-word 14601 df-substr 14731 df-pfx 14763 df-wlks 30088 df-trls 30183 df-eupth 30707 |
| This theorem is used by: eucrct2eupth 30754 |
| Copyright terms: Public domain | W3C validator |