Step
*
1
of Lemma
ss-sep_test
1. ss : SeparationSpace
2. x : Point
3. y : Point
4. z : Point
5. w : Point
6. a : Point
7. y ≡ x
8. y ≡ z
9. w ≡ z
10. w # a
⊢ x # a
BY
{ (Assert x ≡ w BY
         Auto) }
1
1. ss : SeparationSpace
2. x : Point
3. y : Point
4. z : Point
5. w : Point
6. a : Point
7. y ≡ x
8. y ≡ z
9. w ≡ z
10. w # a
11. x ≡ w
⊢ x # a
Latex:
Latex:
1.  ss  :  SeparationSpace
2.  x  :  Point
3.  y  :  Point
4.  z  :  Point
5.  w  :  Point
6.  a  :  Point
7.  y  \mequiv{}  x
8.  y  \mequiv{}  z
9.  w  \mequiv{}  z
10.  w  \#  a
\mvdash{}  x  \#  a
By
Latex:
(Assert  x  \mequiv{}  w  BY
              Auto)
Home
Index