Step * of Lemma count-combinations

n,m:ℕ.  Combination(n;ℕm) ~ ℕC(n;m)
BY
TACTIC:(InductionOnNat THEN Auto) }

1
1. : ℕ
⊢ Combination(0;ℕm) ~ ℕC(0;m)

2
1. : ℤ
2. [%1] 0 < n
3. ∀m:ℕCombination(n 1;ℕm) ~ ℕC(n 1;m)
4. : ℕ
⊢ Combination(n;ℕm) ~ ℕC(n;m)


Latex:


Latex:
\mforall{}n,m:\mBbbN{}.    Combination(n;\mBbbN{}m)  \msim{}  \mBbbN{}C(n;m)


By


Latex:
TACTIC:(InductionOnNat  THEN  Auto)




Home Index