Step * of Lemma length_disjoint_sublists

[T:Type]. ∀[L1,L2,L:T List].  (||L1|| ||L2||) ≤ ||L|| supposing disjoint_sublists(T;L1;L2;L)
BY
Auto }

1
1. Type
2. L1 List
3. L2 List
4. List
5. disjoint_sublists(T;L1;L2;L)
⊢ (||L1|| ||L2||) ≤ ||L||


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[L1,L2,L:T  List].    (||L1||  +  ||L2||)  \mleq{}  ||L||  supposing  disjoint\_sublists(T;L1;L2;L)


By


Latex:
Auto




Home Index