Step * of Lemma sublist_antisymmetry

[T:Type]. ∀[L1,L2:T List].  (L1 L2 ∈ (T List)) supposing (L2 ⊆ L1 and L1 ⊆ L2)
BY
((Auto THEN BackThruLemma `proper_sublist_length`) THEN Auto) }

1
1. Type
2. L1 List
3. L2 List
4. L1 ⊆ L2
5. L2 ⊆ L1
⊢ ||L1|| ||L2|| ∈ ℤ


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[L1,L2:T  List].    (L1  =  L2)  supposing  (L2  \msubseteq{}  L1  and  L1  \msubseteq{}  L2)


By


Latex:
((Auto  THEN  BackThruLemma  `proper\_sublist\_length`)  THEN  Auto)




Home Index