Step * of Lemma combinations_aux_wf_int

∀[n:ℕ]. ∀[b,m:ℤ].  (combinations_aux(b;n;m) ∈ ℤ)
BY
{ (InductionOnNat THEN RecUnfold `combinations_aux` 0 THEN Reduce 0 THEN Auto)⋅ }


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[b,m:\mBbbZ{}].    (combinations\_aux(b;n;m)  \mmember{}  \mBbbZ{})


By


Latex:
(InductionOnNat  THEN  RecUnfold  `combinations\_aux`  0  THEN  Reduce  0  THEN  Auto)\mcdot{}




Home Index