:: POLYNOM4 semantic presentation
Lemma1:
for b1 being Nat holds 0 -' b1 = 0
by NAT_2:10;
theorem Th1: :: POLYNOM4:1
canceled;
theorem Th2: :: POLYNOM4:2
canceled;
theorem Th3: :: POLYNOM4:3
Lemma3:
for b1 being non empty right-distributive left_zeroed add-right-cancelable doubleLoopStr
for b2 being Element of b1 holds b2 * (0. b1) = 0. b1
theorem Th4: :: POLYNOM4:4
canceled;
theorem Th5: :: POLYNOM4:5
theorem Th6: :: POLYNOM4:6
theorem Th7: :: POLYNOM4:7
theorem Th8: :: POLYNOM4:8
theorem Th9: :: POLYNOM4:9
theorem Th10: :: POLYNOM4:10
theorem Th11: :: POLYNOM4:11
theorem Th12: :: POLYNOM4:12
theorem Th13: :: POLYNOM4:13
:: deftheorem Def1 defines Leading-Monomial POLYNOM4:def 1 :
theorem Th14: :: POLYNOM4:14
theorem Th15: :: POLYNOM4:15
theorem Th16: :: POLYNOM4:16
theorem Th17: :: POLYNOM4:17
theorem Th18: :: POLYNOM4:18
theorem Th19: :: POLYNOM4:19
:: deftheorem Def2 defines eval POLYNOM4:def 2 :
theorem Th20: :: POLYNOM4:20
theorem Th21: :: POLYNOM4:21
Lemma19:
for b1 being non empty add-associative right_zeroed right_complementable left-distributive doubleLoopStr
for b2 being Element of b1 holds (0. b1) * b2 = 0. b1
theorem Th22: :: POLYNOM4:22
theorem Th23: :: POLYNOM4:23
theorem Th24: :: POLYNOM4:24
theorem Th25: :: POLYNOM4:25
Lemma23:
for b1 being non empty add-associative right_zeroed right_complementable unital associative distributive doubleLoopStr
for b2, b3 being Polynomial of b1 st len b2 > 0 & len b3 > 0 holds
for b4 being Element of b1 holds eval ((Leading-Monomial b2) *' (Leading-Monomial b3)),b4 = ((b2 . ((len b2) -' 1)) * (b3 . ((len b3) -' 1))) * ((power b1) . b4,(((len b2) + (len b3)) -' 2))
Lemma24:
for b1 being non empty add-associative right_zeroed right_complementable associative commutative distributive left_unital non trivial doubleLoopStr
for b2, b3 being Polynomial of b1
for b4 being Element of b1 holds eval ((Leading-Monomial b2) *' (Leading-Monomial b3)),b4 = (eval (Leading-Monomial b2),b4) * (eval (Leading-Monomial b3),b4)
theorem Th26: :: POLYNOM4:26
theorem Th27: :: POLYNOM4:27
:: deftheorem Def3 defines Polynom-Evaluation POLYNOM4:def 3 :