Step * of Lemma metric-subspace_wf

[X:Type]. ∀[d:metric(X)]. ∀[A:Type].  (metric-subspace(X;d;A) ∈ ℙ)
BY
(Intros THEN Unfold `metric-subspace` THEN AndMemCD) }

1
1. Type
2. metric(X)
3. Type
⊢ strong-subtype(A;X) ∈ Type

2
1. Type
2. metric(X)
3. Type
4. strong-subtype(A;X)
⊢ ∀a:A. ∀x:X.  (x ≡  (x ∈ A)) ∈ Type


Latex:


Latex:
\mforall{}[X:Type].  \mforall{}[d:metric(X)].  \mforall{}[A:Type].    (metric-subspace(X;d;A)  \mmember{}  \mBbbP{})


By


Latex:
(Intros  THEN  Unfold  `metric-subspace`  0  THEN  AndMemCD)




Home Index