Step * of Lemma permutation-subtype

[A,B:Type]. ∀[L1,L2:A List].  (permutation(A;L1;L2)  (A ⊆B)  permutation(B;L1;L2))
BY
(Auto THEN RepeatFor (ParallelOp -2) THEN Auto) }


Latex:


Latex:
\mforall{}[A,B:Type].  \mforall{}[L1,L2:A  List].    (permutation(A;L1;L2)  {}\mRightarrow{}  (A  \msubseteq{}r  B)  {}\mRightarrow{}  permutation(B;L1;L2))


By


Latex:
(Auto  THEN  RepeatFor  2  (ParallelOp  -2)  THEN  Auto)




Home Index