Step * of Lemma ss-sep-irrefl

[ss:SeparationSpace]. ∀[x:Point].  x)
BY
(Auto THEN THEN Auto THEN Unfold `ss-sep` 0) }

1
1. ss self:"Point":Type
        "#":{s:self."Point" ⟶ self."Point" ⟶ ℙ| ∀x:self."Point". (s x))} 
        "#symm":∀x,y:self."Point".  ((self."#" y)  (self."#" x)) ⋂ x:Atom ⟶ if =a "#or"
                                                                                   then ∀x,y,z:self."Point".
                                                                                          ((self."#" y)
                                                                                           ((self."#" z)
                                                                                             ∨ (self."#" z)))
                                                                                   else Top
                                                                                   fi 
2. ss ∈ record(x.Top)
3. Point
4. ss."Point" ∈ Type
5. ss."#" ∈ {s:ss."Point" ⟶ ss."Point" ⟶ ℙ| ∀x:ss."Point". (s x))} 
6. ss."#symm" ∈ ∀x,y:ss."Point".  ((ss."#" y)  (ss."#" x))
7. ss."#or" ∈ ∀x,y,z:ss."Point".  ((ss."#" y)  ((ss."#" z) ∨ (ss."#" z)))
⊢ ¬(ss."#" x)


Latex:


Latex:
\mforall{}[ss:SeparationSpace].  \mforall{}[x:Point].    (\mneg{}x  \#  x)


By


Latex:
(Auto  THEN  D  1  THEN  Auto  THEN  Unfold  `ss-sep`  0)




Home Index