Step * of Lemma fpf-sub-functionality2

[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 ParallelLast
   THEN RepeatFor ((D THENA Auto))
   THEN (FLemma `fpf-dom-type` [3;-1] THENA Auto)
   THEN (InstHyp [⌜x⌝(-4)⋅ THENA Auto)) }

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. A'@i
13. ↑x ∈ dom(f)@i
14. x ∈ A
⊢ ↑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. A'@i
13. ↑x ∈ dom(f)@i
14. x ∈ A
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  ParallelLast
  THEN  RepeatFor  2  ((D  0  THENA  Auto))
  THEN  (FLemma  `fpf-dom-type`  [3;-1]  THENA  Auto)
  THEN  (InstHyp  [\mkleeneopen{}x\mkleeneclose{}]  (-4)\mcdot{}  THENA  Auto))




Home Index