Step * of Lemma null-formal-sum-mul

[S:Type]. ∀K:CRng. ∀[x:basic-formal-sum(K;S)]. ∀k:|K|. (null-formal-sum(K;S;x)  null-formal-sum(K;S;k x))
BY
(Auto THEN ParallelLast THEN ExRepD THEN (D With ⌜b⌝  THEN Auto) THEN With ⌜ss⌝  THEN Auto) }

1
1. Type
2. CRng
3. basic-formal-sum(K;S)
4. |K|
5. bag(|K| × S)
6. ss bag(S)
7. ((b -(b)) ss) ∈ bag(|K| × S)
⊢ ((k -(k b)) ss) ∈ bag(|K| × S)


Latex:


Latex:
\mforall{}[S:Type]
    \mforall{}K:CRng
        \mforall{}[x:basic-formal-sum(K;S)].  \mforall{}k:|K|.  (null-formal-sum(K;S;x)  {}\mRightarrow{}  null-formal-sum(K;S;k  *  x))


By


Latex:
(Auto
  THEN  ParallelLast
  THEN  ExRepD
  THEN  (D  0  With  \mkleeneopen{}k  *  b\mkleeneclose{}    THEN  Auto)
  THEN  D  0  With  \mkleeneopen{}ss\mkleeneclose{} 
  THEN  Auto)




Home Index