Step * of Lemma rat-complex-iter-subdiv-pos-length

[k,n:ℕ]. ∀[K:{K:n-dim-complex| 0 < ||K||} ]. ∀[j:ℕ].  0 < ||K'^(j)||
BY
(Intros
   THEN NatInd (-1)
   THEN Unfold `rat-complex-iter-subdiv` 0
   THEN Reduce 0
   THEN Try (((RWO "primrec-unroll" THENA Auto)
              THEN (SplitOnConclITE THENA Auto)
              THEN ((Fold `rat-complex-iter-subdiv` THEN Reduce 0) ORELSE Auto)))
   THEN EAuto 1) }


Latex:


Latex:
\mforall{}[k,n:\mBbbN{}].  \mforall{}[K:\{K:n-dim-complex|  0  <  ||K||\}  ].  \mforall{}[j:\mBbbN{}].    0  <  ||K'\^{}(j)||


By


Latex:
(Intros
  THEN  NatInd  (-1)
  THEN  Unfold  `rat-complex-iter-subdiv`  0
  THEN  Reduce  0
  THEN  Try  (((RWO  "primrec-unroll"  0  THENA  Auto)
                        THEN  (SplitOnConclITE  THENA  Auto)
                        THEN  ((Fold  `rat-complex-iter-subdiv`  0  THEN  Reduce  0)  ORELSE  Auto)))
  THEN  EAuto  1)




Home Index