Step * of Lemma agree_on_common_cons

[T:Type]. ∀as,bs:T List. ∀x:T.  (agree_on_common(T;[x as];[x bs]) ⇐⇒ agree_on_common(T;as;bs))
BY
Auto }

1
1. [T] Type
2. as List
3. bs List
4. T
5. agree_on_common(T;[x as];[x bs])
⊢ agree_on_common(T;as;bs)

2
1. [T] Type
2. as List
3. bs List
4. T
5. agree_on_common(T;as;bs)
⊢ agree_on_common(T;[x as];[x bs])


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}as,bs:T  List.  \mforall{}x:T.    (agree\_on\_common(T;[x  /  as];[x  /  bs])  \mLeftarrow{}{}\mRightarrow{}  agree\_on\_common(T;as;bs))


By


Latex:
Auto




Home Index