Step * of Lemma agree_on_common_nil

[T:Type]. ∀as:T List. (agree_on_common(T;as;[]) ⇐⇒ True)
BY
(InductionOnList THEN RecUnfold `agree_on_common` THEN Reduce THEN Auto) }


Latex:


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


By


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




Home Index