Step * 1 2 1 of Lemma agree_on_common_cons2


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)
BY
((ListInd (-3)) THEN Auto THEN Try ((BackThruLemma`agree_on_common_nil` THEN 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. T
7. T
8. List
9. ((||as|| ||v||) ≤ n)  agree_on_common(T;[x as];v) ⇐⇒ agree_on_common(T;as;v) supposing ¬(x ∈ v)
10. (||as|| ||[u v]||) ≤ n
11. ¬(x ∈ [u v])
12. agree_on_common(T;[x as];[u v])
⊢ agree_on_common(T;as;[u v])

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. T
7. T
8. List
9. ((||as|| ||v||) ≤ n)  agree_on_common(T;[x as];v) ⇐⇒ agree_on_common(T;as;v) supposing ¬(x ∈ v)
10. (||as|| ||[u v]||) ≤ n
11. ¬(x ∈ [u v])
12. agree_on_common(T;as;[u v])
⊢ agree_on_common(T;[x as];[u v])


Latex:


Latex:

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))))
5.  as  :  T  List
6.  bs  :  T  List
7.  (||as||  +  ||bs||)  \mleq{}  n
8.  x  :  T
\mvdash{}  agree\_on\_common(T;[x  /  as];bs)  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs)  supposing  \mneg{}(x  \mmember{}  bs)


By


Latex:
((ListInd  (-3))  THEN  Auto  THEN  Try  ((BackThruLemma`agree\_on\_common\_nil`  THEN  Auto)))




Home Index