HomeHome Intuitionistic Logic Explorer
Theorem List (p. 94 of 133)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 9301-9400   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theorem8t7e56 9301 8 times 7 equals 56. (Contributed by Mario Carneiro, 19-Apr-2015.)
(8 · 7) = 56
 
Theorem8t8e64 9302 8 times 8 equals 64. (Contributed by Mario Carneiro, 19-Apr-2015.)
(8 · 8) = 64
 
Theorem9t2e18 9303 9 times 2 equals 18. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 2) = 18
 
Theorem9t3e27 9304 9 times 3 equals 27. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 3) = 27
 
Theorem9t4e36 9305 9 times 4 equals 36. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 4) = 36
 
Theorem9t5e45 9306 9 times 5 equals 45. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 5) = 45
 
Theorem9t6e54 9307 9 times 6 equals 54. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 6) = 54
 
Theorem9t7e63 9308 9 times 7 equals 63. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 7) = 63
 
Theorem9t8e72 9309 9 times 8 equals 72. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 8) = 72
 
Theorem9t9e81 9310 9 times 9 equals 81. (Contributed by Mario Carneiro, 19-Apr-2015.)
(9 · 9) = 81
 
Theorem9t11e99 9311 9 times 11 equals 99. (Contributed by AV, 14-Jun-2021.) (Revised by AV, 6-Sep-2021.)
(9 · 11) = 99
 
Theorem9lt10 9312 9 is less than 10. (Contributed by Mario Carneiro, 8-Feb-2015.) (Revised by AV, 8-Sep-2021.)
9 < 10
 
Theorem8lt10 9313 8 is less than 10. (Contributed by Mario Carneiro, 8-Feb-2015.) (Revised by AV, 8-Sep-2021.)
8 < 10
 
Theorem7lt10 9314 7 is less than 10. (Contributed by Mario Carneiro, 10-Mar-2015.) (Revised by AV, 8-Sep-2021.)
7 < 10
 
Theorem6lt10 9315 6 is less than 10. (Contributed by Mario Carneiro, 10-Mar-2015.) (Revised by AV, 8-Sep-2021.)
6 < 10
 
Theorem5lt10 9316 5 is less than 10. (Contributed by Mario Carneiro, 10-Mar-2015.) (Revised by AV, 8-Sep-2021.)
5 < 10
 
Theorem4lt10 9317 4 is less than 10. (Contributed by Mario Carneiro, 10-Mar-2015.) (Revised by AV, 8-Sep-2021.)
4 < 10
 
Theorem3lt10 9318 3 is less than 10. (Contributed by Mario Carneiro, 10-Mar-2015.) (Revised by AV, 8-Sep-2021.)
3 < 10
 
Theorem2lt10 9319 2 is less than 10. (Contributed by Mario Carneiro, 10-Mar-2015.) (Revised by AV, 8-Sep-2021.)
2 < 10
 
Theorem1lt10 9320 1 is less than 10. (Contributed by NM, 7-Nov-2012.) (Revised by Mario Carneiro, 9-Mar-2015.) (Revised by AV, 8-Sep-2021.)
1 < 10
 
Theoremdecbin0 9321 Decompose base 4 into base 2. (Contributed by Mario Carneiro, 18-Feb-2014.)
𝐴 ∈ ℕ0       (4 · 𝐴) = (2 · (2 · 𝐴))
 
Theoremdecbin2 9322 Decompose base 4 into base 2. (Contributed by Mario Carneiro, 18-Feb-2014.)
𝐴 ∈ ℕ0       ((4 · 𝐴) + 2) = (2 · ((2 · 𝐴) + 1))
 
Theoremdecbin3 9323 Decompose base 4 into base 2. (Contributed by Mario Carneiro, 18-Feb-2014.)
𝐴 ∈ ℕ0       ((4 · 𝐴) + 3) = ((2 · ((2 · 𝐴) + 1)) + 1)
 
Theoremhalfthird 9324 Half minus a third. (Contributed by Scott Fenton, 8-Jul-2015.)
((1 / 2) − (1 / 3)) = (1 / 6)
 
Theorem5recm6rec 9325 One fifth minus one sixth. (Contributed by Scott Fenton, 9-Jan-2017.)
((1 / 5) − (1 / 6)) = (1 / 30)
 
