Step * 1 of Lemma fpf-union-contains2


1. [A] Type
2. [V] Type
3. [B] A ⟶ Type
4. ∀a:A. (B[a] ⊆V)
5. eq EqDecider(A)
6. x:A fp-> B[x] List
7. x:A fp-> B[x] List
8. fpf-single-valued(A;eq;x.B[x];V;g)
9. A
10. (V List) ⟶ V ⟶ 𝔹
11. fpf-union-compatible(A;V;x.B[x];eq;R;f;g)
12. ↑x ∈ dom(g)
13. ↑x ∈ dom(f)
14. B[x] ⊆V
⊢ g(x) ⊆ f(x) filter(R f(x);g(x))
BY
xxx(All (Unfold `so_apply`)⋅
      THEN Unfold `l_contains` 0
      THEN BLemma `l_all_iff`
      THEN Auto
      THEN Try ((DoSubsume THEN Auto)))xxx }

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


Latex:


Latex:

1.  [A]  :  Type
2.  [V]  :  Type
3.  [B]  :  A  {}\mrightarrow{}  Type
4.  \mforall{}a:A.  (B[a]  \msubseteq{}r  V)
5.  eq  :  EqDecider(A)
6.  f  :  x:A  fp->  B[x]  List
7.  g  :  x:A  fp->  B[x]  List
8.  fpf-single-valued(A;eq;x.B[x];V;g)
9.  x  :  A
10.  R  :  (V  List)  {}\mrightarrow{}  V  {}\mrightarrow{}  \mBbbB{}
11.  fpf-union-compatible(A;V;x.B[x];eq;R;f;g)
12.  \muparrow{}x  \mmember{}  dom(g)
13.  \muparrow{}x  \mmember{}  dom(f)
14.  B[x]  \msubseteq{}r  V
\mvdash{}  g(x)  \msubseteq{}  f(x)  @  filter(R  f(x);g(x))


By


Latex:
xxx(All  (Unfold  `so\_apply`)\mcdot{}
        THEN  Unfold  `l\_contains`  0
        THEN  BLemma  `l\_all\_iff`
        THEN  Auto
        THEN  Try  ((DoSubsume  THEN  Auto)))xxx




Home Index