Step * of Lemma equipollent-subtype

[T,A:Type].
  (∀[a,b:ℕ].  (a ≤ b) supposing (T ~ ℕand ~ ℕa)) supposing 
     ((∀a1,a2:A.  ((a1 a2 ∈ T)  (a1 a2 ∈ A))) and 
     (A ⊆T))
BY
Auto }

1
1. Type
2. Type
3. A ⊆T
4. ∀a1,a2:A.  ((a1 a2 ∈ T)  (a1 a2 ∈ A))
5. : ℕ
6. : ℕ
7. ~ ℕa
8. ~ ℕb
⊢ a ≤ b


Latex:


Latex:
\mforall{}[T,A:Type].
    (\mforall{}[a,b:\mBbbN{}].    (a  \mleq{}  b)  supposing  (T  \msim{}  \mBbbN{}b  and  A  \msim{}  \mBbbN{}a))  supposing 
          ((\mforall{}a1,a2:A.    ((a1  =  a2)  {}\mRightarrow{}  (a1  =  a2)))  and 
          (A  \msubseteq{}r  T))


By


Latex:
Auto




Home Index