4.4.11  Upper sets of integers
 
Syntaxcuz 9326 Extend class notation with the upper integer function. Read "𝑀 " as "the set of integers greater than or equal to 𝑀."
class
 
Definitiondf-uz 9327* Define a function whose value at 𝑗 is the semi-infinite set of contiguous integers starting at 𝑗, which we will also call the upper integers starting at 𝑗. Read "𝑀 " as "the set of integers greater than or equal to 𝑀." See uzval 9328 for its value, uzssz 9345 for its relationship to , nnuz 9361 and nn0uz 9360 for its relationships to and 0, and eluz1 9330 and eluz2 9332 for its membership relations. (Contributed by NM, 5-Sep-2005.)
= (𝑗 ∈ ℤ ↦ {𝑘 ∈ ℤ ∣ 𝑗𝑘})
 
Theoremuzval 9328* The value of the upper integers function. (Contributed by NM, 5-Sep-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
(𝑁 ∈ ℤ → (ℤ𝑁) = {𝑘 ∈ ℤ ∣ 𝑁𝑘})
 
Theoremuzf 9329 The domain and range of the upper integers function. (Contributed by Scott Fenton, 8-Aug-2013.) (Revised by Mario Carneiro, 3-Nov-2013.)
:ℤ⟶𝒫 ℤ
 
Theoremeluz1 9330 Membership in the upper set of integers starting at 𝑀. (Contributed by NM, 5-Sep-2005.)
(𝑀 ∈ ℤ → (𝑁 ∈ (ℤ𝑀) ↔ (𝑁 ∈ ℤ ∧ 𝑀𝑁)))
 
Theoremeluzel2 9331 Implication of membership in an upper set of integers. (Contributed by NM, 6-Sep-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
(𝑁 ∈ (ℤ𝑀) → 𝑀 ∈ ℤ)
 
Theoremeluz2 9332 Membership in an upper set of integers. We use the fact that a function's value (under our function value definition) is empty outside of its domain to show 𝑀 ∈ ℤ. (Contributed by NM, 5-Sep-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
(𝑁 ∈ (ℤ𝑀) ↔ (𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝑀𝑁))
 
Theoremeluz1i 9333 Membership in an upper set of integers. (Contributed by NM, 5-Sep-2005.)
𝑀 ∈ ℤ       (𝑁 ∈ (ℤ𝑀) ↔ (𝑁 ∈ ℤ ∧ 𝑀𝑁))
 
Theoremeluzuzle 9334 An integer in an upper set of integers is an element of an upper set of integers with a smaller bound. (Contributed by Alexander van der Vekens, 17-Jun-2018.)
((𝐵 ∈ ℤ ∧ 𝐵𝐴) → (𝐶 ∈ (ℤ𝐴) → 𝐶 ∈ (ℤ𝐵)))
 
Theoremeluzelz 9335 A member of an upper set of integers is an integer. (Contributed by NM, 6-Sep-2005.)
(𝑁 ∈ (ℤ𝑀) → 𝑁 ∈ ℤ)
 
Theoremeluzelre 9336 A member of an upper set of integers is a real. (Contributed by Mario Carneiro, 31-Aug-2013.)
(𝑁 ∈ (ℤ𝑀) → 𝑁 ∈ ℝ)
 
Theoremeluzelcn 9337 A member of an upper set of integers is a complex number. (Contributed by Glauco Siliprandi, 29-Jun-2017.)
(𝑁 ∈ (ℤ𝑀) → 𝑁 ∈ ℂ)
 
Theoremeluzle 9338 Implication of membership in an upper set of integers. (Contributed by NM, 6-Sep-2005.)
(𝑁 ∈ (ℤ𝑀) → 𝑀𝑁)
 
Theoremeluz 9339 Membership in an upper set of integers. (Contributed by NM, 2-Oct-2005.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑁 ∈ (ℤ𝑀) ↔ 𝑀𝑁))
 
Theoremuzid 9340 Membership of the least member in an upper set of integers. (Contributed by NM, 2-Sep-2005.)
(𝑀 ∈ ℤ → 𝑀 ∈ (ℤ𝑀))
 
Theoremuzn0 9341 The upper integers are all nonempty. (Contributed by Mario Carneiro, 16-Jan-2014.)
(𝑀 ∈ ran ℤ𝑀 ≠ ∅)
 
Theoremuztrn 9342 Transitive law for sets of upper integers. (Contributed by NM, 20-Sep-2005.)
((𝑀 ∈ (ℤ𝐾) ∧ 𝐾 ∈ (ℤ𝑁)) → 𝑀 ∈ (ℤ𝑁))
 
Theoremuztrn2 9343 Transitive law for sets of upper integers. (Contributed by Mario Carneiro, 26-Dec-2013.)
𝑍 = (ℤ𝐾)       ((𝑁𝑍𝑀 ∈ (ℤ𝑁)) → 𝑀𝑍)
 
Theoremuzneg 9344 Contraposition law for upper integers. (Contributed by NM, 28-Nov-2005.)
(𝑁 ∈ (ℤ𝑀) → -𝑀 ∈ (ℤ‘-𝑁))
 
Theoremuzssz 9345 An upper set of integers is a subset of all integers. (Contributed by NM, 2-Sep-2005.) (Revised by Mario Carneiro, 3-Nov-2013.)
(ℤ𝑀) ⊆ ℤ
 
Theoremuzss 9346 Subset relationship for two sets of upper integers. (Contributed by NM, 5-Sep-2005.)
(𝑁 ∈ (ℤ𝑀) → (ℤ𝑁) ⊆ (ℤ𝑀))
 
Theoremuztric 9347 Trichotomy of the ordering relation on integers, stated in terms of upper integers. (Contributed by NM, 6-Jul-2005.) (Revised by Mario Carneiro, 25-Jun-2013.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑁 ∈ (ℤ𝑀) ∨ 𝑀 ∈ (ℤ𝑁)))
 
