Step * of Lemma dlattice-order-append

No Annotations
∀X:Type. ∀a1,b1,a2,b2:X List List.  (a1 ⇒ b1 ⇒ a2 ⇒ b2 ⇒ a1 @ a2 ⇒ b1 @ b2)
BY
{ (Auto THEN All (Unfold  `dlattice-order`)) }

1
1. X : Type@i'
2. a1 : X List List@i
3. b1 : X List List@i
4. a2 : X List List@i
5. b2 : X List List@i
6. (∀b∈b1.(∃a∈a1. b ⊆ a))
7. (∀b∈b2.(∃a∈a2. b ⊆ a))
⊢ (∀b∈b1 @ b2.(∃a∈a1 @ a2. b ⊆ a))


Latex:


Latex:
No  Annotations
\mforall{}X:Type.  \mforall{}a1,b1,a2,b2:X  List  List.    (a1  {}\mRightarrow{}  b1  {}\mRightarrow{}  a2  {}\mRightarrow{}  b2  {}\mRightarrow{}  a1  @  a2  {}\mRightarrow{}  b1  @  b2)


By


Latex:
(Auto  THEN  All  (Unfold    `dlattice-order`))




Home Index