Step
*
1
1
of Lemma
combinations_aux_rem_property
1. k : ℕ+
2. n : ℤ
3. 0 < n
4. ∀[b,m:ℕ].  (combinations_aux_rem(b rem k;n - 1;m;k) = (combinations_aux(b;n - 1;m) rem k) ∈ ℤ)
5. b : ℕ
6. m : ℕ
7. ¬(n = 0 ∈ ℤ)
8. m = 0 ∈ ℤ
⊢ combinations_aux_rem((b rem k) * 0 rem k;n - 1;0 - 1;k) = (combinations_aux(b * 0;n - 1;0 - 1) rem k) ∈ ℤ
BY
{ Subst ⌜b * 0 ~ 0⌝ 0⋅ }
1
.....equality..... 
1. k : ℕ+
2. n : ℤ
3. 0 < n
4. ∀[b,m:ℕ].  (combinations_aux_rem(b rem k;n - 1;m;k) = (combinations_aux(b;n - 1;m) rem k) ∈ ℤ)
5. b : ℕ
6. m : ℕ
7. ¬(n = 0 ∈ ℤ)
8. m = 0 ∈ ℤ
⊢ b * 0 ~ 0
2
1. k : ℕ+
2. n : ℤ
3. 0 < n
4. ∀[b,m:ℕ].  (combinations_aux_rem(b rem k;n - 1;m;k) = (combinations_aux(b;n - 1;m) rem k) ∈ ℤ)
5. b : ℕ
6. m : ℕ
7. ¬(n = 0 ∈ ℤ)
8. m = 0 ∈ ℤ
⊢ combinations_aux_rem((b rem k) * 0 rem k;n - 1;0 - 1;k) = (combinations_aux(0;n - 1;0 - 1) rem k) ∈ ℤ
Latex:
Latex:
1.  k  :  \mBbbN{}\msupplus{}
2.  n  :  \mBbbZ{}
3.  0  <  n
4.  \mforall{}[b,m:\mBbbN{}].    (combinations\_aux\_rem(b  rem  k;n  -  1;m;k)  =  (combinations\_aux(b;n  -  1;m)  rem  k))
5.  b  :  \mBbbN{}
6.  m  :  \mBbbN{}
7.  \mneg{}(n  =  0)
8.  m  =  0
\mvdash{}  combinations\_aux\_rem((b  rem  k)  *  0  rem  k;n  -  1;0  -  1;k)
=  (combinations\_aux(b  *  0;n  -  1;0  -  1)  rem  k)
By
Latex:
Subst  \mkleeneopen{}b  *  0  \msim{}  0\mkleeneclose{}  0\mcdot{}
Home
Index