Theoremuz11 9348 The upper integers function is one-to-one. (Contributed by NM, 12-Dec-2005.)
(𝑀 ∈ ℤ → ((ℤ𝑀) = (ℤ𝑁) ↔ 𝑀 = 𝑁))
 
Theoremeluzp1m1 9349 Membership in the next upper set of integers. (Contributed by NM, 12-Sep-2005.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ (ℤ‘(𝑀 + 1))) → (𝑁 − 1) ∈ (ℤ𝑀))
 
Theoremeluzp1l 9350 Strict ordering implied by membership in the next upper set of integers. (Contributed by NM, 12-Sep-2005.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ (ℤ‘(𝑀 + 1))) → 𝑀 < 𝑁)
 
Theoremeluzp1p1 9351 Membership in the next upper set of integers. (Contributed by NM, 5-Oct-2005.)
(𝑁 ∈ (ℤ𝑀) → (𝑁 + 1) ∈ (ℤ‘(𝑀 + 1)))
 
Theoremeluzaddi 9352 Membership in a later upper set of integers. (Contributed by Paul Chapman, 22-Nov-2007.)
𝑀 ∈ ℤ    &   𝐾 ∈ ℤ       (𝑁 ∈ (ℤ𝑀) → (𝑁 + 𝐾) ∈ (ℤ‘(𝑀 + 𝐾)))
 
Theoremeluzsubi 9353 Membership in an earlier upper set of integers. (Contributed by Paul Chapman, 22-Nov-2007.)
𝑀 ∈ ℤ    &   𝐾 ∈ ℤ       (𝑁 ∈ (ℤ‘(𝑀 + 𝐾)) → (𝑁𝐾) ∈ (ℤ𝑀))
 
Theoremeluzadd 9354 Membership in a later upper set of integers. (Contributed by Jeff Madsen, 2-Sep-2009.)
((𝑁 ∈ (ℤ𝑀) ∧ 𝐾 ∈ ℤ) → (𝑁 + 𝐾) ∈ (ℤ‘(𝑀 + 𝐾)))
 
Theoremeluzsub 9355 Membership in an earlier upper set of integers. (Contributed by Jeff Madsen, 2-Sep-2009.)
((𝑀 ∈ ℤ ∧ 𝐾 ∈ ℤ ∧ 𝑁 ∈ (ℤ‘(𝑀 + 𝐾))) → (𝑁𝐾) ∈ (ℤ𝑀))
 
