Step * of Lemma bnot-isleft

g:OrientedPlane. ∀a,b:Point. ∀c:{c:Point| bc} .  ¬bisleft(a;b;c) isleft(a;c;b)
BY
(Auto THEN ((BLemma `iff_imp_equal_bool` THENM RW assert_pushdownC 0) THENA Auto)) }

1
1. OrientedPlane
2. Point
3. Point
4. {c:Point| bc} 
⊢ ¬leftof bc ⇐⇒ leftof cb


Latex:


Latex:
\mforall{}g:OrientedPlane.  \mforall{}a,b:Point.  \mforall{}c:\{c:Point|  a  \#  bc\}  .    \mneg{}\msubb{}isleft(a;b;c)  =  isleft(a;c;b)


By


Latex:
(Auto  THEN  ((BLemma  `iff\_imp\_equal\_bool`  THENM  RW  assert\_pushdownC  0)  THENA  Auto))




Home Index