Step
*
1
2
2
of Lemma
agree_on_common_cons2
1. [T] : Type
2. n : ℤ
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 : T List
6. bs : T List
7. (||as|| + ||bs||) ≤ n
8. x : T
⊢ agree_on_common(T;as;[x / bs]) 
⇐⇒ agree_on_common(T;as;bs) supposing ¬(x ∈ as)
BY
{ (ListInd (-4)) }
1
1. [T] : Type
2. n : ℤ
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. bs : T List
6. x : T
⊢ ((||[]|| + ||bs||) ≤ n) 
⇒ agree_on_common(T;[];[x / bs]) 
⇐⇒ agree_on_common(T;[];bs) supposing ¬(x ∈ [])
2
1. [T] : Type
2. n : ℤ
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. bs : T List
6. x : T
7. u : T
8. v : T List
9. ((||v|| + ||bs||) ≤ n) 
⇒ agree_on_common(T;v;[x / bs]) 
⇐⇒ agree_on_common(T;v;bs) supposing ¬(x ∈ v)
⊢ ((||[u / v]|| + ||bs||) ≤ n)
⇒ agree_on_common(T;[u / v];[x / bs]) 
⇐⇒ agree_on_common(T;[u / v];bs) supposing ¬(x ∈ [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;as;[x  /  bs])  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs)  supposing  \mneg{}(x  \mmember{}  as)
By
Latex:
(ListInd  (-4))
Home
Index