Step * 1 2 of Lemma agree_on_common_cons2

.....upcase..... 
1. [T] Type
2. : ℤ
3. [%1] 0 < n
4. ∀as,bs:T List.
     (((||as|| ||bs||) ≤ (n 1))
      (∀x:T
           (agree_on_common(T;[x as];bs) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ bs)
           ∧ agree_on_common(T;as;[x bs]) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ as))))
⊢ ∀as,bs:T List.
    (((||as|| ||bs||) ≤ n)
     (∀x:T
          (agree_on_common(T;[x as];bs) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ bs)
          ∧ agree_on_common(T;as;[x bs]) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ as))))
BY
(RepeatFor (D THENA Auto)) }

1
1. [T] Type
2. : ℤ
3. [%1] 0 < n
4. ∀as,bs:T List.
     (((||as|| ||bs||) ≤ (n 1))
      (∀x:T
           (agree_on_common(T;[x as];bs) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ bs)
           ∧ agree_on_common(T;as;[x bs]) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ as))))
5. as List
6. bs List
7. (||as|| ||bs||) ≤ n
8. T
⊢ agree_on_common(T;[x as];bs) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ bs)

2
1. [T] Type
2. : ℤ
3. [%1] 0 < n
4. ∀as,bs:T List.
     (((||as|| ||bs||) ≤ (n 1))
      (∀x:T
           (agree_on_common(T;[x as];bs) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ bs)
           ∧ agree_on_common(T;as;[x bs]) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ as))))
5. as List
6. bs List
7. (||as|| ||bs||) ≤ n
8. T
⊢ agree_on_common(T;as;[x bs]) ⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ as)


Latex:


Latex:
.....upcase..... 
1.  [T]  :  Type
2.  n  :  \mBbbZ{}
3.  [\%1]  :  0  <  n
4.  \mforall{}as,bs:T  List.
          (((||as||  +  ||bs||)  \mleq{}  (n  -  1))
          {}\mRightarrow{}  (\mforall{}x:T
                      (agree\_on\_common(T;[x  /  as];bs)  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs)  supposing  \mneg{}(x  \mmember{}  bs)
                      \mwedge{}  agree\_on\_common(T;as;[x  /  bs])  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs)  supposing  \mneg{}(x  \mmember{}  as))))
\mvdash{}  \mforall{}as,bs:T  List.
        (((||as||  +  ||bs||)  \mleq{}  n)
        {}\mRightarrow{}  (\mforall{}x:T
                    (agree\_on\_common(T;[x  /  as];bs)  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs)  supposing  \mneg{}(x  \mmember{}  bs)
                    \mwedge{}  agree\_on\_common(T;as;[x  /  bs])  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs)  supposing  \mneg{}(x  \mmember{}  as))))


By


Latex:
(RepeatFor  5  (D  0  THENA  Auto))




Home Index