Skip to content

Commit 70a728a

Browse files
authored
add a few more polynomial theorems to iset.mm (#5030)
* add plymul0or to mmil.html * add ofmulrt to mmil.html * copy plyreres from set.mm to iset.mm
1 parent 1358834 commit 70a728a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

iset.mm

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179476,6 +179476,20 @@ theorem as stated here (although versions with additional conditions,
179476179476
EWRXAWSXB $.
179477179477
$}
179478179478

179479+
${
179480+
$d F a $.
179481+
$( Real-coefficient polynomials restrict to real functions. (Contributed
179482+
by Stefan O'Rear, 16-Nov-2014.) $)
179483+
plyreres $p |- ( F e. ( Poly ` RR ) -> ( F |` RR ) : RR --> RR ) $=
179484+
( va cr cply cfv wcel cres wfn crn wss wf cc plybss wb plyf fnssresb wceq
179485+
ffn adantl ccj 3syl mpbird cv wral wa recn ffvelcdm syl2an plyrecj sylan2
179486+
fvres cjre fveq2d cjrebd eqeltrd ralrimiva fnfvrnss syl2anc df-f sylanbrc
179487+
eqtrd ) ACDEFZACGZCHZVCICJZCCVCKVBVDCLJZCAMVBLLAKZALHVDVFNCAOZLLARLCAPUAU
179488+
BZVBVDBUCZVCEZCFZBCUDVEVIVBVLBCVBVJCFZUEZVKVJAEZCVMVKVOQVBVJCAUKSVNVOVBVG
179489+
VJLFZVOLFVMVHVJUFZLLVJAUGUHVNVOTEZVJTEZAEZVOVMVBVPVRVTQVQVJAUIUJVNVSVJAVM
179490+
VSVJQVBVJULSUMVAUNUOUPBCCVCUQURCCVCUSUT $.
179491+
$}
179492+
179479179493

179480179494
$(
179481179495
#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#

mmil.raw.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14405,6 +14405,18 @@
1440514405
specifies coefficients explicitly</td>
1440614406
</tr>
1440714407

14408+
<tr>
14409+
<td>plymul0or</td>
14410+
<td><i>none</i></td>
14411+
<td>presumably not possible for reasons analogous to mul0ord</td>
14412+
</tr>
14413+
14414+
<tr>
14415+
<td>ofmulrt</td>
14416+
<td><i>none</i></td>
14417+
<td>the set.mm proof uses mul0ord</td>
14418+
</tr>
14419+
1440814420
<tr>
1440914421
<td>fta1</td>
1441014422
<td><i>none</i></td>

0 commit comments

Comments
 (0)