![]() |
Metamath
Proof Explorer Theorem List (p. 326 of 481) | < Previous Next > |
Bad symbols? Try the
GIF version. |
||
Mirrors > Metamath Home Page > MPE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
Color key: | ![]() (1-30640) |
![]() (30641-32163) |
![]() (32164-48040) |
Type | Label | Description |
---|---|---|
Statement | ||
Theorem | fsumub 32501* | An upper bound for a term of a positive finite sum. (Contributed by Thierry Arnoux, 27-Dec-2021.) |
โข (๐ = ๐พ โ ๐ต = ๐ท) & โข (๐ โ ๐ด โ Fin) & โข (๐ โ ฮฃ๐ โ ๐ด ๐ต = ๐ถ) & โข ((๐ โง ๐ โ ๐ด) โ ๐ต โ โ+) & โข (๐ โ ๐พ โ ๐ด) โ โข (๐ โ ๐ท โค ๐ถ) | ||
Theorem | fsumiunle 32502* | Upper bound for a sum of nonnegative terms over an indexed union. The inequality may be strict if the indexed union is non-disjoint, since in the right hand side, a summand may be counted several times. (Contributed by Thierry Arnoux, 1-Jan-2021.) |
โข (๐ โ ๐ด โ Fin) & โข ((๐ โง ๐ฅ โ ๐ด) โ ๐ต โ Fin) & โข (((๐ โง ๐ฅ โ ๐ด) โง ๐ โ ๐ต) โ ๐ถ โ โ) & โข (((๐ โง ๐ฅ โ ๐ด) โง ๐ โ ๐ต) โ 0 โค ๐ถ) โ โข (๐ โ ฮฃ๐ โ โช ๐ฅ โ ๐ด ๐ต๐ถ โค ฮฃ๐ฅ โ ๐ด ฮฃ๐ โ ๐ต ๐ถ) | ||
Theorem | dfdec100 32503 | Split the hundreds from a decimal value. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ โ โข ;;๐ด๐ต๐ถ = ((;;100 ยท ๐ด) + ;๐ต๐ถ) | ||
Define a decimal expansion constructor. The decimal expansions built with this constructor are not meant to be used alone outside of this chapter. Rather, they are meant to be used exclusively as part of a decimal number with a decimal fraction, for example (3._1_4_1_59). That decimal point operator is defined in the next section. The bulk of these constructions have originally been proposed by David A. Wheeler on 12-May-2015, and discussed with Mario Carneiro in this thread: https://groups.google.com/g/metamath/c/2AW7T3d2YiQ. | ||
Syntax | cdp2 32504 | Constant used for decimal fraction constructor. See df-dp2 32505. |
class _๐ด๐ต | ||
Definition | df-dp2 32505 | Define the "decimal fraction constructor", which is used to build up "decimal fractions" in base 10. This is intentionally similar to df-dec 12675. (Contributed by David A. Wheeler, 15-May-2015.) (Revised by AV, 9-Sep-2021.) |
โข _๐ด๐ต = (๐ด + (๐ต / ;10)) | ||
Theorem | dp2eq1 32506 | Equality theorem for the decimal expansion constructor. (Contributed by David A. Wheeler, 15-May-2015.) |
โข (๐ด = ๐ต โ _๐ด๐ถ = _๐ต๐ถ) | ||
Theorem | dp2eq2 32507 | Equality theorem for the decimal expansion constructor. (Contributed by David A. Wheeler, 15-May-2015.) |
โข (๐ด = ๐ต โ _๐ถ๐ด = _๐ถ๐ต) | ||
Theorem | dp2eq1i 32508 | Equality theorem for the decimal expansion constructor. (Contributed by David A. Wheeler, 15-May-2015.) |
โข ๐ด = ๐ต โ โข _๐ด๐ถ = _๐ต๐ถ | ||
Theorem | dp2eq2i 32509 | Equality theorem for the decimal expansion constructor. (Contributed by David A. Wheeler, 15-May-2015.) |
โข ๐ด = ๐ต โ โข _๐ถ๐ด = _๐ถ๐ต | ||
Theorem | dp2eq12i 32510 | Equality theorem for the decimal expansion constructor. (Contributed by David A. Wheeler, 15-May-2015.) |
โข ๐ด = ๐ต & โข ๐ถ = ๐ท โ โข _๐ด๐ถ = _๐ต๐ท | ||
Theorem | dp20u 32511 | Add a zero in the tenths (lower) place. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 โ โข _๐ด0 = ๐ด | ||
Theorem | dp20h 32512 | Add a zero in the unit places. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ+ โ โข _0๐ด = (๐ด / ;10) | ||
Theorem | dp2cl 32513 | Closure for the decimal fraction constructor if both values are reals. (Contributed by David A. Wheeler, 15-May-2015.) |
โข ((๐ด โ โ โง ๐ต โ โ) โ _๐ด๐ต โ โ) | ||
Theorem | dp2clq 32514 | Closure for a decimal fraction. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ โ โข _๐ด๐ต โ โ | ||
Theorem | rpdp2cl 32515 | Closure for a decimal fraction in the positive real numbers. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ โ โข _๐ด๐ต โ โ+ | ||
Theorem | rpdp2cl2 32516 | Closure for a decimal fraction with no decimal expansion in the positive real numbers. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ โ โข _๐ด0 โ โ+ | ||
Theorem | dp2lt10 32517 | Decimal fraction builds real numbers less than 10. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ด < ;10 & โข ๐ต < ;10 โ โข _๐ด๐ต < ;10 | ||
Theorem | dp2lt 32518 | Comparing two decimal fractions (equal unit places). (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ถ โ โ+ & โข ๐ต < ๐ถ โ โข _๐ด๐ต < _๐ด๐ถ | ||
Theorem | dp2ltsuc 32519 | Comparing a decimal fraction with the next integer. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ต < ;10 & โข (๐ด + 1) = ๐ถ โ โข _๐ด๐ต < ๐ถ | ||
Theorem | dp2ltc 32520 | Comparing two decimal expansions (unequal higher places). (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ถ โ โ0 & โข ๐ท โ โ+ & โข ๐ต < ;10 & โข ๐ด < ๐ถ โ โข _๐ด๐ต < _๐ถ๐ท | ||
Define the decimal point operator and the decimal fraction constructor. This can model traditional decimal point notation, and serve as a convenient way to write some fractional numbers. See df-dp 32522 and df-dp2 32505 for more information; dpval2 32526 and dpfrac1 32525 provide a more convenient way to obtain a value. This is intentionally similar to df-dec 12675. | ||
Syntax | cdp 32521 | Decimal point operator. See df-dp 32522. |
class . | ||
Definition | df-dp 32522* |
Define the . (decimal point) operator. For example,
(1.5) = (3 / 2), and
-(;32._7_18) =
-(;;;;32718 / ;;;1000)
Unary minus, if applied, should normally be applied in front of the
parentheses.
Metamath intentionally does not have a built-in construct for numbers, so it can show that numbers are something you can build based on set theory. However, that means that Metamath has no built-in way to parse and handle decimal numbers as traditionally written, e.g., "2.54". Here we create a system for modeling traditional decimal point notation; it is not syntactically identical, but it is sufficiently similar so it is a reasonable model of decimal point notation. It should also serve as a convenient way to write some fractional numbers. The RHS is โ, not โ; this should simplify some proofs. The LHS is โ0, since that is what is used in practice. The definition intentionally does not allow negative numbers on the LHS; if it did, nonzero fractions would produce the wrong results. (It would be possible to define the decimal point to do this, but using it would be more complicated, and the expression -(๐ด.๐ต) is just as convenient.) (Contributed by David A. Wheeler, 15-May-2015.) |
โข . = (๐ฅ โ โ0, ๐ฆ โ โ โฆ _๐ฅ๐ฆ) | ||
Theorem | dpval 32523 | Define the value of the decimal point operator. See df-dp 32522. (Contributed by David A. Wheeler, 15-May-2015.) |
โข ((๐ด โ โ0 โง ๐ต โ โ) โ (๐ด.๐ต) = _๐ด๐ต) | ||
Theorem | dpcl 32524 | Prove that the closure of the decimal point is โ as we have defined it. See df-dp 32522. (Contributed by David A. Wheeler, 15-May-2015.) |
โข ((๐ด โ โ0 โง ๐ต โ โ) โ (๐ด.๐ต) โ โ) | ||
Theorem | dpfrac1 32525 | Prove a simple equivalence involving the decimal point. See df-dp 32522 and dpcl 32524. (Contributed by David A. Wheeler, 15-May-2015.) (Revised by AV, 9-Sep-2021.) |
โข ((๐ด โ โ0 โง ๐ต โ โ) โ (๐ด.๐ต) = (;๐ด๐ต / ;10)) | ||
Theorem | dpval2 32526 | Value of the decimal point construct. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ โ โข (๐ด.๐ต) = (๐ด + (๐ต / ;10)) | ||
Theorem | dpval3 32527 | Value of the decimal point construct. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ โ โข (๐ด.๐ต) = _๐ด๐ต | ||
Theorem | dpmul10 32528 | Multiply by 10 a decimal expansion. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ โ โข ((๐ด.๐ต) ยท ;10) = ;๐ด๐ต | ||
Theorem | decdiv10 32529 | Divide a decimal number by 10. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ โ โข (;๐ด๐ต / ;10) = (๐ด.๐ต) | ||
Theorem | dpmul100 32530 | Multiply by 100 a decimal expansion. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ โ โข ((๐ด._๐ต๐ถ) ยท ;;100) = ;;๐ด๐ต๐ถ | ||
Theorem | dp3mul10 32531 | Multiply by 10 a decimal expansion with 3 digits. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ โ โข ((๐ด._๐ต๐ถ) ยท ;10) = (;๐ด๐ต.๐ถ) | ||
Theorem | dpmul1000 32532 | Multiply by 1000 a decimal expansion. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ0 & โข ๐ท โ โ โ โข ((๐ด._๐ต_๐ถ๐ท) ยท ;;;1000) = ;;;๐ด๐ต๐ถ๐ท | ||
Theorem | dpval3rp 32533 | Value of the decimal point construct. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ โ โข (๐ด.๐ต) = _๐ด๐ต | ||
Theorem | dp0u 32534 | Add a zero in the tenths place. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 โ โข (๐ด.0) = ๐ด | ||
Theorem | dp0h 32535 | Remove a zero in the units places. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ+ โ โข (0.๐ด) = (๐ด / ;10) | ||
Theorem | rpdpcl 32536 | Closure of the decimal point in the positive real numbers. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ โ โข (๐ด.๐ต) โ โ+ | ||
Theorem | dplt 32537 | Comparing two decimal expansions (equal higher places). (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ถ โ โ+ & โข ๐ต < ๐ถ โ โข (๐ด.๐ต) < (๐ด.๐ถ) | ||
Theorem | dplti 32538 | Comparing a decimal expansions with the next higher integer. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ถ โ โ0 & โข ๐ต < ;10 & โข (๐ด + 1) = ๐ถ โ โข (๐ด.๐ต) < ๐ถ | ||
Theorem | dpgti 32539 | Comparing a decimal expansions with the next lower integer. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ โ โข ๐ด < (๐ด.๐ต) | ||
Theorem | dpltc 32540 | Comparing two decimal integers (unequal higher places). (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ถ โ โ0 & โข ๐ท โ โ+ & โข ๐ด < ๐ถ & โข ๐ต < ;10 โ โข (๐ด.๐ต) < (๐ถ.๐ท) | ||
Theorem | dpexpp1 32541 | Add one zero to the mantisse, and a one to the exponent in a scientific notation. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข (๐ + 1) = ๐ & โข ๐ โ โค & โข ๐ โ โค โ โข ((๐ด.๐ต) ยท (;10โ๐)) = ((0._๐ด๐ต) ยท (;10โ๐)) | ||
Theorem | 0dp2dp 32542 | Multiply by 10 a decimal expansion which starts with a zero. (Contributed by Thierry Arnoux, 16-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ โ โข ((0._๐ด๐ต) ยท ;10) = (๐ด.๐ต) | ||
Theorem | dpadd2 32543 | Addition with one decimal, no carry. (Contributed by Thierry Arnoux, 29-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ+ & โข ๐ถ โ โ0 & โข ๐ท โ โ+ & โข ๐ธ โ โ0 & โข ๐น โ โ+ & โข ๐บ โ โ0 & โข ๐ป โ โ0 & โข (๐บ + ๐ป) = ๐ผ & โข ((๐ด.๐ต) + (๐ถ.๐ท)) = (๐ธ.๐น) โ โข ((๐บ._๐ด๐ต) + (๐ป._๐ถ๐ท)) = (๐ผ._๐ธ๐น) | ||
Theorem | dpadd 32544 | Addition with one decimal. (Contributed by Thierry Arnoux, 27-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ0 & โข ๐ท โ โ0 & โข ๐ธ โ โ0 & โข ๐น โ โ0 & โข (;๐ด๐ต + ;๐ถ๐ท) = ;๐ธ๐น โ โข ((๐ด.๐ต) + (๐ถ.๐ท)) = (๐ธ.๐น) | ||
Theorem | dpadd3 32545 | Addition with two decimals. (Contributed by Thierry Arnoux, 27-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ0 & โข ๐ท โ โ0 & โข ๐ธ โ โ0 & โข ๐บ โ โ0 & โข ๐น โ โ0 & โข ๐ป โ โ0 & โข ๐ผ โ โ0 & โข (;;๐ด๐ต๐ถ + ;;๐ท๐ธ๐น) = ;;๐บ๐ป๐ผ โ โข ((๐ด._๐ต๐ถ) + (๐ท._๐ธ๐น)) = (๐บ._๐ป๐ผ) | ||
Theorem | dpmul 32546 | Multiplication with one decimal point. (Contributed by Thierry Arnoux, 26-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ0 & โข ๐ท โ โ0 & โข ๐ธ โ โ0 & โข ๐บ โ โ0 & โข ๐ฝ โ โ0 & โข ๐พ โ โ0 & โข (๐ด ยท ๐ถ) = ๐น & โข (๐ด ยท ๐ท) = ๐ & โข (๐ต ยท ๐ถ) = ๐ฟ & โข (๐ต ยท ๐ท) = ;๐ธ๐พ & โข ((๐ฟ + ๐) + ๐ธ) = ;๐บ๐ฝ & โข (๐น + ๐บ) = ๐ผ โ โข ((๐ด.๐ต) ยท (๐ถ.๐ท)) = (๐ผ._๐ฝ๐พ) | ||
Theorem | dpmul4 32547 | An upper bound to multiplication of decimal numbers with 4 digits. (Contributed by Thierry Arnoux, 25-Dec-2021.) |
โข ๐ด โ โ0 & โข ๐ต โ โ0 & โข ๐ถ โ โ0 & โข ๐ท โ โ0 & โข ๐ธ โ โ0 & โข ๐บ โ โ0 & โข ๐ฝ โ โ0 & โข ๐พ โ โ0 & โข ๐น โ โ0 & โข ๐ป โ โ0 & โข ๐ผ โ โ0 & โข ๐ฟ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ โ โ0 & โข ๐ < ;10 & โข ๐ < ;10 & โข ๐ < ;10 & โข (;;๐ฟ๐๐ + ๐) = ;;;๐ ๐๐๐ & โข ((๐ด.๐ต) ยท (๐ธ.๐น)) = (๐ผ._๐ฝ๐พ) & โข ((๐ถ.๐ท) ยท (๐บ.๐ป)) = (๐._๐๐) & โข (;;;๐ผ๐ฝ๐พ1 + ;;๐ ๐๐) = ;;;๐๐๐๐ & โข (((๐ด.๐ต) + (๐ถ.๐ท)) ยท ((๐ธ.๐น) + (๐บ.๐ป))) = (((๐ผ._๐ฝ๐พ) + (๐ฟ._๐๐)) + (๐._๐๐)) โ โข ((๐ด._๐ต_๐ถ๐ท) ยท (๐ธ._๐น_๐บ๐ป)) < (๐._๐_๐๐) | ||
Theorem | threehalves 32548 | Example theorem demonstrating decimal expansions. (Contributed by Thierry Arnoux, 27-Dec-2021.) |
โข (3 / 2) = (1.5) | ||
Theorem | 1mhdrd 32549 | Example theorem demonstrating decimal expansions. (Contributed by Thierry Arnoux, 27-Dec-2021.) |
โข ((0._99) + (0._01)) = 1 | ||
Syntax | cxdiv 32550 | Extend class notation to include division of extended reals. |
class /๐ | ||
Definition | df-xdiv 32551* | Define division over extended real numbers. (Contributed by Thierry Arnoux, 17-Dec-2016.) |
โข /๐ = (๐ฅ โ โ*, ๐ฆ โ (โ โ {0}) โฆ (โฉ๐ง โ โ* (๐ฆ ยทe ๐ง) = ๐ฅ)) | ||
Theorem | xdivval 32552* | Value of division: the (unique) element ๐ฅ such that (๐ต ยท ๐ฅ) = ๐ด. This is meaningful only when ๐ต is nonzero. (Contributed by Thierry Arnoux, 17-Dec-2016.) |
โข ((๐ด โ โ* โง ๐ต โ โ โง ๐ต โ 0) โ (๐ด /๐ ๐ต) = (โฉ๐ฅ โ โ* (๐ต ยทe ๐ฅ) = ๐ด)) | ||
Theorem | xrecex 32553* | Existence of reciprocal of nonzero real number. (Contributed by Thierry Arnoux, 17-Dec-2016.) |
โข ((๐ด โ โ โง ๐ด โ 0) โ โ๐ฅ โ โ (๐ด ยทe ๐ฅ) = 1) | ||
Theorem | xmulcand 32554 | Cancellation law for extended multiplication. (Contributed by Thierry Arnoux, 17-Dec-2016.) |
โข (๐ โ ๐ด โ โ*) & โข (๐ โ ๐ต โ โ*) & โข (๐ โ ๐ถ โ โ) & โข (๐ โ ๐ถ โ 0) โ โข (๐ โ ((๐ถ ยทe ๐ด) = (๐ถ ยทe ๐ต) โ ๐ด = ๐ต)) | ||
Theorem | xreceu 32555* | Existential uniqueness of reciprocals. Theorem I.8 of [Apostol] p. 18. (Contributed by Thierry Arnoux, 17-Dec-2016.) |
โข ((๐ด โ โ* โง ๐ต โ โ โง ๐ต โ 0) โ โ!๐ฅ โ โ* (๐ต ยทe ๐ฅ) = ๐ด) | ||
Theorem | xdivcld 32556 | Closure law for the extended division. (Contributed by Thierry Arnoux, 15-Mar-2017.) |
โข (๐ โ ๐ด โ โ*) & โข (๐ โ ๐ต โ โ) & โข (๐ โ ๐ต โ 0) โ โข (๐ โ (๐ด /๐ ๐ต) โ โ*) | ||
Theorem | xdivcl 32557 | Closure law for the extended division. (Contributed by Thierry Arnoux, 15-Mar-2017.) |
โข ((๐ด โ โ* โง ๐ต โ โ โง ๐ต โ 0) โ (๐ด /๐ ๐ต) โ โ*) | ||
Theorem | xdivmul 32558 | Relationship between division and multiplication. (Contributed by Thierry Arnoux, 24-Dec-2016.) |
โข ((๐ด โ โ* โง ๐ต โ โ* โง (๐ถ โ โ โง ๐ถ โ 0)) โ ((๐ด /๐ ๐ถ) = ๐ต โ (๐ถ ยทe ๐ต) = ๐ด)) | ||
Theorem | rexdiv 32559 | The extended real division operation when both arguments are real. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข ((๐ด โ โ โง ๐ต โ โ โง ๐ต โ 0) โ (๐ด /๐ ๐ต) = (๐ด / ๐ต)) | ||
Theorem | xdivrec 32560 | Relationship between division and reciprocal. (Contributed by Thierry Arnoux, 5-Jul-2017.) |
โข ((๐ด โ โ* โง ๐ต โ โ โง ๐ต โ 0) โ (๐ด /๐ ๐ต) = (๐ด ยทe (1 /๐ ๐ต))) | ||
Theorem | xdivid 32561 | A number divided by itself is one. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข ((๐ด โ โ โง ๐ด โ 0) โ (๐ด /๐ ๐ด) = 1) | ||
Theorem | xdiv0 32562 | Division into zero is zero. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข ((๐ด โ โ โง ๐ด โ 0) โ (0 /๐ ๐ด) = 0) | ||
Theorem | xdiv0rp 32563 | Division into zero is zero. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข (๐ด โ โ+ โ (0 /๐ ๐ด) = 0) | ||
Theorem | eliccioo 32564 | Membership in a closed interval of extended reals versus the same open interval. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข ((๐ด โ โ* โง ๐ต โ โ* โง ๐ด โค ๐ต) โ (๐ถ โ (๐ด[,]๐ต) โ (๐ถ = ๐ด โจ ๐ถ โ (๐ด(,)๐ต) โจ ๐ถ = ๐ต))) | ||
Theorem | elxrge02 32565 | Elementhood in the set of nonnegative extended reals. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข (๐ด โ (0[,]+โ) โ (๐ด = 0 โจ ๐ด โ โ+ โจ ๐ด = +โ)) | ||
Theorem | xdivpnfrp 32566 | Plus infinity divided by a positive real number is plus infinity. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข (๐ด โ โ+ โ (+โ /๐ ๐ด) = +โ) | ||
Theorem | rpxdivcld 32567 | Closure law for extended division of positive reals. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข (๐ โ ๐ด โ โ+) & โข (๐ โ ๐ต โ โ+) โ โข (๐ โ (๐ด /๐ ๐ต) โ โ+) | ||
Theorem | xrpxdivcld 32568 | Closure law for extended division of positive extended reals. (Contributed by Thierry Arnoux, 18-Dec-2016.) |
โข (๐ โ ๐ด โ (0[,]+โ)) & โข (๐ โ ๐ต โ โ+) โ โข (๐ โ (๐ด /๐ ๐ต) โ (0[,]+โ)) | ||
Theorem | wrdfd 32569 | A word is a zero-based sequence with a recoverable upper limit, deduction version. (Contributed by Thierry Arnoux, 22-Dec-2021.) |
โข (๐ โ ๐ = (โฏโ๐)) & โข (๐ โ ๐ โ Word ๐) โ โข (๐ โ ๐:(0..^๐)โถ๐) | ||
Theorem | wrdres 32570 | Condition for the restriction of a word to be a word itself. (Contributed by Thierry Arnoux, 5-Oct-2018.) |
โข ((๐ โ Word ๐ โง ๐ โ (0...(โฏโ๐))) โ (๐ โพ (0..^๐)) โ Word ๐) | ||
Theorem | wrdsplex 32571* | Existence of a split of a word at a given index. (Contributed by Thierry Arnoux, 11-Oct-2018.) (Proof shortened by AV, 3-Nov-2022.) |
โข ((๐ โ Word ๐ โง ๐ โ (0...(โฏโ๐))) โ โ๐ฃ โ Word ๐๐ = ((๐ โพ (0..^๐)) ++ ๐ฃ)) | ||
Theorem | pfx1s2 32572 | The prefix of length 1 of a length 2 word. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข ((๐ด โ ๐ โง ๐ต โ ๐) โ (โจโ๐ด๐ตโโฉ prefix 1) = โจโ๐ดโโฉ) | ||
Theorem | pfxrn2 32573 | The range of a prefix of a word is a subset of the range of that word. Stronger version of pfxrn 14632. (Contributed by Thierry Arnoux, 12-Dec-2023.) |
โข ((๐ โ Word ๐ โง ๐ฟ โ (0...(โฏโ๐))) โ ran (๐ prefix ๐ฟ) โ ran ๐) | ||
Theorem | pfxrn3 32574 | Express the range of a prefix of a word. Stronger version of pfxrn2 32573. (Contributed by Thierry Arnoux, 13-Dec-2023.) |
โข ((๐ โ Word ๐ โง ๐ฟ โ (0...(โฏโ๐))) โ ran (๐ prefix ๐ฟ) = (๐ โ (0..^๐ฟ))) | ||
Theorem | pfxf1 32575 | Condition for a prefix to be injective. (Contributed by Thierry Arnoux, 13-Dec-2023.) |
โข (๐ โ ๐ โ Word ๐) & โข (๐ โ ๐:dom ๐โ1-1โ๐) & โข (๐ โ ๐ฟ โ (0...(โฏโ๐))) โ โข (๐ โ (๐ prefix ๐ฟ):dom (๐ prefix ๐ฟ)โ1-1โ๐) | ||
Theorem | s1f1 32576 | Conditions for a length 1 string to be a one-to-one function. (Contributed by Thierry Arnoux, 11-Dec-2023.) |
โข (๐ โ ๐ผ โ ๐ท) โ โข (๐ โ โจโ๐ผโโฉ:dom โจโ๐ผโโฉโ1-1โ๐ท) | ||
Theorem | s2rn 32577 | Range of a length 2 string. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข (๐ โ ๐ผ โ ๐ท) & โข (๐ โ ๐ฝ โ ๐ท) โ โข (๐ โ ran โจโ๐ผ๐ฝโโฉ = {๐ผ, ๐ฝ}) | ||
Theorem | s2f1 32578 | Conditions for a length 2 string to be a one-to-one function. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข (๐ โ ๐ผ โ ๐ท) & โข (๐ โ ๐ฝ โ ๐ท) & โข (๐ โ ๐ผ โ ๐ฝ) โ โข (๐ โ โจโ๐ผ๐ฝโโฉ:dom โจโ๐ผ๐ฝโโฉโ1-1โ๐ท) | ||
Theorem | s3rn 32579 | Range of a length 3 string. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข (๐ โ ๐ผ โ ๐ท) & โข (๐ โ ๐ฝ โ ๐ท) & โข (๐ โ ๐พ โ ๐ท) โ โข (๐ โ ran โจโ๐ผ๐ฝ๐พโโฉ = {๐ผ, ๐ฝ, ๐พ}) | ||
Theorem | s3f1 32580 | Conditions for a length 3 string to be a one-to-one function. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข (๐ โ ๐ผ โ ๐ท) & โข (๐ โ ๐ฝ โ ๐ท) & โข (๐ โ ๐พ โ ๐ท) & โข (๐ โ ๐ผ โ ๐ฝ) & โข (๐ โ ๐ฝ โ ๐พ) & โข (๐ โ ๐พ โ ๐ผ) โ โข (๐ โ โจโ๐ผ๐ฝ๐พโโฉ:dom โจโ๐ผ๐ฝ๐พโโฉโ1-1โ๐ท) | ||
Theorem | s3clhash 32581 | Closure of the words of length 3 in a preimage using the hash function. (Contributed by Thierry Arnoux, 27-Sep-2023.) |
โข โจโ๐ผ๐ฝ๐พโโฉ โ (โกโฏ โ {3}) | ||
Theorem | ccatf1 32582 | Conditions for a concatenation to be injective. (Contributed by Thierry Arnoux, 11-Dec-2023.) |
โข (๐ โ ๐ โ ๐) & โข (๐ โ ๐ด โ Word ๐) & โข (๐ โ ๐ต โ Word ๐) & โข (๐ โ ๐ด:dom ๐ดโ1-1โ๐) & โข (๐ โ ๐ต:dom ๐ตโ1-1โ๐) & โข (๐ โ (ran ๐ด โฉ ran ๐ต) = โ ) โ โข (๐ โ (๐ด ++ ๐ต):dom (๐ด ++ ๐ต)โ1-1โ๐) | ||
Theorem | pfxlsw2ccat 32583 | Reconstruct a word from its prefix and its last two symbols. (Contributed by Thierry Arnoux, 26-Sep-2023.) |
โข ๐ = (โฏโ๐) โ โข ((๐ โ Word ๐ โง 2 โค ๐) โ ๐ = ((๐ prefix (๐ โ 2)) ++ โจโ(๐โ(๐ โ 2))(๐โ(๐ โ 1))โโฉ)) | ||
Theorem | wrdt2ind 32584* | Perform an induction over the structure of a word of even length. (Contributed by Thierry Arnoux, 26-Sep-2023.) |
โข (๐ฅ = โ โ (๐ โ ๐)) & โข (๐ฅ = ๐ฆ โ (๐ โ ๐)) & โข (๐ฅ = (๐ฆ ++ โจโ๐๐โโฉ) โ (๐ โ ๐)) & โข (๐ฅ = ๐ด โ (๐ โ ๐)) & โข ๐ & โข ((๐ฆ โ Word ๐ต โง ๐ โ ๐ต โง ๐ โ ๐ต) โ (๐ โ ๐)) โ โข ((๐ด โ Word ๐ต โง 2 โฅ (โฏโ๐ด)) โ ๐) | ||
Theorem | swrdrn2 32585 | The range of a subword is a subset of the range of that word. Stronger version of swrdrn 14599. (Contributed by Thierry Arnoux, 12-Dec-2023.) |
โข ((๐ โ Word ๐ โง ๐ โ (0...๐) โง ๐ โ (0...(โฏโ๐))) โ ran (๐ substr โจ๐, ๐โฉ) โ ran ๐) | ||
Theorem | swrdrn3 32586 | Express the range of a subword. Stronger version of swrdrn2 32585. (Contributed by Thierry Arnoux, 13-Dec-2023.) |
โข ((๐ โ Word ๐ โง ๐ โ (0...๐) โง ๐ โ (0...(โฏโ๐))) โ ran (๐ substr โจ๐, ๐โฉ) = (๐ โ (๐..^๐))) | ||
Theorem | swrdf1 32587 | Condition for a subword to be injective. (Contributed by Thierry Arnoux, 12-Dec-2023.) |
โข (๐ โ ๐ โ Word ๐ท) & โข (๐ โ ๐ โ (0...๐)) & โข (๐ โ ๐ โ (0...(โฏโ๐))) & โข (๐ โ ๐:dom ๐โ1-1โ๐ท) โ โข (๐ โ (๐ substr โจ๐, ๐โฉ):dom (๐ substr โจ๐, ๐โฉ)โ1-1โ๐ท) | ||
Theorem | swrdrndisj 32588 | Condition for the range of two subwords of an injective word to be disjoint. (Contributed by Thierry Arnoux, 13-Dec-2023.) |
โข (๐ โ ๐ โ Word ๐ท) & โข (๐ โ ๐ โ (0...๐)) & โข (๐ โ ๐ โ (0...(โฏโ๐))) & โข (๐ โ ๐:dom ๐โ1-1โ๐ท) & โข (๐ โ ๐ โ (๐...๐)) & โข (๐ โ ๐ โ (๐...(โฏโ๐))) โ โข (๐ โ (ran (๐ substr โจ๐, ๐โฉ) โฉ ran (๐ substr โจ๐, ๐โฉ)) = โ ) | ||
Theorem | splfv3 32589 | Symbols to the right of a splice are unaffected. (Contributed by Thierry Arnoux, 14-Dec-2023.) |
โข (๐ โ ๐ โ Word ๐ด) & โข (๐ โ ๐น โ (0...๐)) & โข (๐ โ ๐ โ (0...(โฏโ๐))) & โข (๐ โ ๐ โ Word ๐ด) & โข (๐ โ ๐ โ (0..^((โฏโ๐) โ ๐))) & โข (๐ โ ๐พ = (๐น + (โฏโ๐ ))) โ โข (๐ โ ((๐ splice โจ๐น, ๐, ๐ โฉ)โ(๐ + ๐พ)) = (๐โ(๐ + ๐))) | ||
Theorem | 1cshid 32590 | Cyclically shifting a single letter word keeps it unchanged. (Contributed by Thierry Arnoux, 21-Nov-2023.) |
โข ((๐ โ Word ๐ โง ๐ โ โค โง (โฏโ๐) = 1) โ (๐ cyclShift ๐) = ๐) | ||
Theorem | cshw1s2 32591 | Cyclically shifting a length 2 word swaps its symbols. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข ((๐ด โ ๐ โง ๐ต โ ๐) โ (โจโ๐ด๐ตโโฉ cyclShift 1) = โจโ๐ต๐ดโโฉ) | ||
Theorem | cshwrnid 32592 | Cyclically shifting a word preserves its range. (Contributed by Thierry Arnoux, 19-Sep-2023.) |
โข ((๐ โ Word ๐ โง ๐ โ โค) โ ran (๐ cyclShift ๐) = ran ๐) | ||
Theorem | cshf1o 32593 | Condition for the cyclic shift to be a bijection. (Contributed by Thierry Arnoux, 4-Oct-2023.) |
โข ((๐ โ Word ๐ท โง ๐:dom ๐โ1-1โ๐ท โง ๐ โ โค) โ (๐ cyclShift ๐):dom ๐โ1-1-ontoโran ๐) | ||
Theorem | ressplusf 32594 | The group operation function +๐ of a structure's restriction is the operation function's restriction to the new base. (Contributed by Thierry Arnoux, 26-Mar-2017.) |
โข ๐ต = (Baseโ๐บ) & โข ๐ป = (๐บ โพs ๐ด) & โข โจฃ = (+gโ๐บ) & โข โจฃ Fn (๐ต ร ๐ต) & โข ๐ด โ ๐ต โ โข (+๐โ๐ป) = ( โจฃ โพ (๐ด ร ๐ด)) | ||
Theorem | ressnm 32595 | The norm in a restricted structure. (Contributed by Thierry Arnoux, 8-Oct-2017.) |
โข ๐ป = (๐บ โพs ๐ด) & โข ๐ต = (Baseโ๐บ) & โข 0 = (0gโ๐บ) & โข ๐ = (normโ๐บ) โ โข ((๐บ โ Mnd โง 0 โ ๐ด โง ๐ด โ ๐ต) โ (๐ โพ ๐ด) = (normโ๐ป)) | ||
Theorem | abvpropd2 32596 | Weaker version of abvpropd 20675. (Contributed by Thierry Arnoux, 8-Nov-2017.) |
โข (๐ โ (Baseโ๐พ) = (Baseโ๐ฟ)) & โข (๐ โ (+gโ๐พ) = (+gโ๐ฟ)) & โข (๐ โ (.rโ๐พ) = (.rโ๐ฟ)) โ โข (๐ โ (AbsValโ๐พ) = (AbsValโ๐ฟ)) | ||
Theorem | oppgle 32597 | less-than relation of an opposite group. (Contributed by Thierry Arnoux, 13-Apr-2018.) |
โข ๐ = (oppgโ๐ ) & โข โค = (leโ๐ ) โ โข โค = (leโ๐) | ||
Theorem | oppgleOLD 32598 | Obsolete version of oppgle 32597 as of 27-Oct-2024. less-than relation of an opposite group. (Contributed by Thierry Arnoux, 13-Apr-2018.) (Proof modification is discouraged.) (New usage is discouraged.) |
โข ๐ = (oppgโ๐ ) & โข โค = (leโ๐ ) โ โข โค = (leโ๐) | ||
Theorem | oppglt 32599 | less-than relation of an opposite group. (Contributed by Thierry Arnoux, 13-Apr-2018.) |
โข ๐ = (oppgโ๐ ) & โข < = (ltโ๐ ) โ โข (๐ โ ๐ โ < = (ltโ๐)) | ||
Theorem | ressprs 32600 | The restriction of a proset is a proset. (Contributed by Thierry Arnoux, 11-Sep-2015.) |
โข ๐ต = (Baseโ๐พ) โ โข ((๐พ โ Proset โง ๐ด โ ๐ต) โ (๐พ โพs ๐ด) โ Proset ) |
< Previous Next > |
Copyright terms: Public domain | < Previous Next > |