Step * 2 of Lemma agree_on_common_cons


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])
BY
(RecUnfold `agree_on_common` THEN Reduce THEN Auto) }


Latex:


Latex:

1.  [T]  :  Type
2.  as  :  T  List
3.  bs  :  T  List
4.  x  :  T
5.  agree\_on\_common(T;as;bs)
\mvdash{}  agree\_on\_common(T;[x  /  as];[x  /  bs])


By


Latex:
(RecUnfold  `agree\_on\_common`  0  THEN  Reduce  0  THEN  Auto)




Home Index