Step * of Lemma formal-sum-subtype

[K:RngSig]. ∀[S,T:Type].  formal-sum(K;S) ⊆formal-sum(K;T) supposing S ⊆T
BY
(Auto
   THEN (D THENA Auto)
   THEN -1
   THEN EqTypeCD
   THEN Auto
   THEN MoveToConcl (-1)
   THEN (GenConcl ⌜a ∈ basic-formal-sum(K;S)⌝⋅ THENA Auto)
   THEN (GenConcl ⌜x1 b ∈ basic-formal-sum(K;S)⌝⋅ THENA Auto)
   THEN ThinVar `x'
   THEN ThinVar `x1'
   THEN (D THENA Auto)) }

1
1. RngSig
2. Type
3. Type
4. S ⊆T
5. basic-formal-sum(K;S)
6. basic-formal-sum(K;S)
7. bfs-equiv(K;S;a;b)
⊢ bfs-equiv(K;T;a;b)


Latex:


Latex:
\mforall{}[K:RngSig].  \mforall{}[S,T:Type].    formal-sum(K;S)  \msubseteq{}r  formal-sum(K;T)  supposing  S  \msubseteq{}r  T


By


Latex:
(Auto
  THEN  (D  0  THENA  Auto)
  THEN  D  -1
  THEN  EqTypeCD
  THEN  Auto
  THEN  MoveToConcl  (-1)
  THEN  (GenConcl  \mkleeneopen{}x  =  a\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  (GenConcl  \mkleeneopen{}x1  =  b\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  ThinVar  `x'
  THEN  ThinVar  `x1'
  THEN  (D  0  THENA  Auto))




Home Index