Step * of Lemma fpf-sub-functionality

[A,A':Type].
  ∀[B:A ⟶ Type]. ∀[C:A' ⟶ Type]. ∀[eq:EqDecider(A)]. ∀[eq':EqDecider(A')]. ∀[f,g:a:A fp-> B[a]].
    (f ⊆ g) supposing (f ⊆ and (∀a:A. (B[a] ⊆C[a]))) 
  supposing strong-subtype(A;A')
BY
(Auto
   THEN Try ((DoSubsume
              THEN Auto
              THEN (FLemma `strong-subtype-implies` [3] THENA Auto)
              THEN (SubtypeReasoning THEN Auto)⋅))
   THEN (FLemma `strong-subtype-implies` [3] THENA Auto)
   THEN RepeatFor ((ParallelOp (-2))⋅)
   THEN ParallelLast) }

1
.....antecedent..... 
1. Type
2. A' Type
3. strong-subtype(A;A')
4. A ⟶ Type
5. A' ⟶ Type
6. eq EqDecider(A)
7. eq' EqDecider(A')
8. a:A fp-> B[a]
9. a:A fp-> B[a]
10. ∀a:A. (B[a] ⊆C[a])
11. ∀x:A. ((↑x ∈ dom(f))  ((↑x ∈ dom(g)) c∧ (f(x) g(x) ∈ B[x])))
12. ∀b:A'. ∀a:A.  ((b a ∈ A')  (b a ∈ A))
13. A@i
14. ↑x ∈ dom(f)@i
⊢ ↑x ∈ dom(f)

2
1. Type
2. A' Type
3. strong-subtype(A;A')
4. A ⟶ Type
5. A' ⟶ Type
6. eq EqDecider(A)
7. eq' EqDecider(A')
8. a:A fp-> B[a]
9. a:A fp-> B[a]
10. ∀a:A. (B[a] ⊆C[a])
11. ∀x:A. ((↑x ∈ dom(f))  ((↑x ∈ dom(g)) c∧ (f(x) g(x) ∈ B[x])))
12. ∀b:A'. ∀a:A.  ((b a ∈ A')  (b a ∈ A))
13. A@i
14. ↑x ∈ dom(f)@i
15. (↑x ∈ dom(g)) c∧ (f(x) g(x) ∈ B[x])
⊢ (↑x ∈ dom(g)) c∧ (f(x) g(x) ∈ C[x])


Latex:


Latex:
\mforall{}[A,A':Type].
    \mforall{}[B:A  {}\mrightarrow{}  Type].  \mforall{}[C:A'  {}\mrightarrow{}  Type].  \mforall{}[eq:EqDecider(A)].  \mforall{}[eq':EqDecider(A')].  \mforall{}[f,g:a:A  fp->  B[a]].
        (f  \msubseteq{}  g)  supposing  (f  \msubseteq{}  g  and  (\mforall{}a:A.  (B[a]  \msubseteq{}r  C[a]))) 
    supposing  strong-subtype(A;A')


By


Latex:
(Auto
  THEN  Try  ((DoSubsume
                        THEN  Auto
                        THEN  (FLemma  `strong-subtype-implies`  [3]  THENA  Auto)
                        THEN  (SubtypeReasoning  THEN  Auto)\mcdot{}))
  THEN  (FLemma  `strong-subtype-implies`  [3]  THENA  Auto)
  THEN  RepeatFor  2  ((ParallelOp  (-2))\mcdot{})
  THEN  ParallelLast)




Home Index