Step * 1 2 1 1 1 2 1 1 of Lemma prime-factors2


1. {2...}
2. ∀n1:{2..n-}. (∃factors:{m:{2...}| prime(m)}  List [(n1 = Π(factors)  ∈ ℤ)])
3. : ℤ
4. x < n
5. 2 ≤ x
6. n
7. : ℤ
8. (n ÷ x) ∈ ℤ
9. factors {m:{2...}| prime(m)}  List
10. = Π(factors)  ∈ ℤ
11. f1 {m:{2...}| prime(m)}  List
12. = Π(f1)  ∈ ℤ
⊢ (factors)  * Π(f1) ) ∈ ℤ
BY
OnMaybeHyp (\h. (FLemma `divides_iff_div_exact` [h]⋅ THEN Auto)) }


Latex:


Latex:

1.  n  :  \{2...\}
2.  \mforall{}n1:\{2..n\msupminus{}\}.  (\mexists{}factors:\{m:\{2...\}|  prime(m)\}    List  [(n1  =  \mPi{}(factors)  )])
3.  x  :  \mBbbZ{}
4.  x  <  n
5.  2  \mleq{}  x
6.  x  |  n
7.  y  :  \mBbbZ{}
8.  y  =  (n  \mdiv{}  x)
9.  factors  :  \{m:\{2...\}|  prime(m)\}    List
10.  x  =  \mPi{}(factors) 
11.  f1  :  \{m:\{2...\}|  prime(m)\}    List
12.  y  =  \mPi{}(f1) 
\mvdash{}  n  =  (\mPi{}(factors)    *  \mPi{}(f1)  )


By


Latex:
OnMaybeHyp  6  (\mbackslash{}h.  (FLemma  `divides\_iff\_div\_exact`  [h]\mcdot{}  THEN  Auto))




Home Index