Step * of Lemma per-class-base-singleton

[T:Type]. ∀[a:T].  per-class(T;a) ≡ Base ⋂ {x:T| a ∈ T} 
BY
(Auto THEN RepeatFor ((D THEN Auto)) THEN Isect2HD (-1)) }

1
1. Type
2. T
3. Base ⋂ {x:T| a ∈ T} 
4. x ∈ {x:T| a ∈ T} 
5. x ∈ Base
⊢ x ∈ per-class(T;a)


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[a:T].    per-class(T;a)  \mequiv{}  Base  \mcap{}  \{x:T|  x  =  a\} 


By


Latex:
(Auto  THEN  RepeatFor  2  ((D  0  THEN  Auto))  THEN  Isect2HD  (-1))




Home Index