Skip to content

Commit d184b9e

Browse files
authored
Finish intuitionizing section "Elementary properties of complex polynomials" (#5075)
* Add df-quot to mmil.html Adjust text on Metamath 100 item #89 accordingly. * Add missing link in mmil.html The text referred to an nCat page but neglected to link it. Also include the key point from that page in case it changes. * copy dvply2 from set.mm to iset.mm * add dvnply2 to mmil.html * add dvnply to mmil.html * add plycpn to mmil.html
1 parent e2660d0 commit d184b9e

File tree

2 files changed

+40
-4
lines changed

2 files changed

+40
-4
lines changed

iset.mm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180499,6 +180499,14 @@ theorem as stated here (although versions with additional conditions,
180499180499
OXKARYQUUPUUGUWGAXLXJUWHUVAUWNXMXNUWHQAUVAYSUWHUVQQAYSVCUURUVQUWGUVRSUWHU
180500180500
UHAYSQUWHUUBARUUHANUWHMAYOMAGZYQUUPUUGUWGYOAEXOFGUWQAEXPAEMXQXRWBXJXSUUBA
180501180501
YBXTYAYKUWNXCAEUWLUVAUVBUFUGYCYDXHYEYFYGYHYLYIYJYMYN $.
180502+
180503+
$( The derivative of a polynomial is a polynomial. (Contributed by Stefan
180504+
O'Rear, 14-Nov-2014.) (Proof shortened by Mario Carneiro,
180505+
1-Jan-2017.) $)
180506+
dvply2 $p |- ( F e. ( Poly ` S ) -> ( CC _D F ) e. ( Poly ` CC ) ) $=
180507+
( cply cfv wcel cc ccnfld csubrg cdv co crg cnring cnfldbas subrgid ax-mp
180508+
plyssc sseli dvply2g sylancr ) BACDZEFGHDEZBFCDZEFBIJUBEGKEUALFGMNOTUBBAP
180509+
QFBRS $.
180502180510
$}
180503180511

180504180512

mmil.raw.html

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14399,6 +14399,27 @@
1439914399
<td>the set.mm proof uses mul0ord</td>
1440014400
</tr>
1440114401

14402+
<tr>
14403+
<td>dvnply2 , dvnply</td>
14404+
<td><i>none</i></td>
14405+
<td>should be feasible once Dn syntax is defined</td>
14406+
</tr>
14407+
14408+
<tr>
14409+
<td>plycpn</td>
14410+
<td><i>none</i></td>
14411+
<td>should be feasible once C^n syntax is defined</td>
14412+
</tr>
14413+
14414+
<tr>
14415+
<td id="missing-df-quot">df-quot</td>
14416+
<td><i>none</i></td>
14417+
<td>there might be issues around comparing to 0p but perhaps
14418+
even more fundamentally, the definition is saying the
14419+
degree of the remainder is less than the degree of the divisor
14420+
and it isn't clear that we can compare degrees like that</td>
14421+
</tr>
14422+
1440214423
<tr>
1440314424
<td>fta1</td>
1440414425
<td><i>none</i></td>
@@ -15530,9 +15551,13 @@ <h2 style="border-top: 1px solid black; color: #006633; font-weight: bold; margi
1553015551
<tr>
1553115552
<td>67. <i>e</i> is Transcendental</td>
1553215553
<td>There's a lot to develop in terms of polynomials
15533-
and algebraic numbers. Also see <a href="">transcendental
15534-
number</a> at ncatlab concerning how we should
15535-
define transcendental.</td>
15554+
and algebraic numbers. Also see <a
15555+
href="https://ncatlab.org/nlab/show/transcendental+number"
15556+
>transcendental
15557+
number</a> at nLab concerning how we should
15558+
define transcendental (probably the best definition
15559+
is that a transcendental number is one which is apart from
15560+
any algebraic number).</td>
1553615561
</tr>
1553715562

1553815563
<tr>
@@ -15613,7 +15638,10 @@ <h2 style="border-top: 1px solid black; color: #006633; font-weight: bold; margi
1561315638

1561415639
<tr>
1561515640
<td>89. The Factor and Remainder Theorems</td>
15616-
<td>Requires further development of polynomials.</td>
15641+
<td>The question is whether quotient is well enough defined for
15642+
these theorems, and/or whether there is a way to state the theorems
15643+
so they would imply a taboo. Also see the <a href="#missing-df-quot"
15644+
>df-quot entry</a> above.</td>
1561715645
</tr>
1561815646

1561915647
<tr>

0 commit comments

Comments
 (0)