Theoremuzm1 9356 Choices for an element of an upper interval of integers. (Contributed by Jeff Madsen, 2-Sep-2009.)
(𝑁 ∈ (ℤ𝑀) → (𝑁 = 𝑀 ∨ (𝑁 − 1) ∈ (ℤ𝑀)))
 
Theoremuznn0sub 9357 The nonnegative difference of integers is a nonnegative integer. (Contributed by NM, 4-Sep-2005.)
(𝑁 ∈ (ℤ𝑀) → (𝑁𝑀) ∈ ℕ0)
 
Theoremuzin 9358 Intersection of two upper intervals of integers. (Contributed by Mario Carneiro, 24-Dec-2013.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → ((ℤ𝑀) ∩ (ℤ𝑁)) = (ℤ‘if(𝑀𝑁, 𝑁, 𝑀)))
 
Theoremuzp1 9359 Choices for an element of an upper interval of integers. (Contributed by Jeff Madsen, 2-Sep-2009.)
(𝑁 ∈ (ℤ𝑀) → (𝑁 = 𝑀𝑁 ∈ (ℤ‘(𝑀 + 1))))
 
Theoremnn0uz 9360 Nonnegative integers expressed as an upper set of integers. (Contributed by NM, 2-Sep-2005.)
0 = (ℤ‘0)
 
Theoremnnuz 9361 Positive integers expressed as an upper set of integers. (Contributed by NM, 2-Sep-2005.)
ℕ = (ℤ‘1)
 
Theoremelnnuz 9362 A positive integer expressed as a member of an upper set of integers. (Contributed by NM, 6-Jun-2006.)
(𝑁 ∈ ℕ ↔ 𝑁 ∈ (ℤ‘1))
 
Theoremelnn0uz 9363 A nonnegative integer expressed as a member an upper set of integers. (Contributed by NM, 6-Jun-2006.)
(𝑁 ∈ ℕ0𝑁 ∈ (ℤ‘0))
 
Theoremeluz2nn 9364 An integer is greater than or equal to 2 is a positive integer. (Contributed by AV, 3-Nov-2018.)
(𝐴 ∈ (ℤ‘2) → 𝐴 ∈ ℕ)
 
Theoremeluzge2nn0 9365 If an integer is greater than or equal to 2, then it is a nonnegative integer. (Contributed by AV, 27-Aug-2018.) (Proof shortened by AV, 3-Nov-2018.)
(𝑁 ∈ (ℤ‘2) → 𝑁 ∈ ℕ0)
 
Theoremuzuzle23 9366 An integer in the upper set of integers starting at 3 is element of the upper set of integers starting at 2. (Contributed by Alexander van der Vekens, 17-Sep-2018.)
(𝐴 ∈ (ℤ‘3) → 𝐴 ∈ (ℤ‘2))
 
Theoremeluzge3nn 9367 If an integer is greater than 3, then it is a positive integer. (Contributed by Alexander van der Vekens, 17-Sep-2018.)
(𝑁 ∈ (ℤ‘3) → 𝑁 ∈ ℕ)
 
Theoremuz3m2nn 9368 An integer greater than or equal to 3 decreased by 2 is a positive integer. (Contributed by Alexander van der Vekens, 17-Sep-2018.)
(𝑁 ∈ (ℤ‘3) → (𝑁 − 2) ∈ ℕ)
 
Theorem1eluzge0 9369 1 is an integer greater than or equal to 0. (Contributed by Alexander van der Vekens, 8-Jun-2018.)
1 ∈ (ℤ‘0)
 
Theorem2eluzge0 9370 2 is an integer greater than or equal to 0. (Contributed by Alexander van der Vekens, 8-Jun-2018.) (Proof shortened by OpenAI, 25-Mar-2020.)
2 ∈ (ℤ‘0)
 
Theorem2eluzge1 9371 2 is an integer greater than or equal to 1. (Contributed by Alexander van der Vekens, 8-Jun-2018.)
2 ∈ (ℤ‘1)
 
Theoremuznnssnn 9372 The upper integers starting from a natural are a subset of the naturals. (Contributed by Scott Fenton, 29-Jun-2013.)
(𝑁 ∈ ℕ → (ℤ𝑁) ⊆ ℕ)
 
