| Intuitionistic Logic Explorer Theorem List (p. 129 of 172) | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
||
|
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | dvdssqim 12801 | Unidirectional form of dvdssq 12808. (Contributed by Scott Fenton, 19-Apr-2014.) |
| Theorem | dvdsmulgcd 12802 | Relationship between the order of an element and that of a multiple. (a divisibility equivalent). (Contributed by Stefan O'Rear, 6-Sep-2015.) |
| Theorem | rpmulgcd 12803 |
If |
| Theorem | rplpwr 12804 |
If |
| Theorem | rppwr 12805 |
If |
| Theorem | sqgcd 12806 | Square distributes over gcd. (Contributed by Scott Fenton, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Apr-2014.) |
| Theorem | dvdssqlem 12807 | Lemma for dvdssq 12808. (Contributed by Scott Fenton, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Apr-2014.) |
| Theorem | dvdssq 12808 | Two numbers are divisible iff their squares are. (Contributed by Scott Fenton, 18-Apr-2014.) (Revised by Mario Carneiro, 19-Apr-2014.) |
| Theorem | bezoutr 12809 | Partial converse to bezout 12788. Existence of a linear combination does not set the GCD, but it does upper bound it. (Contributed by Stefan O'Rear, 23-Sep-2014.) |
| Theorem | bezoutr1 12810 | Converse of bezout 12788 for when the greater common divisor is one (sufficient condition for relative primality). (Contributed by Stefan O'Rear, 23-Sep-2014.) |
| Theorem | nnmindc 12811* | An inhabited decidable subset of the natural numbers has a minimum. (Contributed by Jim Kingdon, 23-Sep-2024.) |
| Theorem | nnminle 12812* | The infimum of a decidable subset of the natural numbers is less than an element of the set. The infimum is also a minimum as shown at nnmindc 12811. (Contributed by Jim Kingdon, 26-Sep-2024.) |
| Theorem | nnwodc 12813* | Well-ordering principle: any inhabited decidable set of positive integers has a least element. Theorem I.37 (well-ordering principle) of [Apostol] p. 34. (Contributed by NM, 17-Aug-2001.) (Revised by Jim Kingdon, 23-Oct-2024.) |
| Theorem | uzwodc 12814* | Well-ordering principle: any inhabited decidable subset of an upper set of integers has a least element. (Contributed by NM, 8-Oct-2005.) (Revised by Jim Kingdon, 22-Oct-2024.) |
| Theorem | nnwofdc 12815* |
Well-ordering principle: any inhabited decidable set of positive
integers has a least element. This version allows |
| Theorem | nnwosdc 12816* | Well-ordering principle: any inhabited decidable set of positive integers has a least element (schema form). (Contributed by NM, 17-Aug-2001.) (Revised by Jim Kingdon, 25-Oct-2024.) |
| Theorem | nninfctlemfo 12817* | Lemma for nninfct 12818. (Contributed by Jim Kingdon, 10-Jul-2025.) |
| Theorem | nninfct 12818 | The limited principle of omniscience (LPO) implies that ℕ∞ is countable. (Contributed by Jim Kingdon, 8-Jul-2025.) |
| Theorem | nn0seqcvgd 12819* |
A strictly-decreasing nonnegative integer sequence with initial term
|
| Theorem | ialgrlem1st 12820 | Lemma for ialgr0 12822. Expressing algrflemg 6466 in a form suitable for theorems such as seq3-1 10899 or seqf 10901. (Contributed by Jim Kingdon, 22-Jul-2021.) |
| Theorem | ialgrlemconst 12821 | Lemma for ialgr0 12822. Closure of a constant function, in a form suitable for theorems such as seq3-1 10899 or seqf 10901. (Contributed by Jim Kingdon, 22-Jul-2021.) |
| Theorem | ialgr0 12822 |
The value of the algorithm iterator |
| Theorem | algrf 12823 |
An algorithm is a step function
The algorithm iterator
Domain and codomain of the algorithm iterator |
| Theorem | algrp1 12824 |
The value of the algorithm iterator |
| Theorem | alginv 12825* |
If |
| Theorem | algcvg 12826* |
One way to prove that an algorithm halts is to construct a countdown
function
If |
| Theorem | algcvgblem 12827 | Lemma for algcvgb 12828. (Contributed by Paul Chapman, 31-Mar-2011.) |
| Theorem | algcvgb 12828 |
Two ways of expressing that |
| Theorem | algcvga 12829* |
The countdown function |
| Theorem | algfx 12830* |
If |
| Theorem | eucalgval2 12831* |
The value of the step function |
| Theorem | eucalgval 12832* |
Euclid's Algorithm eucalg 12837 computes the greatest common divisor of two
nonnegative integers by repeatedly replacing the larger of them with its
remainder modulo the smaller until the remainder is 0.
The value of the step function |
| Theorem | eucalgf 12833* |
Domain and codomain of the step function |
| Theorem | eucalginv 12834* |
The invariant of the step function |
| Theorem | eucalglt 12835* |
The second member of the state decreases with each iteration of the step
function |
| Theorem | eucalgcvga 12836* |
Once Euclid's Algorithm halts after |
| Theorem | eucalg 12837* |
Euclid's Algorithm computes the greatest common divisor of two
nonnegative integers by repeatedly replacing the larger of them with its
remainder modulo the smaller until the remainder is 0. Theorem 1.15 in
[ApostolNT] p. 20.
Upon halting, the 1st member of the final state |
According to Wikipedia ("Least common multiple", 27-Aug-2020, https://en.wikipedia.org/wiki/Least_common_multiple): "In arithmetic and number theory, the least common multiple, lowest common multiple, or smallest common multiple of two integers a and b, usually denoted by lcm(a, b), is the smallest positive integer that is divisible by both a and b. Since division of integers by zero is undefined, this definition has meaning only if a and b are both different from zero. However, some authors define lcm(a,0) as 0 for all a, which is the result of taking the lcm to be the least upper bound in the lattice of divisibility." In this section, an operation calculating the least common multiple of two integers (df-lcm 12839). The definition is valid for all integers, including negative integers and 0, obeying the above mentioned convention. | ||
| Syntax | clcm 12838 | Extend the definition of a class to include the least common multiple operator. |
| Definition | df-lcm 12839* |
Define the lcm operator. For example, |
| Theorem | lcmmndc 12840 | Decidablity lemma used in various proofs related to lcm. (Contributed by Jim Kingdon, 21-Jan-2022.) |
| Theorem | lcmval 12841* |
Value of the lcm operator. |
| Theorem | lcmcom 12842 | The lcm operator is commutative. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Proof shortened by AV, 16-Sep-2020.) |
| Theorem | lcm0val 12843 | The value, by convention, of the lcm operator when either operand is 0. (Use lcmcom 12842 for a left-hand 0.) (Contributed by Steve Rodriguez, 20-Jan-2020.) (Proof shortened by AV, 16-Sep-2020.) |
| Theorem | lcmn0val 12844* | The value of the lcm operator when both operands are nonzero. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Revised by AV, 16-Sep-2020.) |
| Theorem | lcmcllem 12845* | Lemma for lcmn0cl 12846 and dvdslcm 12847. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Proof shortened by AV, 16-Sep-2020.) |
| Theorem | lcmn0cl 12846 | Closure of the lcm operator. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | dvdslcm 12847 | The lcm of two integers is divisible by each of them. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmledvds 12848 | A positive integer which both operands of the lcm operator divide bounds it. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Proof shortened by AV, 16-Sep-2020.) |
| Theorem | lcmeq0 12849 | The lcm of two integers is zero iff either is zero. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmcl 12850 | Closure of the lcm operator. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | gcddvdslcm 12851 | The greatest common divisor of two numbers divides their least common multiple. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmneg 12852 | Negating one operand of the lcm operator does not alter the result. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | neglcm 12853 | Negating one operand of the lcm operator does not alter the result. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmabs 12854 | The lcm of two integers is the same as that of their absolute values. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmgcdlem 12855 |
Lemma for lcmgcd 12856 and lcmdvds 12857. Prove them for positive |
| Theorem | lcmgcd 12856 |
The product of two numbers' least common multiple and greatest common
divisor is the absolute value of the product of the two numbers. In
particular, that absolute value is the least common multiple of two
coprime numbers, for which
Multiple methods exist for proving this, and it is often proven either as
a consequence of the fundamental theorem of arithmetic or of
Bézout's identity bezout 12788; see, e.g.,
https://proofwiki.org/wiki/Product_of_GCD_and_LCM 12788 and
https://math.stackexchange.com/a/470827 12788. This proof uses the latter to
first confirm it for positive integers |
| Theorem | lcmdvds 12857 | The lcm of two integers divides any integer the two divide. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmid 12858 | The lcm of an integer and itself is its absolute value. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcm1 12859 | The lcm of an integer and 1 is the absolute value of the integer. (Contributed by AV, 23-Aug-2020.) |
| Theorem | lcmgcdnn 12860 | The product of two positive integers' least common multiple and greatest common divisor is the product of the two integers. (Contributed by AV, 27-Aug-2020.) |
| Theorem | lcmgcdeq 12861 | Two integers' absolute values are equal iff their least common multiple and greatest common divisor are equal. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmdvdsb 12862 | Biconditional form of lcmdvds 12857. (Contributed by Steve Rodriguez, 20-Jan-2020.) |
| Theorem | lcmass 12863 | Associative law for lcm operator. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Proof shortened by AV, 16-Sep-2020.) |
| Theorem | 3lcm2e6woprm 12864 | The least common multiple of three and two is six. This proof does not use the property of 2 and 3 being prime. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Revised by AV, 27-Aug-2020.) |
| Theorem | 6lcm4e12 12865 | The least common multiple of six and four is twelve. (Contributed by AV, 27-Aug-2020.) |
According to Wikipedia "Coprime integers",
see https://en.wikipedia.org/wiki/Coprime_integers
(16-Aug-2020) "[...] two
integers a and b are said to be relatively prime, mutually prime, or
coprime [...] if the only positive integer (factor) that divides both of
them is 1. Consequently, any prime number that divides one does not divide the
other. This is equivalent to their greatest common divisor (gcd) being
1.".
In the following, we use this equivalent characterization to say that
A proof of Euclid's lemma based on coprimality is provided in coprmdvds 12870 (as opposed to Euclid's lemma for primes). | ||
| Theorem | coprmgcdb 12866* | Two positive integers are coprime, i.e. the only positive integer that divides both of them is 1, iff their greatest common divisor is 1. (Contributed by AV, 9-Aug-2020.) |
| Theorem | ncoprmgcdne1b 12867* | Two positive integers are not coprime, i.e. there is an integer greater than 1 which divides both integers, iff their greatest common divisor is not 1. (Contributed by AV, 9-Aug-2020.) |
| Theorem | ncoprmgcdgt1b 12868* | Two positive integers are not coprime, i.e. there is an integer greater than 1 which divides both integers, iff their greatest common divisor is greater than 1. (Contributed by AV, 9-Aug-2020.) |
| Theorem | coprmdvds1 12869 | If two positive integers are coprime, i.e. their greatest common divisor is 1, the only positive integer that divides both of them is 1. (Contributed by AV, 4-Aug-2021.) |
| Theorem | coprmdvds 12870 | Euclid's Lemma (see ProofWiki "Euclid's Lemma", 10-Jul-2021, https://proofwiki.org/wiki/Euclid's_Lemma): If an integer divides the product of two integers and is coprime to one of them, then it divides the other. See also theorem 1.5 in [ApostolNT] p. 16. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by AV, 10-Jul-2021.) |
| Theorem | coprmdvds2 12871 | If an integer is divisible by two coprime integers, then it is divisible by their product. (Contributed by Mario Carneiro, 24-Feb-2014.) |
| Theorem | mulgcddvds 12872 | One half of rpmulgcd2 12873, which does not need the coprimality assumption. (Contributed by Mario Carneiro, 2-Jul-2015.) |
| Theorem | rpmulgcd2 12873 |
If |
| Theorem | qredeq 12874 | Two equal reduced fractions have the same numerator and denominator. (Contributed by Jeff Hankins, 29-Sep-2013.) |
| Theorem | qredeu 12875* | Every rational number has a unique reduced form. (Contributed by Jeff Hankins, 29-Sep-2013.) |
| Theorem | rpmul 12876 |
If |
| Theorem | rpdvds 12877 |
If |
| Theorem | congr 12878* |
Definition of congruence by integer multiple (see ProofWiki "Congruence
(Number Theory)", 11-Jul-2021,
https://proofwiki.org/wiki/Definition:Congruence_(Number_Theory)):
An integer |
| Theorem | divgcdcoprm0 12879 | Integers divided by gcd are coprime. (Contributed by AV, 12-Jul-2021.) |
| Theorem | divgcdcoprmex 12880* | Integers divided by gcd are coprime (see ProofWiki "Integers Divided by GCD are Coprime", 11-Jul-2021, https://proofwiki.org/wiki/Integers_Divided_by_GCD_are_Coprime): Any pair of integers, not both zero, can be reduced to a pair of coprime ones by dividing them by their gcd. (Contributed by AV, 12-Jul-2021.) |
| Theorem | cncongr1 12881 | One direction of the bicondition in cncongr 12883. Theorem 5.4 in [ApostolNT] p. 109. (Contributed by AV, 13-Jul-2021.) |
| Theorem | cncongr2 12882 | The other direction of the bicondition in cncongr 12883. (Contributed by AV, 11-Jul-2021.) |
| Theorem | cncongr 12883 | Cancellability of Congruences (see ProofWiki "Cancellability of Congruences, https://proofwiki.org/wiki/Cancellability_of_Congruences, 10-Jul-2021): Two products with a common factor are congruent modulo a positive integer iff the other factors are congruent modulo the integer divided by the greates common divisor of the integer and the common factor. See also Theorem 5.4 "Cancellation law" in [ApostolNT] p. 109. (Contributed by AV, 13-Jul-2021.) |
| Theorem | cncongrcoprm 12884 | Corollary 1 of Cancellability of Congruences: Two products with a common factor are congruent modulo an integer being coprime to the common factor iff the other factors are congruent modulo the integer. (Contributed by AV, 13-Jul-2021.) |
Remark: to represent odd prime numbers, i.e., all prime numbers except | ||
| Syntax | cprime 12885 | Extend the definition of a class to include the set of prime numbers. |
| Definition | df-prm 12886* | Define the set of prime numbers. (Contributed by Paul Chapman, 22-Jun-2011.) |
| Theorem | isprm 12887* | The predicate "is a prime number". A prime number is a positive integer with exactly two positive divisors. (Contributed by Paul Chapman, 22-Jun-2011.) |
| Theorem | prmnn 12888 | A prime number is a positive integer. (Contributed by Paul Chapman, 22-Jun-2011.) |
| Theorem | prmz 12889 | A prime number is an integer. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Jonathan Yan, 16-Jul-2017.) |
| Theorem | prmssnn 12890 | The prime numbers are a subset of the positive integers. (Contributed by AV, 22-Jul-2020.) |
| Theorem | prmex 12891 | The set of prime numbers exists. (Contributed by AV, 22-Jul-2020.) |
| Theorem | 1nprm 12892 | 1 is not a prime number. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Fan Zheng, 3-Jul-2016.) |
| Theorem | 1idssfct 12893* | The positive divisors of a positive integer include 1 and itself. (Contributed by Paul Chapman, 22-Jun-2011.) |
| Theorem | isprm2lem 12894* | Lemma for isprm2 12895. (Contributed by Paul Chapman, 22-Jun-2011.) |
| Theorem | isprm2 12895* | The predicate "is a prime number". A prime number is an integer greater than or equal to 2 whose only positive divisors are 1 and itself. Definition in [ApostolNT] p. 16. (Contributed by Paul Chapman, 26-Oct-2012.) |
| Theorem | isprm3 12896* | The predicate "is a prime number". A prime number is an integer greater than or equal to 2 with no divisors strictly between 1 and itself. (Contributed by Paul Chapman, 26-Oct-2012.) |
| Theorem | isprm4 12897* | The predicate "is a prime number". A prime number is an integer greater than or equal to 2 whose only divisor greater than or equal to 2 is itself. (Contributed by Paul Chapman, 26-Oct-2012.) |
| Theorem | prmind2 12898* | A variation on prmind 12899 assuming complete induction for primes. (Contributed by Mario Carneiro, 20-Jun-2015.) |
| Theorem | prmind 12899* |
Perform induction over the multiplicative structure of |
| Theorem | dvdsprime 12900 |
If |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |