Step * of Lemma fpf-contains-union-join-right2

[A,V:Type]. ∀[B:A ⟶ Type].
  ∀eq:EqDecider(A). ∀f,h,g:a:A fp-> B[a] List. ∀R:(V List) ⟶ V ⟶ 𝔹.
    fpf-union-compatible(A;V;x.B[x];eq;R;f;g)  h ⊆⊆  h ⊆⊆ fpf-union-join(eq;R;f;g) 
    supposing fpf-single-valued(A;eq;x.B[x];V;g) 
  supposing ∀a:A. (B[a] ⊆V)
BY
(Auto THEN RepeatFor (ParallelLast) THEN Auto) }

1
1. [A] Type
2. [V] Type
3. [B] A ⟶ Type
4. ∀a:A. (B[a] ⊆V)
5. eq EqDecider(A)@i
6. a:A fp-> B[a] List@i
7. a:A fp-> B[a] List@i
8. a:A fp-> B[a] List@i
9. (V List) ⟶ V ⟶ 𝔹@i
10. fpf-single-valued(A;eq;x.B[x];V;g)
11. fpf-union-compatible(A;V;x.B[x];eq;R;f;g)@i
12. ∀x:A. ((↑x ∈ dom(h))  ((↑x ∈ dom(g)) c∧ h(x) ⊆ g(x)))@i
13. A@i
14. ↑x ∈ dom(h)@i
15. (↑x ∈ dom(g)) c∧ h(x) ⊆ g(x)
⊢ ↑x ∈ dom(fpf-union-join(eq;R;f;g))

2
1. [A] Type
2. [V] Type
3. [B] A ⟶ Type
4. ∀a:A. (B[a] ⊆V)
5. eq EqDecider(A)@i
6. a:A fp-> B[a] List@i
7. a:A fp-> B[a] List@i
8. a:A fp-> B[a] List@i
9. (V List) ⟶ V ⟶ 𝔹@i
10. fpf-single-valued(A;eq;x.B[x];V;g)
11. fpf-union-compatible(A;V;x.B[x];eq;R;f;g)@i
12. ∀x:A. ((↑x ∈ dom(h))  ((↑x ∈ dom(g)) c∧ h(x) ⊆ g(x)))@i
13. A@i
14. ↑x ∈ dom(h)@i
15. (↑x ∈ dom(g)) c∧ h(x) ⊆ g(x)
16. ↑x ∈ dom(fpf-union-join(eq;R;f;g))
⊢ h(x) ⊆ fpf-union-join(eq;R;f;g)(x)


Latex:


Latex:
\mforall{}[A,V:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].
    \mforall{}eq:EqDecider(A).  \mforall{}f,h,g:a:A  fp->  B[a]  List.  \mforall{}R:(V  List)  {}\mrightarrow{}  V  {}\mrightarrow{}  \mBbbB{}.
        fpf-union-compatible(A;V;x.B[x];eq;R;f;g)  {}\mRightarrow{}  h  \msubseteq{}\msubseteq{}  g  {}\mRightarrow{}  h  \msubseteq{}\msubseteq{}  fpf-union-join(eq;R;f;g) 
        supposing  fpf-single-valued(A;eq;x.B[x];V;g) 
    supposing  \mforall{}a:A.  (B[a]  \msubseteq{}r  V)


By


Latex:
(Auto  THEN  RepeatFor  3  (ParallelLast)  THEN  Auto)




Home Index