Step * of Lemma ss-eq_transitivity

ss:SeparationSpace. ∀x,y,z:Point.  (x ≡  y ≡  x ≡ z)
BY
(Auto THEN All (Unfold `ss-eq`) THEN (D THENA Auto) THEN InstLemma `ss-sep-or` [⌜ss⌝;⌜x⌝;⌜z⌝;⌜y⌝]⋅ THEN Auto) }

1
1. ss SeparationSpace
2. Point
3. Point
4. Point
5. ¬y
6. ¬z
7. z
8. y ∨ y
⊢ False


Latex:


Latex:
\mforall{}ss:SeparationSpace.  \mforall{}x,y,z:Point.    (x  \mequiv{}  y  {}\mRightarrow{}  y  \mequiv{}  z  {}\mRightarrow{}  x  \mequiv{}  z)


By


Latex:
(Auto
  THEN  All  (Unfold  `ss-eq`)
  THEN  (D  0  THENA  Auto)
  THEN  InstLemma  `ss-sep-or`  [\mkleeneopen{}ss\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}z\mkleeneclose{};\mkleeneopen{}y\mkleeneclose{}]\mcdot{}
  THEN  Auto)




Home Index