Step * 1 1 of Lemma prime-factors-unique


ps,qs:{m:ℕprime(m)}  List.  ((reduce(λx,y. (x y);1;ps) reduce(λx,y. (x y);1;qs) ∈ ℤ permutation(ℤ;ps;qs))
BY
(InductionOnList THEN Reduce 0) }

1
qs:{m:ℕprime(m)}  List. ((1 reduce(λx,y. (x y);1;qs) ∈ ℤ permutation(ℤ;[];qs))

2
1. {m:ℕprime(m)} 
2. {m:ℕprime(m)}  List
3. ∀qs:{m:ℕprime(m)}  List. ((reduce(λx,y. (x y);1;v) reduce(λx,y. (x y);1;qs) ∈ ℤ permutation(ℤ;v;qs))
⊢ ∀qs:{m:ℕprime(m)}  List. (((u reduce(λx,y. (x y);1;v)) reduce(λx,y. (x y);1;qs) ∈ ℤ permutation(ℤ;[u v\000C];qs))


Latex:


Latex:

\mforall{}ps,qs:\{m:\mBbbN{}|  prime(m)\}    List.
    ((reduce(\mlambda{}x,y.  (x  *  y);1;ps)  =  reduce(\mlambda{}x,y.  (x  *  y);1;qs))  {}\mRightarrow{}  permutation(\mBbbZ{};ps;qs))


By


Latex:
(InductionOnList  THEN  Reduce  0)




Home Index