Step * of Lemma geo-add-length-cancel-left-le

[e:BasicGeometry]. ∀[x,y,z:Length].  x ≤ supposing x ≤ y
BY
((Auto THEN UseWitness ⌜Ax⌝⋅)
   THEN (DVar `x' THEN DVar `y' THEN DVar `z')
   THEN Fold `member` 0
   THEN MoveToConcl (-1)
   THEN (GenConcl ⌜a ∈ {p:Point| O_X_p} ⌝⋅ THENA Auto)
   THEN (GenConcl ⌜b ∈ {p:Point| O_X_p} ⌝⋅ THENA Auto)
   THEN (GenConcl ⌜c ∈ {p:Point| O_X_p} ⌝⋅ THENA Auto)
   THEN All Thin
   THEN Auto
   THEN DSetVars) }

1
1. BasicGeometry
2. Point
3. O_X_a
4. Point
5. O_X_b
6. Point
7. O_X_c
8. a ≤ b
⊢ Ax ∈ a ≤ b


Latex:


Latex:
\mforall{}[e:BasicGeometry].  \mforall{}[x,y,z:Length].    x  \mleq{}  y  supposing  z  +  x  \mleq{}  z  +  y


By


Latex:
((Auto  THEN  UseWitness  \mkleeneopen{}Ax\mkleeneclose{}\mcdot{})
  THEN  (DVar  `x'  THEN  DVar  `y'  THEN  DVar  `z')
  THEN  Fold  `member`  0
  THEN  MoveToConcl  (-1)
  THEN  (GenConcl  \mkleeneopen{}x  =  a\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  (GenConcl  \mkleeneopen{}y  =  b\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  (GenConcl  \mkleeneopen{}z  =  c\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  All  Thin
  THEN  Auto
  THEN  DSetVars)




Home Index