Theoremraluz 9373* Restricted universal quantification in an upper set of integers. (Contributed by NM, 9-Sep-2005.)
(𝑀 ∈ ℤ → (∀𝑛 ∈ (ℤ𝑀)𝜑 ↔ ∀𝑛 ∈ ℤ (𝑀𝑛𝜑)))
 
Theoremraluz2 9374* Restricted universal quantification in an upper set of integers. (Contributed by NM, 9-Sep-2005.)
(∀𝑛 ∈ (ℤ𝑀)𝜑 ↔ (𝑀 ∈ ℤ → ∀𝑛 ∈ ℤ (𝑀𝑛𝜑)))
 
Theoremrexuz 9375* Restricted existential quantification in an upper set of integers. (Contributed by NM, 9-Sep-2005.)
(𝑀 ∈ ℤ → (∃𝑛 ∈ (ℤ𝑀)𝜑 ↔ ∃𝑛 ∈ ℤ (𝑀𝑛𝜑)))
 
Theoremrexuz2 9376* Restricted existential quantification in an upper set of integers. (Contributed by NM, 9-Sep-2005.)
(∃𝑛 ∈ (ℤ𝑀)𝜑 ↔ (𝑀 ∈ ℤ ∧ ∃𝑛 ∈ ℤ (𝑀𝑛𝜑)))
 
Theorem2rexuz 9377* Double existential quantification in an upper set of integers. (Contributed by NM, 3-Nov-2005.)
(∃𝑚𝑛 ∈ (ℤ𝑚)𝜑 ↔ ∃𝑚 ∈ ℤ ∃𝑛 ∈ ℤ (𝑚𝑛𝜑))
 
Theorempeano2uz 9378 Second Peano postulate for an upper set of integers. (Contributed by NM, 7-Sep-2005.)
(𝑁 ∈ (ℤ𝑀) → (𝑁 + 1) ∈ (ℤ𝑀))
 
Theorempeano2uzs 9379 Second Peano postulate for an upper set of integers. (Contributed by Mario Carneiro, 26-Dec-2013.)
𝑍 = (ℤ𝑀)       (𝑁𝑍 → (𝑁 + 1) ∈ 𝑍)
 
Theorempeano2uzr 9380 Reversed second Peano axiom for upper integers. (Contributed by NM, 2-Jan-2006.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ (ℤ‘(𝑀 + 1))) → 𝑁 ∈ (ℤ𝑀))
 
Theoremuzaddcl 9381 Addition closure law for an upper set of integers. (Contributed by NM, 4-Jun-2006.)
((𝑁 ∈ (ℤ𝑀) ∧ 𝐾 ∈ ℕ0) → (𝑁 + 𝐾) ∈ (ℤ𝑀))
 
Theoremnn0pzuz 9382 The sum of a nonnegative integer and an integer is an integer greater than or equal to that integer. (Contributed by Alexander van der Vekens, 3-Oct-2018.)
((𝑁 ∈ ℕ0𝑍 ∈ ℤ) → (𝑁 + 𝑍) ∈ (ℤ𝑍))
 
Theoremuzind4 9383* Induction on the upper set of integers that starts at an integer 𝑀. The first four hypotheses give us the substitution instances we need, and the last two are the basis and the induction step. (Contributed by NM, 7-Sep-2005.)
(𝑗 = 𝑀 → (𝜑𝜓))    &   (𝑗 = 𝑘 → (𝜑𝜒))    &   (𝑗 = (𝑘 + 1) → (𝜑𝜃))    &   (𝑗 = 𝑁 → (𝜑𝜏))    &   (𝑀 ∈ ℤ → 𝜓)    &   (𝑘 ∈ (ℤ𝑀) → (𝜒𝜃))       (𝑁 ∈ (ℤ𝑀) → 𝜏)
 
Theoremuzind4ALT 9384* Induction on the upper set of integers that starts at an integer 𝑀. The last four hypotheses give us the substitution instances we need; the first two are the basis and the induction step. Either uzind4 9383 or uzind4ALT 9384 may be used; see comment for nnind 8736. (Contributed by NM, 7-Sep-2005.) (New usage is discouraged.) (Proof modification is discouraged.)
(𝑀 ∈ ℤ → 𝜓)    &   (𝑘 ∈ (ℤ𝑀) → (𝜒𝜃))    &   (𝑗 = 𝑀 → (𝜑𝜓))    &   (𝑗 = 𝑘 → (𝜑𝜒))    &   (𝑗 = (𝑘 + 1) → (𝜑𝜃))    &   (𝑗 = 𝑁 → (𝜑𝜏))       (𝑁 ∈ (ℤ𝑀) → 𝜏)
 
