Step * of Lemma geo-triangle-same-line

e:HeytingGeometry. ∀x,a:Point. ∀b:{b:Point| a ≠ b} . ∀c:Point. ∀d:{d:Point| c ≠ d} .
  (line(a;b)=line(c;d)  {x ab ⇐⇒ cd})
BY
((D THENA Auto)
   THEN Assert ⌜∀x,a:Point. ∀b:{b:Point| a ≠ b} . ∀c:Point. ∀d:{d:Point| c ≠ d} .
                  (line(a;b)=line(c;d)  ab  cd)⌝⋅
   }

1
.....assertion..... 
1. HeytingGeometry
⊢ ∀x,a:Point. ∀b:{b:Point| a ≠ b} . ∀c:Point. ∀d:{d:Point| c ≠ d} .  (line(a;b)=line(c;d)  ab  cd)

2
1. HeytingGeometry
2. ∀x,a:Point. ∀b:{b:Point| a ≠ b} . ∀c:Point. ∀d:{d:Point| c ≠ d} .  (line(a;b)=line(c;d)  ab  cd)
⊢ ∀x,a:Point. ∀b:{b:Point| a ≠ b} . ∀c:Point. ∀d:{d:Point| c ≠ d} .  (line(a;b)=line(c;d)  {x ab ⇐⇒ cd})


Latex:


Latex:
\mforall{}e:HeytingGeometry.  \mforall{}x,a:Point.  \mforall{}b:\{b:Point|  a  \mneq{}  b\}  .  \mforall{}c:Point.  \mforall{}d:\{d:Point|  c  \mneq{}  d\}  .
    (line(a;b)=line(c;d)  {}\mRightarrow{}  \{x  \#  ab  \mLeftarrow{}{}\mRightarrow{}  x  \#  cd\})


By


Latex:
((D  0  THENA  Auto)
  THEN  Assert  \mkleeneopen{}\mforall{}x,a:Point.  \mforall{}b:\{b:Point|  a  \mneq{}  b\}  .  \mforall{}c:Point.  \mforall{}d:\{d:Point|  c  \mneq{}  d\}  .
                                (line(a;b)=line(c;d)  {}\mRightarrow{}  x  \#  ab  {}\mRightarrow{}  x  \#  cd)\mkleeneclose{}\mcdot{}
  )




Home Index