Step * of Lemma permutation-swap-first2

[A:Type]. ∀x,y:A. ∀L:A List.  permutation(A;[x; [y L]];[y; [x L]])
BY
(Auto THEN BLemma `permutation-cons` THEN Auto THEN InstConcl [⌜[y]⌝;⌜L⌝]⋅ THEN Reduce THEN Auto) }


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}x,y:A.  \mforall{}L:A  List.    permutation(A;[x;  [y  /  L]];[y;  [x  /  L]])


By


Latex:
(Auto  THEN  BLemma  `permutation-cons`  THEN  Auto  THEN  InstConcl  [\mkleeneopen{}[y]\mkleeneclose{};\mkleeneopen{}L\mkleeneclose{}]\mcdot{}  THEN  Reduce  0  THEN  Auto)




Home Index