Theoremuzind4s 9385* Induction on the upper set of integers that starts at an integer 𝑀, using explicit substitution. The hypotheses are the basis and the induction step. (Contributed by NM, 4-Nov-2005.)
(𝑀 ∈ ℤ → [𝑀 / 𝑘]𝜑)    &   (𝑘 ∈ (ℤ𝑀) → (𝜑[(𝑘 + 1) / 𝑘]𝜑))       (𝑁 ∈ (ℤ𝑀) → [𝑁 / 𝑘]𝜑)
 
Theoremuzind4s2 9386* Induction on the upper set of integers that starts at an integer 𝑀, using explicit substitution. The hypotheses are the basis and the induction step. Use this instead of uzind4s 9385 when 𝑗 and 𝑘 must be distinct in [(𝑘 + 1) / 𝑗]𝜑. (Contributed by NM, 16-Nov-2005.)
(𝑀 ∈ ℤ → [𝑀 / 𝑗]𝜑)    &   (𝑘 ∈ (ℤ𝑀) → ([𝑘 / 𝑗]𝜑[(𝑘 + 1) / 𝑗]𝜑))       (𝑁 ∈ (ℤ𝑀) → [𝑁 / 𝑗]𝜑)
 
Theoremuzind4i 9387* Induction on the upper integers that start at 𝑀. The first four give us the substitution instances we need, and the last two are the basis and the induction step. This is a stronger version of uzind4 9383 assuming that 𝜓 holds unconditionally. Notice that 𝑁 ∈ (ℤ𝑀) implies that the lower bound 𝑀 is an integer (𝑀 ∈ ℤ, see eluzel2 9331). (Contributed by NM, 4-Sep-2005.) (Revised by AV, 13-Jul-2022.)
(𝑗 = 𝑀 → (𝜑𝜓))    &   (𝑗 = 𝑘 → (𝜑𝜒))    &   (𝑗 = (𝑘 + 1) → (𝜑𝜃))    &   (𝑗 = 𝑁 → (𝜑𝜏))    &   𝜓    &   (𝑘 ∈ (ℤ𝑀) → (𝜒𝜃))       (𝑁 ∈ (ℤ𝑀) → 𝜏)
 
Theoremindstr 9388* Strong Mathematical Induction for positive integers (inference schema). (Contributed by NM, 17-Aug-2001.)
(𝑥 = 𝑦 → (𝜑𝜓))    &   (𝑥 ∈ ℕ → (∀𝑦 ∈ ℕ (𝑦 < 𝑥𝜓) → 𝜑))       (𝑥 ∈ ℕ → 𝜑)
 
Theoreminfrenegsupex 9389* The infimum of a set of reals 𝐴 is the negative of the supremum of the negatives of its elements. (Contributed by Jim Kingdon, 14-Jan-2022.)
(𝜑 → ∃𝑥 ∈ ℝ (∀𝑦𝐴 ¬ 𝑦 < 𝑥 ∧ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 → ∃𝑧𝐴 𝑧 < 𝑦)))    &   (𝜑𝐴 ⊆ ℝ)       (𝜑 → inf(𝐴, ℝ, < ) = -sup({𝑧 ∈ ℝ ∣ -𝑧𝐴}, ℝ, < ))
 
Theoremsupinfneg 9390* If a set of real numbers has a least upper bound, the set of the negation of those numbers has a greatest lower bound. For a theorem which is similar but only for the boundedness part, see ublbneg 9405. (Contributed by Jim Kingdon, 15-Jan-2022.)
(𝜑 → ∃𝑥 ∈ ℝ (∀𝑦𝐴 ¬ 𝑥 < 𝑦 ∧ ∀𝑦 ∈ ℝ (𝑦 < 𝑥 → ∃𝑧𝐴 𝑦 < 𝑧)))    &   (𝜑𝐴 ⊆ ℝ)       (𝜑 → ∃𝑥 ∈ ℝ (∀𝑦 ∈ {𝑤 ∈ ℝ ∣ -𝑤𝐴} ¬ 𝑦 < 𝑥 ∧ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 → ∃𝑧 ∈ {𝑤 ∈ ℝ ∣ -𝑤𝐴}𝑧 < 𝑦)))
 
