Step * of Lemma set-elim

[A:Type]. ∀[B:A ⟶ Type].  ∀x:Image((a:A × B[a]),(λp.(fst(p)))). ((x ∈ A) ∧ (↓B[x]))
BY
TACTIC:((UnivCD THENA Auto) THEN -1 THEN Auto) }

1
1. Type
2. A ⟶ Type
3. [%] a:A × B[a]
⊢ fst(%) ∈ A

2
1. Type
2. A ⟶ Type
3. [%] a:A × B[a]
4. p.(fst(p))) % ∈ A
⊢ ↓B[(λp.(fst(p))) %]


Latex:


Latex:
\mforall{}[A:Type].  \mforall{}[B:A  {}\mrightarrow{}  Type].    \mforall{}x:Image((a:A  \mtimes{}  B[a]),(\mlambda{}p.(fst(p)))).  ((x  \mmember{}  A)  \mwedge{}  (\mdownarrow{}B[x]))


By


Latex:
TACTIC:((UnivCD  THENA  Auto)  THEN  D  -1  THEN  Auto)




Home Index