Step
*
of Lemma
radd_functionality
∀[a1,a2,b1,b2:ℝ]. ((a1 + b1) = (a2 + b2)) supposing ((a1 = a2) and (b1 = b2))
BY
{ (Auto
THEN RWO "radd-as-radd-list" 0
THEN Auto
THEN BLemma `radd-list_functionality`
THEN Auto
THEN Reduce (-1)
THEN IntSegCases (-1)
THEN Reduce 0
THEN Auto) }
Latex:
Latex:
\mforall{}[a1,a2,b1,b2:\mBbbR{}]. ((a1 + b1) = (a2 + b2)) supposing ((a1 = a2) and (b1 = b2))
By
Latex:
(Auto
THEN RWO "radd-as-radd-list" 0
THEN Auto
THEN BLemma `radd-list\_functionality`
THEN Auto
THEN Reduce (-1)
THEN IntSegCases (-1)
THEN Reduce 0
THEN Auto)
Home
Index