Theoreminfsupneg 9391* If a set of real numbers has a greatest lower bound, the set of the negation of those numbers has a least upper bound. To go in the other direction see supinfneg 9390. (Contributed by Jim Kingdon, 15-Jan-2022.)
(𝜑 → ∃𝑥 ∈ ℝ (∀𝑦𝐴 ¬ 𝑦 < 𝑥 ∧ ∀𝑦 ∈ ℝ (𝑥 < 𝑦 → ∃𝑧𝐴 𝑧 < 𝑦)))    &   (𝜑𝐴 ⊆ ℝ)       (𝜑 → ∃𝑥 ∈ ℝ (∀𝑦 ∈ {𝑤 ∈ ℝ ∣ -𝑤𝐴} ¬ 𝑥 < 𝑦 ∧ ∀𝑦 ∈ ℝ (𝑦 < 𝑥 → ∃𝑧 ∈ {𝑤 ∈ ℝ ∣ -𝑤𝐴}𝑦 < 𝑧)))
 
Theoremsupminfex 9392* A supremum is the negation of the infimum of that set's image under negation. (Contributed by Jim Kingdon, 14-Jan-2022.)
(𝜑 → ∃𝑥 ∈ ℝ (∀𝑦𝐴 ¬ 𝑥 < 𝑦 ∧ ∀𝑦 ∈ ℝ (𝑦 < 𝑥 → ∃𝑧𝐴 𝑦 < 𝑧)))    &   (𝜑𝐴 ⊆ ℝ)       (𝜑 → sup(𝐴, ℝ, < ) = -inf({𝑤 ∈ ℝ ∣ -𝑤𝐴}, ℝ, < ))
 
Theoremeluznn0 9393 Membership in a nonnegative upper set of integers implies membership in 0. (Contributed by Paul Chapman, 22-Jun-2011.)
((𝑁 ∈ ℕ0𝑀 ∈ (ℤ𝑁)) → 𝑀 ∈ ℕ0)
 
Theoremeluznn 9394 Membership in a positive upper set of integers implies membership in . (Contributed by JJ, 1-Oct-2018.)
((𝑁 ∈ ℕ ∧ 𝑀 ∈ (ℤ𝑁)) → 𝑀 ∈ ℕ)
 
Theoremeluz2b1 9395 Two ways to say "an integer greater than or equal to 2." (Contributed by Paul Chapman, 23-Nov-2012.)
(𝑁 ∈ (ℤ‘2) ↔ (𝑁 ∈ ℤ ∧ 1 < 𝑁))
 
Theoremeluz2gt1 9396 An integer greater than or equal to 2 is greater than 1. (Contributed by AV, 24-May-2020.)
(𝑁 ∈ (ℤ‘2) → 1 < 𝑁)
 
Theoremeluz2b2 9397 Two ways to say "an integer greater than or equal to 2." (Contributed by Paul Chapman, 23-Nov-2012.)
(𝑁 ∈ (ℤ‘2) ↔ (𝑁 ∈ ℕ ∧ 1 < 𝑁))
 
Theoremeluz2b3 9398 Two ways to say "an integer greater than or equal to 2." (Contributed by Paul Chapman, 23-Nov-2012.)
(𝑁 ∈ (ℤ‘2) ↔ (𝑁 ∈ ℕ ∧ 𝑁 ≠ 1))
 
Theoremuz2m1nn 9399 One less than an integer greater than or equal to 2 is a positive integer. (Contributed by Paul Chapman, 17-Nov-2012.)
(𝑁 ∈ (ℤ‘2) → (𝑁 − 1) ∈ ℕ)
 
Theorem1nuz2 9400 1 is not in (ℤ‘2). (Contributed by Paul Chapman, 21-Nov-2012.)
¬ 1 ∈ (ℤ‘2)
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13250
  Copyright terms: Public domain < Previous  Next >