Step * of Lemma p-reduce-eqmod-exp

p:ℕ+. ∀n:ℕ. ∀m:{n...}. ∀z:ℤ.  (z mod(p^m) ≡ mod p^n)
BY
(Auto
   THEN (Subst' (m n) THENA Auto)
   THEN (GenConcl ⌜(m n) k ∈ ℕ⌝⋅ THENA Auto)
   THEN ThinVar  `m'
   THEN Unfold `p-reduce` 0
   THEN (RWO "exp_add" THENA Auto)) }

1
1. : ℕ+
2. : ℕ
3. : ℤ
4. : ℕ
⊢ (z mod (p^n p^k)) ≡ mod p^n


Latex:


Latex:
\mforall{}p:\mBbbN{}\msupplus{}.  \mforall{}n:\mBbbN{}.  \mforall{}m:\{n...\}.  \mforall{}z:\mBbbZ{}.    (z  mod(p\^{}m)  \mequiv{}  z  mod  p\^{}n)


By


Latex:
(Auto
  THEN  (Subst'  m  \msim{}  n  +  (m  -  n)  0  THENA  Auto)
  THEN  (GenConcl  \mkleeneopen{}(m  -  n)  =  k\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  ThinVar    `m'
  THEN  Unfold  `p-reduce`  0
  THEN  (RWO  "exp\_add"  0  THENA  Auto))




Home Index