| Metamath Proof Explorer |
< Previous
Next >
Nearby theorems |
||
| Mirrors > Home > MPE Home > Th. List > 4sqlem1 | Structured version Visualization version GIF version | ||
| Description: Lemma for 4sq 16906. The set 𝑆 is the set of all numbers that are expressible as a sum of four squares. Our goal is to show that 𝑆 = ℕ0; here we show one subset direction. (Contributed by Mario Carneiro, 14-Jul-2014.) |
| Ref | Expression |
|---|---|
| 4sq.1 | ⊢ 𝑆 = {𝑛 ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ ∃𝑧 ∈ ℤ ∃𝑤 ∈ ℤ 𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2)))} |
| Ref | Expression |
|---|---|
| 4sqlem1 | ⊢ 𝑆 ⊆ ℕ0 |
| Step | Hyp | Ref | Expression |
|---|---|---|---|
| 1 | 4sq.1 | . 2 ⊢ 𝑆 = {𝑛 ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ ∃𝑧 ∈ ℤ ∃𝑤 ∈ ℤ 𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2)))} | |
| 2 | zsqcl2 14075 | . . . . . . . 8 ⊢ (𝑥 ∈ ℤ → (𝑥↑2) ∈ ℕ0) | |
| 3 | zsqcl2 14075 | . . . . . . . 8 ⊢ (𝑦 ∈ ℤ → (𝑦↑2) ∈ ℕ0) | |
| 4 | nn0addcl 12450 | . . . . . . . 8 ⊢ (((𝑥↑2) ∈ ℕ0 ∧ (𝑦↑2) ∈ ℕ0) → ((𝑥↑2) + (𝑦↑2)) ∈ ℕ0) | |
| 5 | 2, 3, 4 | syl2an 597 | . . . . . . 7 ⊢ ((𝑥 ∈ ℤ ∧ 𝑦 ∈ ℤ) → ((𝑥↑2) + (𝑦↑2)) ∈ ℕ0) |
| 6 | zsqcl2 14075 | . . . . . . . 8 ⊢ (𝑧 ∈ ℤ → (𝑧↑2) ∈ ℕ0) | |
| 7 | zsqcl2 14075 | . . . . . . . 8 ⊢ (𝑤 ∈ ℤ → (𝑤↑2) ∈ ℕ0) | |
| 8 | nn0addcl 12450 | . . . . . . . 8 ⊢ (((𝑧↑2) ∈ ℕ0 ∧ (𝑤↑2) ∈ ℕ0) → ((𝑧↑2) + (𝑤↑2)) ∈ ℕ0) | |
| 9 | 6, 7, 8 | syl2an 597 | . . . . . . 7 ⊢ ((𝑧 ∈ ℤ ∧ 𝑤 ∈ ℤ) → ((𝑧↑2) + (𝑤↑2)) ∈ ℕ0) |
| 10 | nn0addcl 12450 | . . . . . . 7 ⊢ ((((𝑥↑2) + (𝑦↑2)) ∈ ℕ0 ∧ ((𝑧↑2) + (𝑤↑2)) ∈ ℕ0) → (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) ∈ ℕ0) | |
| 11 | 5, 9, 10 | syl2an 597 | . . . . . 6 ⊢ (((𝑥 ∈ ℤ ∧ 𝑦 ∈ ℤ) ∧ (𝑧 ∈ ℤ ∧ 𝑤 ∈ ℤ)) → (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) ∈ ℕ0) |
| 12 | eleq1a 2832 | . . . . . 6 ⊢ ((((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) ∈ ℕ0 → (𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) → 𝑛 ∈ ℕ0)) | |
| 13 | 11, 12 | syl 17 | . . . . 5 ⊢ (((𝑥 ∈ ℤ ∧ 𝑦 ∈ ℤ) ∧ (𝑧 ∈ ℤ ∧ 𝑤 ∈ ℤ)) → (𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) → 𝑛 ∈ ℕ0)) |
| 14 | 13 | rexlimdvva 3195 | . . . 4 ⊢ ((𝑥 ∈ ℤ ∧ 𝑦 ∈ ℤ) → (∃𝑧 ∈ ℤ ∃𝑤 ∈ ℤ 𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) → 𝑛 ∈ ℕ0)) |
| 15 | 14 | rexlimivv 3180 | . . 3 ⊢ (∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ ∃𝑧 ∈ ℤ ∃𝑤 ∈ ℤ 𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2))) → 𝑛 ∈ ℕ0) |
| 16 | 15 | abssi 4022 | . 2 ⊢ {𝑛 ∣ ∃𝑥 ∈ ℤ ∃𝑦 ∈ ℤ ∃𝑧 ∈ ℤ ∃𝑤 ∈ ℤ 𝑛 = (((𝑥↑2) + (𝑦↑2)) + ((𝑧↑2) + (𝑤↑2)))} ⊆ ℕ0 |
| 17 | 1, 16 | eqsstri 3982 | 1 ⊢ 𝑆 ⊆ ℕ0 |
| Colors of variables: wff setvar class |
| Syntax hints: → wi 4 ∧ wa 395 = wceq 1542 ∈ wcel 2114 {cab 2715 ∃wrex 3062 ⊆ wss 3903 (class class class)co 7370 + caddc 11043 2c2 12214 ℕ0cn0 12415 ℤcz 12502 ↑cexp 13998 |
| 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 1912 ax-6 1969 ax-7 2010 ax-8 2116 ax-9 2124 ax-10 2147 ax-11 2163 ax-12 2185 ax-ext 2709 ax-sep 5245 ax-nul 5255 ax-pow 5314 ax-pr 5381 ax-un 7692 ax-cnex 11096 ax-resscn 11097 ax-1cn 11098 ax-icn 11099 ax-addcl 11100 ax-addrcl 11101 ax-mulcl 11102 ax-mulrcl 11103 ax-mulcom 11104 ax-addass 11105 ax-mulass 11106 ax-distr 11107 ax-i2m1 11108 ax-1ne0 11109 ax-1rid 11110 ax-rnegex 11111 ax-rrecex 11112 ax-cnre 11113 ax-pre-lttri 11114 ax-pre-lttrn 11115 ax-pre-ltadd 11116 ax-pre-mulgt0 11117 |
| This theorem depends on definitions: df-bi 207 df-an 396 df-or 849 df-3or 1088 df-3an 1089 df-tru 1545 df-fal 1555 df-ex 1782 df-nf 1786 df-sb 2069 df-mo 2540 df-eu 2570 df-clab 2716 df-cleq 2729 df-clel 2812 df-nfc 2886 df-ne 2934 df-nel 3038 df-ral 3053 df-rex 3063 df-reu 3353 df-rab 3402 df-v 3444 df-sbc 3743 df-csb 3852 df-dif 3906 df-un 3908 df-in 3910 df-ss 3920 df-pss 3923 df-nul 4288 df-if 4482 df-pw 4558 df-sn 4583 df-pr 4585 df-op 4589 df-uni 4866 df-iun 4950 df-br 5101 df-opab 5163 df-mpt 5182 df-tr 5208 df-id 5529 df-eprel 5534 df-po 5542 df-so 5543 df-fr 5587 df-we 5589 df-xp 5640 df-rel 5641 df-cnv 5642 df-co 5643 df-dm 5644 df-rn 5645 df-res 5646 df-ima 5647 df-pred 6269 df-ord 6330 df-on 6331 df-lim 6332 df-suc 6333 df-iota 6458 df-fun 6504 df-fn 6505 df-f 6506 df-f1 6507 df-fo 6508 df-f1o 6509 df-fv 6510 df-riota 7327 df-ov 7373 df-oprab 7374 df-mpo 7375 df-om 7821 df-2nd 7946 df-frecs 8235 df-wrecs 8266 df-recs 8315 df-rdg 8353 df-er 8647 df-en 8898 df-dom 8899 df-sdom 8900 df-pnf 11182 df-mnf 11183 df-xr 11184 df-ltxr 11185 df-le 11186 df-sub 11380 df-neg 11381 df-nn 12160 df-2 12222 df-n0 12416 df-z 12503 df-uz 12766 df-seq 13939 df-exp 13999 |
| This theorem is referenced by: 4sqlem19 16905 |
| Copyright terms: Public domain | W3C validator |