Step * 1 2 1 1 of Lemma prime-factors2


1. {2...}
2. ∀n1:{2..n-}. (∃factors:{m:{2...}| prime(m)}  List [(n1 = Π(factors)  ∈ ℤ)])
3. : ℤ
4. [%4] x < n ∧ (2 ≤ x) ∧ (x n)
5. : ℤ
6. (n ÷ x) ∈ ℤ
⊢ ∃factors:{m:{2...}| prime(m)}  List [(n = Π(factors)  ∈ ℤ)]
BY
(InstHyp [⌜x⌝2⋅ THENA Auto') }

1
1. {2...}
2. ∀n1:{2..n-}. (∃factors:{m:{2...}| prime(m)}  List [(n1 = Π(factors)  ∈ ℤ)])
3. : ℤ
4. [%4] x < n ∧ (2 ≤ x) ∧ (x n)
5. : ℤ
6. (n ÷ x) ∈ ℤ
7. ∃factors:{m:{2...}| prime(m)}  List [(x = Π(factors)  ∈ ℤ)]
⊢ ∃factors:{m:{2...}| prime(m)}  List [(n = Π(factors)  ∈ ℤ)]


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.  [\%4]  :  x  <  n  \mwedge{}  (2  \mleq{}  x)  \mwedge{}  (x  |  n)
5.  y  :  \mBbbZ{}
6.  y  =  (n  \mdiv{}  x)
\mvdash{}  \mexists{}factors:\{m:\{2...\}|  prime(m)\}    List  [(n  =  \mPi{}(factors)  )]


By


Latex:
(InstHyp  [\mkleeneopen{}x\mkleeneclose{}]  2\mcdot{}  THENA  Auto')




Home Index