Step * of Lemma respects-equality-quotient1

[X,T:Type]. ∀[E:T ⟶ T ⟶ ℙ].
  (respects-equality(X;x,y:T//E[x;y])) supposing (respects-equality(X;T) and EquivRel(T;x,y.E[x;y]))
BY
(Intros THEN RepeatFor ((D THENA Auto))) }

1
1. Type
2. Type
3. T ⟶ T ⟶ ℙ
4. EquivRel(T;x,y.E[x;y])
5. respects-equality(X;T)
6. Base
7. Base
8. y ∈ X
9. x ∈ x,y:T//E[x;y]
⊢ y ∈ (x,y:T//E[x;y])


Latex:


Latex:
\mforall{}[X,T:Type].  \mforall{}[E:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].
    (respects-equality(X;x,y:T//E[x;y]))  supposing  (respects-equality(X;T)  and  EquivRel(T;x,y.E[x;y]))


By


Latex:
(Intros  THEN  RepeatFor  4  ((D  0  THENA  Auto)))




Home Index