Step * of Lemma polyconst-val

[n:ℕ]. ∀[l:{l:ℤ List| ||l|| n ∈ ℤ]. ∀[k:ℤ].  (polyconst(n;k)@l k)
BY
(InductionOnNat
   THEN (RecUnfold `polyconst` THEN Reduce 0)
   THEN (D THENA Auto)
   THEN -1
   THEN -2
   THEN Try (((Assert ⌜False⌝⋅ THEN Auto) THEN (All Reduce THEN Auto) THEN Assert ⌜0 ≤ ||v||⌝⋅ THEN Complete (Auto)))
   THEN (D THENA Auto)) }

1
1. : ℤ
2. ||[]|| 0 ∈ ℤ
3. : ℤ
⊢ k@[] k

2
1. : ℤ
2. 0 < n
3. ∀[l:{l:ℤ List| ||l|| (n 1) ∈ ℤ]. ∀[k:ℤ].  (polyconst(n 1;k)@l k)
4. : ℤ
5. : ℤ List
6. ||[u v]|| n ∈ ℤ
7. : ℤ
⊢ if n=0  then k  else if k=0  then []  else [polyconst(n 1;k)]@[u v] k


Latex:


Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[l:\{l:\mBbbZ{}  List|  ||l||  =  n\}  ].  \mforall{}[k:\mBbbZ{}].    (polyconst(n;k)@l  \msim{}  k)


By


Latex:
(InductionOnNat
  THEN  (RecUnfold  `polyconst`  0  THEN  Reduce  0)
  THEN  (D  0  THENA  Auto)
  THEN  D  -1
  THEN  D  -2
  THEN  Try  (((Assert  \mkleeneopen{}False\mkleeneclose{}\mcdot{}  THEN  Auto)
                        THEN  (All  Reduce  THEN  Auto)
                        THEN  Assert  \mkleeneopen{}0  \mleq{}  ||v||\mkleeneclose{}\mcdot{}
                        THEN  Complete  (Auto)))
  THEN  (D  0  THENA  Auto))




Home Index