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

Theorem nndivtr 11398
Description: Transitive property of divisibility: if 𝐴 divides 𝐵 and 𝐵 divides 𝐶, then 𝐴 divides 𝐶. Typically, 𝐶 would be an integer, although the theorem holds for complex 𝐶. (Contributed by NM, 3-May-2005.)
Assertion
Ref Expression
nndivtr (((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) ∧ ((𝐵 / 𝐴) ∈ ℕ ∧ (𝐶 / 𝐵) ∈ ℕ)) → (𝐶 / 𝐴) ∈ ℕ)

Proof of Theorem nndivtr
StepHypRef Expression
1 nnmulcl 11375 . . 3 (((𝐵 / 𝐴) ∈ ℕ ∧ (𝐶 / 𝐵) ∈ ℕ) → ((𝐵 / 𝐴) · (𝐶 / 𝐵)) ∈ ℕ)
2 nncn 11359 . . . . . . 7 (𝐵 ∈ ℕ → 𝐵 ∈ ℂ)
323ad2ant2 1168 . . . . . 6 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → 𝐵 ∈ ℂ)
4 simp3 1172 . . . . . 6 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → 𝐶 ∈ ℂ)
5 nncn 11359 . . . . . . . 8 (𝐴 ∈ ℕ → 𝐴 ∈ ℂ)
6 nnne0 11386 . . . . . . . 8 (𝐴 ∈ ℕ → 𝐴 ≠ 0)
75, 6jca 507 . . . . . . 7 (𝐴 ∈ ℕ → (𝐴 ∈ ℂ ∧ 𝐴 ≠ 0))
873ad2ant1 1167 . . . . . 6 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (𝐴 ∈ ℂ ∧ 𝐴 ≠ 0))
9 nnne0 11386 . . . . . . . 8 (𝐵 ∈ ℕ → 𝐵 ≠ 0)
102, 9jca 507 . . . . . . 7 (𝐵 ∈ ℕ → (𝐵 ∈ ℂ ∧ 𝐵 ≠ 0))
11103ad2ant2 1168 . . . . . 6 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (𝐵 ∈ ℂ ∧ 𝐵 ≠ 0))
12 divmul24 11055 . . . . . 6 (((𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) ∧ ((𝐴 ∈ ℂ ∧ 𝐴 ≠ 0) ∧ (𝐵 ∈ ℂ ∧ 𝐵 ≠ 0))) → ((𝐵 / 𝐴) · (𝐶 / 𝐵)) = ((𝐵 / 𝐵) · (𝐶 / 𝐴)))
133, 4, 8, 11, 12syl22anc 872 . . . . 5 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → ((𝐵 / 𝐴) · (𝐶 / 𝐵)) = ((𝐵 / 𝐵) · (𝐶 / 𝐴)))
142, 9dividd 11125 . . . . . . 7 (𝐵 ∈ ℕ → (𝐵 / 𝐵) = 1)
1514oveq1d 6920 . . . . . 6 (𝐵 ∈ ℕ → ((𝐵 / 𝐵) · (𝐶 / 𝐴)) = (1 · (𝐶 / 𝐴)))
16153ad2ant2 1168 . . . . 5 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → ((𝐵 / 𝐵) · (𝐶 / 𝐴)) = (1 · (𝐶 / 𝐴)))
17 divcl 11016 . . . . . . . . . 10 ((𝐶 ∈ ℂ ∧ 𝐴 ∈ ℂ ∧ 𝐴 ≠ 0) → (𝐶 / 𝐴) ∈ ℂ)
18173expb 1153 . . . . . . . . 9 ((𝐶 ∈ ℂ ∧ (𝐴 ∈ ℂ ∧ 𝐴 ≠ 0)) → (𝐶 / 𝐴) ∈ ℂ)
197, 18sylan2 586 . . . . . . . 8 ((𝐶 ∈ ℂ ∧ 𝐴 ∈ ℕ) → (𝐶 / 𝐴) ∈ ℂ)
2019ancoms 452 . . . . . . 7 ((𝐴 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (𝐶 / 𝐴) ∈ ℂ)
2120mulid2d 10375 . . . . . 6 ((𝐴 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (1 · (𝐶 / 𝐴)) = (𝐶 / 𝐴))
22213adant2 1165 . . . . 5 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (1 · (𝐶 / 𝐴)) = (𝐶 / 𝐴))
2313, 16, 223eqtrd 2865 . . . 4 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → ((𝐵 / 𝐴) · (𝐶 / 𝐵)) = (𝐶 / 𝐴))
2423eleq1d 2891 . . 3 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (((𝐵 / 𝐴) · (𝐶 / 𝐵)) ∈ ℕ ↔ (𝐶 / 𝐴) ∈ ℕ))
251, 24syl5ib 236 . 2 ((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) → (((𝐵 / 𝐴) ∈ ℕ ∧ (𝐶 / 𝐵) ∈ ℕ) → (𝐶 / 𝐴) ∈ ℕ))
2625imp 397 1 (((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ ∧ 𝐶 ∈ ℂ) ∧ ((𝐵 / 𝐴) ∈ ℕ ∧ (𝐶 / 𝐵) ∈ ℕ)) → (𝐶 / 𝐴) ∈ ℕ)
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 386  w3a 1111   = wceq 1656  wcel 2164  wne 2999  (class class class)co 6905  cc 10250  0cc0 10252  1c1 10253   · cmul 10257   / cdiv 11009  cn 11350
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1894  ax-4 1908  ax-5 2009  ax-6 2075  ax-7 2112  ax-8 2166  ax-9 2173  ax-10 2192  ax-11 2207  ax-12 2220  ax-13 2389  ax-ext 2803  ax-sep 5005  ax-nul 5013  ax-pow 5065  ax-pr 5127  ax-un 7209  ax-resscn 10309  ax-1cn 10310  ax-icn 10311  ax-addcl 10312  ax-addrcl 10313  ax-mulcl 10314  ax-mulrcl 10315  ax-mulcom 10316  ax-addass 10317  ax-mulass 10318  ax-distr 10319  ax-i2m1 10320  ax-1ne0 10321  ax-1rid 10322  ax-rnegex 10323  ax-rrecex 10324  ax-cnre 10325  ax-pre-lttri 10326  ax-pre-lttrn 10327  ax-pre-ltadd 10328  ax-pre-mulgt0 10329
This theorem depends on definitions:  df-bi 199  df-an 387  df-or 879  df-3or 1112  df-3an 1113  df-tru 1660  df-ex 1879  df-nf 1883  df-sb 2068  df-mo 2605  df-eu 2640  df-clab 2812  df-cleq 2818  df-clel 2821  df-nfc 2958  df-ne 3000  df-nel 3103  df-ral 3122  df-rex 3123  df-reu 3124  df-rmo 3125  df-rab 3126  df-v 3416  df-sbc 3663  df-csb 3758  df-dif 3801  df-un 3803  df-in 3805  df-ss 3812  df-pss 3814  df-nul 4145  df-if 4307  df-pw 4380  df-sn 4398  df-pr 4400  df-tp 4402  df-op 4404  df-uni 4659  df-iun 4742  df-br 4874  df-opab 4936  df-mpt 4953  df-tr 4976  df-id 5250  df-eprel 5255  df-po 5263  df-so 5264  df-fr 5301  df-we 5303  df-xp 5348  df-rel 5349  df-cnv 5350  df-co 5351  df-dm 5352  df-rn 5353  df-res 5354  df-ima 5355  df-pred 5920  df-ord 5966  df-on 5967  df-lim 5968  df-suc 5969  df-iota 6086  df-fun 6125  df-fn 6126  df-f 6127  df-f1 6128  df-fo 6129  df-f1o 6130  df-fv 6131  df-riota 6866  df-ov 6908  df-oprab 6909  df-mpt2 6910  df-om 7327  df-wrecs 7672  df-recs 7734  df-rdg 7772  df-er 8009  df-en 8223  df-dom 8224  df-sdom 8225  df-pnf 10393  df-mnf 10394  df-xr 10395  df-ltxr 10396  df-le 10397  df-sub 10587  df-neg 10588  df-div 11010  df-nn 11351
This theorem is referenced by:  permnn  13406  infpnlem1  15985
  Copyright terms: Public domain W3C validator