Step * 1 1 2 1 of Lemma Veldman-Coquand


1. Type
2. wfd-tree(X)
3. [A] n:ℕ ⟶ (ℕn ⟶ X) ⟶ ℙ
4. [B] n:ℕ ⟶ (ℕn ⟶ X) ⟶ ℙ
5. [R] 0-aryRel(X)
6. [S] 0-aryRel(X)
7. tree-secures(X;λm,s. ((B s) ∨ ([[S]] s));q)
8. [[R]] x.⊥)
9. : ℕ
10. : ℕn ⟶ X
11. (B s) ∨ ([[S]] s)
⊢ ((A s) ∨ (B s)) ∨ (([[R]] s) ∧ ([[S]] s))
BY
TACTIC:(ParallelLast THEN Auto THEN All (RepUR ``nary-rel-predicate``) THEN Auto) }

1
1. Type
2. wfd-tree(X)
3. [A] n:ℕ ⟶ (ℕn ⟶ X) ⟶ ℙ
4. [B] n:ℕ ⟶ (ℕn ⟶ X) ⟶ ℙ
5. [R] 0-aryRel(X)
6. [S] 0-aryRel(X)
7. tree-secures(X;λm,s. ((B s) ∨ ((0 ≤ m) ∧ (S s)));q)
8. 0 ≤ 0
9. x.⊥)
10. : ℕ
11. : ℕn ⟶ X
12. 0 ≤ n
13. s
14. 0 ≤ n
⊢ s


Latex:


Latex:

1.  X  :  Type
2.  q  :  wfd-tree(X)
3.  [A]  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  X)  {}\mrightarrow{}  \mBbbP{}
4.  [B]  :  n:\mBbbN{}  {}\mrightarrow{}  (\mBbbN{}n  {}\mrightarrow{}  X)  {}\mrightarrow{}  \mBbbP{}
5.  [R]  :  0-aryRel(X)
6.  [S]  :  0-aryRel(X)
7.  tree-secures(X;\mlambda{}m,s.  ((B  m  s)  \mvee{}  ([[S]]  m  s));q)
8.  [[R]]  0  (\mlambda{}x.\mbot{})
9.  n  :  \mBbbN{}
10.  s  :  \mBbbN{}n  {}\mrightarrow{}  X
11.  (B  n  s)  \mvee{}  ([[S]]  n  s)
\mvdash{}  ((A  n  s)  \mvee{}  (B  n  s))  \mvee{}  (([[R]]  n  s)  \mwedge{}  ([[S]]  n  s))


By


Latex:
TACTIC:(ParallelLast  THEN  Auto  THEN  All  (RepUR  ``nary-rel-predicate``)  THEN  Auto)




Home Index