HomeHome Intuitionistic Logic Explorer
Theorem List (p. 151 of 168)
< 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 - 15001-15100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremlmres 15001 A function converges iff its restriction to an upper integers set converges. (Contributed by Mario Carneiro, 31-Dec-2013.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐹 ∈ (𝑋pm ℂ))    &   (𝜑𝑀 ∈ ℤ)       (𝜑 → (𝐹(⇝𝑡𝐽)𝑃 ↔ (𝐹 ↾ (ℤ𝑀))(⇝𝑡𝐽)𝑃))
 
Theoremlmff 15002* If 𝐹 converges, there is some upper integer set on which 𝐹 is a total function. (Contributed by Mario Carneiro, 31-Dec-2013.)
𝑍 = (ℤ𝑀)    &   (𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝑀 ∈ ℤ)    &   (𝜑𝐹 ∈ dom (⇝𝑡𝐽))       (𝜑 → ∃𝑗𝑍 (𝐹 ↾ (ℤ𝑗)):(ℤ𝑗)⟶𝑋)
 
Theoremlmtopcnp 15003 The image of a convergent sequence under a continuous map is convergent to the image of the original point. (Contributed by Mario Carneiro, 3-May-2014.) (Revised by Jim Kingdon, 6-Apr-2023.)
(𝜑𝐹(⇝𝑡𝐽)𝑃)    &   (𝜑𝐾 ∈ Top)    &   (𝜑𝐺 ∈ ((𝐽 CnP 𝐾)‘𝑃))       (𝜑 → (𝐺𝐹)(⇝𝑡𝐾)(𝐺𝑃))
 
Theoremlmcn 15004 The image of a convergent sequence under a continuous map is convergent to the image of the original point. (Contributed by Mario Carneiro, 3-May-2014.)
(𝜑𝐹(⇝𝑡𝐽)𝑃)    &   (𝜑𝐺 ∈ (𝐽 Cn 𝐾))       (𝜑 → (𝐺𝐹)(⇝𝑡𝐾)(𝐺𝑃))
 
9.1.8  Product topologies
 
Syntaxctx 15005 Extend class notation with the binary topological product operation.
class ×t
 
Definitiondf-tx 15006* Define the binary topological product, which is homeomorphic to the general topological product over a two element set, but is more convenient to use. (Contributed by Jeff Madsen, 2-Sep-2009.)
×t = (𝑟 ∈ V, 𝑠 ∈ V ↦ (topGen‘ran (𝑥𝑟, 𝑦𝑠 ↦ (𝑥 × 𝑦))))
 
Theoremtxvalex 15007 Existence of the binary topological product. If 𝑅 and 𝑆 are known to be topologies, see txtop 15013. (Contributed by Jim Kingdon, 3-Aug-2023.)
((𝑅𝑉𝑆𝑊) → (𝑅 ×t 𝑆) ∈ V)
 
Theoremtxval 15008* Value of the binary topological product operation. (Contributed by Jeff Madsen, 2-Sep-2009.) (Revised by Mario Carneiro, 30-Aug-2015.)
𝐵 = ran (𝑥𝑅, 𝑦𝑆 ↦ (𝑥 × 𝑦))       ((𝑅𝑉𝑆𝑊) → (𝑅 ×t 𝑆) = (topGen‘𝐵))
 
Theoremtxuni2 15009* The underlying set of the product of two topologies. (Contributed by Mario Carneiro, 31-Aug-2015.)
𝐵 = ran (𝑥𝑅, 𝑦𝑆 ↦ (𝑥 × 𝑦))    &   𝑋 = 𝑅    &   𝑌 = 𝑆       (𝑋 × 𝑌) = 𝐵
 
Theoremtxbasex 15010* The basis for the product topology is a set. (Contributed by Mario Carneiro, 2-Sep-2015.)
𝐵 = ran (𝑥𝑅, 𝑦𝑆 ↦ (𝑥 × 𝑦))       ((𝑅𝑉𝑆𝑊) → 𝐵 ∈ V)
 
Theoremtxbas 15011* The set of Cartesian products of elements from two topological bases is a basis. (Contributed by Jeff Madsen, 2-Sep-2009.) (Revised by Mario Carneiro, 31-Aug-2015.)
𝐵 = ran (𝑥𝑅, 𝑦𝑆 ↦ (𝑥 × 𝑦))       ((𝑅 ∈ TopBases ∧ 𝑆 ∈ TopBases) → 𝐵 ∈ TopBases)
 
Theoremeltx 15012* A set in a product is open iff each point is surrounded by an open rectangle. (Contributed by Stefan O'Rear, 25-Jan-2015.)
((𝐽𝑉𝐾𝑊) → (𝑆 ∈ (𝐽 ×t 𝐾) ↔ ∀𝑝𝑆𝑥𝐽𝑦𝐾 (𝑝 ∈ (𝑥 × 𝑦) ∧ (𝑥 × 𝑦) ⊆ 𝑆)))
 
Theoremtxtop 15013 The product of two topologies is a topology. (Contributed by Jeff Madsen, 2-Sep-2009.)
((𝑅 ∈ Top ∧ 𝑆 ∈ Top) → (𝑅 ×t 𝑆) ∈ Top)
 
Theoremtxtopi 15014 The product of two topologies is a topology. (Contributed by Jeff Madsen, 15-Jun-2010.)
𝑅 ∈ Top    &   𝑆 ∈ Top       (𝑅 ×t 𝑆) ∈ Top
 
Theoremtxtopon 15015 The underlying set of the product of two topologies. (Contributed by Mario Carneiro, 22-Aug-2015.) (Revised by Mario Carneiro, 2-Sep-2015.)
((𝑅 ∈ (TopOn‘𝑋) ∧ 𝑆 ∈ (TopOn‘𝑌)) → (𝑅 ×t 𝑆) ∈ (TopOn‘(𝑋 × 𝑌)))
 
Theoremtxuni 15016 The underlying set of the product of two topologies. (Contributed by Jeff Madsen, 2-Sep-2009.)
𝑋 = 𝑅    &   𝑌 = 𝑆       ((𝑅 ∈ Top ∧ 𝑆 ∈ Top) → (𝑋 × 𝑌) = (𝑅 ×t 𝑆))
 
Theoremtxunii 15017 The underlying set of the product of two topologies. (Contributed by Jeff Madsen, 15-Jun-2010.)
𝑅 ∈ Top    &   𝑆 ∈ Top    &   𝑋 = 𝑅    &   𝑌 = 𝑆       (𝑋 × 𝑌) = (𝑅 ×t 𝑆)
 
Theoremtxopn 15018 The product of two open sets is open in the product topology. (Contributed by Jeff Madsen, 2-Sep-2009.)
(((𝑅𝑉𝑆𝑊) ∧ (𝐴𝑅𝐵𝑆)) → (𝐴 × 𝐵) ∈ (𝑅 ×t 𝑆))
 
Theoremtxss12 15019 Subset property of the topological product. (Contributed by Mario Carneiro, 2-Sep-2015.)
(((𝐵𝑉𝐷𝑊) ∧ (𝐴𝐵𝐶𝐷)) → (𝐴 ×t 𝐶) ⊆ (𝐵 ×t 𝐷))
 
Theoremtxbasval 15020 It is sufficient to consider products of the bases for the topologies in the topological product. (Contributed by Mario Carneiro, 25-Aug-2014.)
((𝑅𝑉𝑆𝑊) → ((topGen‘𝑅) ×t (topGen‘𝑆)) = (𝑅 ×t 𝑆))
 
Theoremneitx 15021 The Cartesian product of two neighborhoods is a neighborhood in the product topology. (Contributed by Thierry Arnoux, 13-Jan-2018.)
𝑋 = 𝐽    &   𝑌 = 𝐾       (((𝐽 ∈ Top ∧ 𝐾 ∈ Top) ∧ (𝐴 ∈ ((nei‘𝐽)‘𝐶) ∧ 𝐵 ∈ ((nei‘𝐾)‘𝐷))) → (𝐴 × 𝐵) ∈ ((nei‘(𝐽 ×t 𝐾))‘(𝐶 × 𝐷)))
 
Theoremtx1cn 15022 Continuity of the first projection map of a topological product. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 22-Aug-2015.)
((𝑅 ∈ (TopOn‘𝑋) ∧ 𝑆 ∈ (TopOn‘𝑌)) → (1st ↾ (𝑋 × 𝑌)) ∈ ((𝑅 ×t 𝑆) Cn 𝑅))
 
Theoremtx2cn 15023 Continuity of the second projection map of a topological product. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 22-Aug-2015.)
((𝑅 ∈ (TopOn‘𝑋) ∧ 𝑆 ∈ (TopOn‘𝑌)) → (2nd ↾ (𝑋 × 𝑌)) ∈ ((𝑅 ×t 𝑆) Cn 𝑆))
 
Theoremtxcnp 15024* If two functions are continuous at 𝐷, then the ordered pair of them is continuous at 𝐷 into the product topology. (Contributed by Mario Carneiro, 9-Aug-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑𝐿 ∈ (TopOn‘𝑍))    &   (𝜑𝐷𝑋)    &   (𝜑 → (𝑥𝑋𝐴) ∈ ((𝐽 CnP 𝐾)‘𝐷))    &   (𝜑 → (𝑥𝑋𝐵) ∈ ((𝐽 CnP 𝐿)‘𝐷))       (𝜑 → (𝑥𝑋 ↦ ⟨𝐴, 𝐵⟩) ∈ ((𝐽 CnP (𝐾 ×t 𝐿))‘𝐷))
 
Theoremupxp 15025* Universal property of the Cartesian product considered as a categorical product in the category of sets. (Contributed by Jeff Madsen, 2-Sep-2009.) (Revised by Mario Carneiro, 27-Dec-2014.)
𝑃 = (1st ↾ (𝐵 × 𝐶))    &   𝑄 = (2nd ↾ (𝐵 × 𝐶))       ((𝐴𝐷𝐹:𝐴𝐵𝐺:𝐴𝐶) → ∃!(:𝐴⟶(𝐵 × 𝐶) ∧ 𝐹 = (𝑃) ∧ 𝐺 = (𝑄)))
 
Theoremtxcnmpt 15026* A map into the product of two topological spaces is continuous if both of its projections are continuous. (Contributed by Jeff Madsen, 2-Sep-2009.) (Revised by Mario Carneiro, 22-Aug-2015.)
𝑊 = 𝑈    &   𝐻 = (𝑥𝑊 ↦ ⟨(𝐹𝑥), (𝐺𝑥)⟩)       ((𝐹 ∈ (𝑈 Cn 𝑅) ∧ 𝐺 ∈ (𝑈 Cn 𝑆)) → 𝐻 ∈ (𝑈 Cn (𝑅 ×t 𝑆)))
 
Theoremuptx 15027* Universal property of the binary topological product. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 22-Aug-2015.)
𝑇 = (𝑅 ×t 𝑆)    &   𝑋 = 𝑅    &   𝑌 = 𝑆    &   𝑍 = (𝑋 × 𝑌)    &   𝑃 = (1st𝑍)    &   𝑄 = (2nd𝑍)       ((𝐹 ∈ (𝑈 Cn 𝑅) ∧ 𝐺 ∈ (𝑈 Cn 𝑆)) → ∃! ∈ (𝑈 Cn 𝑇)(𝐹 = (𝑃) ∧ 𝐺 = (𝑄)))
 
Theoremtxcn 15028 A map into the product of two topological spaces is continuous iff both of its projections are continuous. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 22-Aug-2015.)
𝑋 = 𝑅    &   𝑌 = 𝑆    &   𝑍 = (𝑋 × 𝑌)    &   𝑊 = 𝑈    &   𝑃 = (1st𝑍)    &   𝑄 = (2nd𝑍)       ((𝑅 ∈ Top ∧ 𝑆 ∈ Top ∧ 𝐹:𝑊𝑍) → (𝐹 ∈ (𝑈 Cn (𝑅 ×t 𝑆)) ↔ ((𝑃𝐹) ∈ (𝑈 Cn 𝑅) ∧ (𝑄𝐹) ∈ (𝑈 Cn 𝑆))))
 
Theoremtxrest 15029 The subspace of a topological product space induced by a subset with a Cartesian product representation is a topological product of the subspaces induced by the subspaces of the terms of the products. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 2-Sep-2015.)
(((𝑅𝑉𝑆𝑊) ∧ (𝐴𝑋𝐵𝑌)) → ((𝑅 ×t 𝑆) ↾t (𝐴 × 𝐵)) = ((𝑅t 𝐴) ×t (𝑆t 𝐵)))
 
Theoremtxdis 15030 The topological product of discrete spaces is discrete. (Contributed by Mario Carneiro, 14-Aug-2015.)
((𝐴𝑉𝐵𝑊) → (𝒫 𝐴 ×t 𝒫 𝐵) = 𝒫 (𝐴 × 𝐵))
 
Theoremtxdis1cn 15031* A function is jointly continuous on a discrete left topology iff it is continuous as a function of its right argument, for each fixed left value. (Contributed by Mario Carneiro, 19-Sep-2015.)
(𝜑𝑋𝑉)    &   (𝜑𝐽 ∈ (TopOn‘𝑌))    &   (𝜑𝐾 ∈ Top)    &   (𝜑𝐹 Fn (𝑋 × 𝑌))    &   ((𝜑𝑥𝑋) → (𝑦𝑌 ↦ (𝑥𝐹𝑦)) ∈ (𝐽 Cn 𝐾))       (𝜑𝐹 ∈ ((𝒫 𝑋 ×t 𝐽) Cn 𝐾))
 
Theoremtxlm 15032* Two sequences converge iff the sequence of their ordered pairs converges. Proposition 14-2.6 of [Gleason] p. 230. (Contributed by NM, 16-Jul-2007.) (Revised by Mario Carneiro, 5-May-2014.)
𝑍 = (ℤ𝑀)    &   (𝜑𝑀 ∈ ℤ)    &   (𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑𝐹:𝑍𝑋)    &   (𝜑𝐺:𝑍𝑌)    &   𝐻 = (𝑛𝑍 ↦ ⟨(𝐹𝑛), (𝐺𝑛)⟩)       (𝜑 → ((𝐹(⇝𝑡𝐽)𝑅𝐺(⇝𝑡𝐾)𝑆) ↔ 𝐻(⇝𝑡‘(𝐽 ×t 𝐾))⟨𝑅, 𝑆⟩))
 
Theoremlmcn2 15033* The image of a convergent sequence under a continuous map is convergent to the image of the original point. Binary operation version. (Contributed by Mario Carneiro, 15-May-2014.)
𝑍 = (ℤ𝑀)    &   (𝜑𝑀 ∈ ℤ)    &   (𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑𝐹:𝑍𝑋)    &   (𝜑𝐺:𝑍𝑌)    &   (𝜑𝐹(⇝𝑡𝐽)𝑅)    &   (𝜑𝐺(⇝𝑡𝐾)𝑆)    &   (𝜑𝑂 ∈ ((𝐽 ×t 𝐾) Cn 𝑁))    &   𝐻 = (𝑛𝑍 ↦ ((𝐹𝑛)𝑂(𝐺𝑛)))       (𝜑𝐻(⇝𝑡𝑁)(𝑅𝑂𝑆))
 
9.1.9  Continuous function-builders
 
Theoremcnmptid 15034* The identity function is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))       (𝜑 → (𝑥𝑋𝑥) ∈ (𝐽 Cn 𝐽))
 
Theoremcnmptc 15035* A constant function is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑𝑃𝑌)       (𝜑 → (𝑥𝑋𝑃) ∈ (𝐽 Cn 𝐾))
 
Theoremcnmpt11 15036* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑 → (𝑥𝑋𝐴) ∈ (𝐽 Cn 𝐾))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑦𝑌𝐵) ∈ (𝐾 Cn 𝐿))    &   (𝑦 = 𝐴𝐵 = 𝐶)       (𝜑 → (𝑥𝑋𝐶) ∈ (𝐽 Cn 𝐿))
 
Theoremcnmpt11f 15037* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑 → (𝑥𝑋𝐴) ∈ (𝐽 Cn 𝐾))    &   (𝜑𝐹 ∈ (𝐾 Cn 𝐿))       (𝜑 → (𝑥𝑋 ↦ (𝐹𝐴)) ∈ (𝐽 Cn 𝐿))
 
Theoremcnmpt1t 15038* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑 → (𝑥𝑋𝐴) ∈ (𝐽 Cn 𝐾))    &   (𝜑 → (𝑥𝑋𝐵) ∈ (𝐽 Cn 𝐿))       (𝜑 → (𝑥𝑋 ↦ ⟨𝐴, 𝐵⟩) ∈ (𝐽 Cn (𝐾 ×t 𝐿)))
 
Theoremcnmpt12f 15039* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑 → (𝑥𝑋𝐴) ∈ (𝐽 Cn 𝐾))    &   (𝜑 → (𝑥𝑋𝐵) ∈ (𝐽 Cn 𝐿))    &   (𝜑𝐹 ∈ ((𝐾 ×t 𝐿) Cn 𝑀))       (𝜑 → (𝑥𝑋 ↦ (𝐴𝐹𝐵)) ∈ (𝐽 Cn 𝑀))
 
Theoremcnmpt12 15040* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 12-Jun-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑 → (𝑥𝑋𝐴) ∈ (𝐽 Cn 𝐾))    &   (𝜑 → (𝑥𝑋𝐵) ∈ (𝐽 Cn 𝐿))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑𝐿 ∈ (TopOn‘𝑍))    &   (𝜑 → (𝑦𝑌, 𝑧𝑍𝐶) ∈ ((𝐾 ×t 𝐿) Cn 𝑀))    &   ((𝑦 = 𝐴𝑧 = 𝐵) → 𝐶 = 𝐷)       (𝜑 → (𝑥𝑋𝐷) ∈ (𝐽 Cn 𝑀))
 
Theoremcnmpt1st 15041* The projection onto the first coordinate is continuous. (Contributed by Mario Carneiro, 6-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))       (𝜑 → (𝑥𝑋, 𝑦𝑌𝑥) ∈ ((𝐽 ×t 𝐾) Cn 𝐽))
 
Theoremcnmpt2nd 15042* The projection onto the second coordinate is continuous. (Contributed by Mario Carneiro, 6-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))       (𝜑 → (𝑥𝑋, 𝑦𝑌𝑦) ∈ ((𝐽 ×t 𝐾) Cn 𝐾))
 
Theoremcnmpt2c 15043* A constant function is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑𝐿 ∈ (TopOn‘𝑍))    &   (𝜑𝑃𝑍)       (𝜑 → (𝑥𝑋, 𝑦𝑌𝑃) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))
 
Theoremcnmpt21 15044* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐴) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))    &   (𝜑𝐿 ∈ (TopOn‘𝑍))    &   (𝜑 → (𝑧𝑍𝐵) ∈ (𝐿 Cn 𝑀))    &   (𝑧 = 𝐴𝐵 = 𝐶)       (𝜑 → (𝑥𝑋, 𝑦𝑌𝐶) ∈ ((𝐽 ×t 𝐾) Cn 𝑀))
 
Theoremcnmpt21f 15045* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐴) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))    &   (𝜑𝐹 ∈ (𝐿 Cn 𝑀))       (𝜑 → (𝑥𝑋, 𝑦𝑌 ↦ (𝐹𝐴)) ∈ ((𝐽 ×t 𝐾) Cn 𝑀))
 
Theoremcnmpt2t 15046* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐴) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐵) ∈ ((𝐽 ×t 𝐾) Cn 𝑀))       (𝜑 → (𝑥𝑋, 𝑦𝑌 ↦ ⟨𝐴, 𝐵⟩) ∈ ((𝐽 ×t 𝐾) Cn (𝐿 ×t 𝑀)))
 
Theoremcnmpt22 15047* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐴) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐵) ∈ ((𝐽 ×t 𝐾) Cn 𝑀))    &   (𝜑𝐿 ∈ (TopOn‘𝑍))    &   (𝜑𝑀 ∈ (TopOn‘𝑊))    &   (𝜑 → (𝑧𝑍, 𝑤𝑊𝐶) ∈ ((𝐿 ×t 𝑀) Cn 𝑁))    &   ((𝑧 = 𝐴𝑤 = 𝐵) → 𝐶 = 𝐷)       (𝜑 → (𝑥𝑋, 𝑦𝑌𝐷) ∈ ((𝐽 ×t 𝐾) Cn 𝑁))
 
Theoremcnmpt22f 15048* The composition of continuous functions is continuous. (Contributed by Mario Carneiro, 5-May-2014.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐴) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐵) ∈ ((𝐽 ×t 𝐾) Cn 𝑀))    &   (𝜑𝐹 ∈ ((𝐿 ×t 𝑀) Cn 𝑁))       (𝜑 → (𝑥𝑋, 𝑦𝑌 ↦ (𝐴𝐹𝐵)) ∈ ((𝐽 ×t 𝐾) Cn 𝑁))
 
Theoremcnmpt1res 15049* The restriction of a continuous function to a subset is continuous. (Contributed by Mario Carneiro, 5-Jun-2014.)
𝐾 = (𝐽t 𝑌)    &   (𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝑌𝑋)    &   (𝜑 → (𝑥𝑋𝐴) ∈ (𝐽 Cn 𝐿))       (𝜑 → (𝑥𝑌𝐴) ∈ (𝐾 Cn 𝐿))
 
Theoremcnmpt2res 15050* The restriction of a continuous function to a subset is continuous. (Contributed by Mario Carneiro, 6-Jun-2014.)
𝐾 = (𝐽t 𝑌)    &   (𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝑌𝑋)    &   𝑁 = (𝑀t 𝑊)    &   (𝜑𝑀 ∈ (TopOn‘𝑍))    &   (𝜑𝑊𝑍)    &   (𝜑 → (𝑥𝑋, 𝑦𝑍𝐴) ∈ ((𝐽 ×t 𝑀) Cn 𝐿))       (𝜑 → (𝑥𝑌, 𝑦𝑊𝐴) ∈ ((𝐾 ×t 𝑁) Cn 𝐿))
 
Theoremcnmptcom 15051* The argument converse of a continuous function is continuous. (Contributed by Mario Carneiro, 6-Jun-2014.)
(𝜑𝐽 ∈ (TopOn‘𝑋))    &   (𝜑𝐾 ∈ (TopOn‘𝑌))    &   (𝜑 → (𝑥𝑋, 𝑦𝑌𝐴) ∈ ((𝐽 ×t 𝐾) Cn 𝐿))       (𝜑 → (𝑦𝑌, 𝑥𝑋𝐴) ∈ ((𝐾 ×t 𝐽) Cn 𝐿))
 
Theoremimasnopn 15052 If a relation graph is open, then an image set of a singleton is also open. Corollary of Proposition 4 of [BourbakiTop1] p. I.26. (Contributed by Thierry Arnoux, 14-Jan-2018.)
𝑋 = 𝐽       (((𝐽 ∈ Top ∧ 𝐾 ∈ Top) ∧ (𝑅 ∈ (𝐽 ×t 𝐾) ∧ 𝐴𝑋)) → (𝑅 “ {𝐴}) ∈ 𝐾)
 
9.1.10  Homeomorphisms
 
Syntaxchmeo 15053 Extend class notation with the class of all homeomorphisms.
class Homeo
 
Definitiondf-hmeo 15054* Function returning all the homeomorphisms from topology 𝑗 to topology 𝑘. (Contributed by FL, 14-Feb-2007.)
Homeo = (𝑗 ∈ Top, 𝑘 ∈ Top ↦ {𝑓 ∈ (𝑗 Cn 𝑘) ∣ 𝑓 ∈ (𝑘 Cn 𝑗)})
 
Theoremhmeofn 15055 The set of homeomorphisms is a function on topologies. (Contributed by Mario Carneiro, 23-Aug-2015.)
Homeo Fn (Top × Top)
 
Theoremhmeofvalg 15056* The set of all the homeomorphisms between two topologies. (Contributed by FL, 14-Feb-2007.) (Revised by Mario Carneiro, 22-Aug-2015.)
((𝐽 ∈ Top ∧ 𝐾 ∈ Top) → (𝐽Homeo𝐾) = {𝑓 ∈ (𝐽 Cn 𝐾) ∣ 𝑓 ∈ (𝐾 Cn 𝐽)})
 
Theoremishmeo 15057 The predicate F is a homeomorphism between topology 𝐽 and topology 𝐾. Proposition of [BourbakiTop1] p. I.2. (Contributed by FL, 14-Feb-2007.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝐹 ∈ (𝐽Homeo𝐾) ↔ (𝐹 ∈ (𝐽 Cn 𝐾) ∧ 𝐹 ∈ (𝐾 Cn 𝐽)))
 
Theoremhmeocn 15058 A homeomorphism is continuous. (Contributed by Mario Carneiro, 22-Aug-2015.)
(𝐹 ∈ (𝐽Homeo𝐾) → 𝐹 ∈ (𝐽 Cn 𝐾))
 
Theoremhmeocnvcn 15059 The converse of a homeomorphism is continuous. (Contributed by Mario Carneiro, 22-Aug-2015.)
(𝐹 ∈ (𝐽Homeo𝐾) → 𝐹 ∈ (𝐾 Cn 𝐽))
 
Theoremhmeocnv 15060 The converse of a homeomorphism is a homeomorphism. (Contributed by FL, 5-Mar-2007.) (Revised by Mario Carneiro, 22-Aug-2015.)
(𝐹 ∈ (𝐽Homeo𝐾) → 𝐹 ∈ (𝐾Homeo𝐽))
 
Theoremhmeof1o2 15061 A homeomorphism is a 1-1-onto mapping. (Contributed by Mario Carneiro, 22-Aug-2015.)
((𝐽 ∈ (TopOn‘𝑋) ∧ 𝐾 ∈ (TopOn‘𝑌) ∧ 𝐹 ∈ (𝐽Homeo𝐾)) → 𝐹:𝑋1-1-onto𝑌)
 
Theoremhmeof1o 15062 A homeomorphism is a 1-1-onto mapping. (Contributed by FL, 5-Mar-2007.) (Revised by Mario Carneiro, 30-May-2014.)
𝑋 = 𝐽    &   𝑌 = 𝐾       (𝐹 ∈ (𝐽Homeo𝐾) → 𝐹:𝑋1-1-onto𝑌)
 
Theoremhmeoima 15063 The image of an open set by a homeomorphism is an open set. (Contributed by FL, 5-Mar-2007.) (Revised by Mario Carneiro, 22-Aug-2015.)
((𝐹 ∈ (𝐽Homeo𝐾) ∧ 𝐴𝐽) → (𝐹𝐴) ∈ 𝐾)
 
Theoremhmeoopn 15064 Homeomorphisms preserve openness. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 25-Aug-2015.)
𝑋 = 𝐽       ((𝐹 ∈ (𝐽Homeo𝐾) ∧ 𝐴𝑋) → (𝐴𝐽 ↔ (𝐹𝐴) ∈ 𝐾))
 
Theoremhmeocld 15065 Homeomorphisms preserve closedness. (Contributed by Jeff Madsen, 2-Sep-2009.) (Proof shortened by Mario Carneiro, 25-Aug-2015.)
𝑋 = 𝐽       ((𝐹 ∈ (𝐽Homeo𝐾) ∧ 𝐴𝑋) → (𝐴 ∈ (Clsd‘𝐽) ↔ (𝐹𝐴) ∈ (Clsd‘𝐾)))
 
Theoremhmeontr 15066 Homeomorphisms preserve interiors. (Contributed by Mario Carneiro, 25-Aug-2015.)
𝑋 = 𝐽       ((𝐹 ∈ (𝐽Homeo𝐾) ∧ 𝐴𝑋) → ((int‘𝐾)‘(𝐹𝐴)) = (𝐹 “ ((int‘𝐽)‘𝐴)))
 
Theoremhmeoimaf1o 15067* The function mapping open sets to their images under a homeomorphism is a bijection of topologies. (Contributed by Mario Carneiro, 10-Sep-2015.)
𝐺 = (𝑥𝐽 ↦ (𝐹𝑥))       (𝐹 ∈ (𝐽Homeo𝐾) → 𝐺:𝐽1-1-onto𝐾)
 
Theoremhmeores 15068 The restriction of a homeomorphism is a homeomorphism. (Contributed by Mario Carneiro, 14-Sep-2014.) (Proof shortened by Mario Carneiro, 22-Aug-2015.)
𝑋 = 𝐽       ((𝐹 ∈ (𝐽Homeo𝐾) ∧ 𝑌𝑋) → (𝐹𝑌) ∈ ((𝐽t 𝑌)Homeo(𝐾t (𝐹𝑌))))
 
Theoremhmeoco 15069 The composite of two homeomorphisms is a homeomorphism. (Contributed by FL, 9-Mar-2007.) (Proof shortened by Mario Carneiro, 23-Aug-2015.)
((𝐹 ∈ (𝐽Homeo𝐾) ∧ 𝐺 ∈ (𝐾Homeo𝐿)) → (𝐺𝐹) ∈ (𝐽Homeo𝐿))
 
Theoremidhmeo 15070 The identity function is a homeomorphism. (Contributed by FL, 14-Feb-2007.) (Proof shortened by Mario Carneiro, 23-Aug-2015.)
(𝐽 ∈ (TopOn‘𝑋) → ( I ↾ 𝑋) ∈ (𝐽Homeo𝐽))
 
Theoremhmeocnvb 15071 The converse of a homeomorphism is a homeomorphism. (Contributed by FL, 5-Mar-2007.) (Revised by Mario Carneiro, 23-Aug-2015.)
(Rel 𝐹 → (𝐹 ∈ (𝐽Homeo𝐾) ↔ 𝐹 ∈ (𝐾Homeo𝐽)))
 
Theoremtxhmeo 15072* Lift a pair of homeomorphisms on the factors to a homeomorphism of product topologies. (Contributed by Mario Carneiro, 2-Sep-2015.)
𝑋 = 𝐽    &   𝑌 = 𝐾    &   (𝜑𝐹 ∈ (𝐽Homeo𝐿))    &   (𝜑𝐺 ∈ (𝐾Homeo𝑀))       (𝜑 → (𝑥𝑋, 𝑦𝑌 ↦ ⟨(𝐹𝑥), (𝐺𝑦)⟩) ∈ ((𝐽 ×t 𝐾)Homeo(𝐿 ×t 𝑀)))
 
Theoremtxswaphmeolem 15073* Show inverse for the "swap components" operation on a Cartesian product. (Contributed by Mario Carneiro, 21-Mar-2015.)
((𝑦𝑌, 𝑥𝑋 ↦ ⟨𝑥, 𝑦⟩) ∘ (𝑥𝑋, 𝑦𝑌 ↦ ⟨𝑦, 𝑥⟩)) = ( I ↾ (𝑋 × 𝑌))
 
Theoremtxswaphmeo 15074* There is a homeomorphism from 𝑋 × 𝑌 to 𝑌 × 𝑋. (Contributed by Mario Carneiro, 21-Mar-2015.)
((𝐽 ∈ (TopOn‘𝑋) ∧ 𝐾 ∈ (TopOn‘𝑌)) → (𝑥𝑋, 𝑦𝑌 ↦ ⟨𝑦, 𝑥⟩) ∈ ((𝐽 ×t 𝐾)Homeo(𝐾 ×t 𝐽)))
 
9.2  Metric spaces
 
9.2.1  Pseudometric spaces
 
Theorempsmetrel 15075 The class of pseudometrics is a relation. (Contributed by Jim Kingdon, 24-Apr-2023.)
Rel PsMet
 
Theoremispsmet 15076* Express the predicate "𝐷 is a pseudometric". (Contributed by Thierry Arnoux, 7-Feb-2018.)
(𝑋𝑉 → (𝐷 ∈ (PsMet‘𝑋) ↔ (𝐷:(𝑋 × 𝑋)⟶ℝ* ∧ ∀𝑥𝑋 ((𝑥𝐷𝑥) = 0 ∧ ∀𝑦𝑋𝑧𝑋 (𝑥𝐷𝑦) ≤ ((𝑧𝐷𝑥) +𝑒 (𝑧𝐷𝑦))))))
 
Theorempsmetdmdm 15077 Recover the base set from a pseudometric. (Contributed by Thierry Arnoux, 7-Feb-2018.)
(𝐷 ∈ (PsMet‘𝑋) → 𝑋 = dom dom 𝐷)
 
Theorempsmetf 15078 The distance function of a pseudometric as a function. (Contributed by Thierry Arnoux, 7-Feb-2018.)
(𝐷 ∈ (PsMet‘𝑋) → 𝐷:(𝑋 × 𝑋)⟶ℝ*)
 
Theorempsmetcl 15079 Closure of the distance function of a pseudometric space. (Contributed by Thierry Arnoux, 7-Feb-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ 𝐴𝑋𝐵𝑋) → (𝐴𝐷𝐵) ∈ ℝ*)
 
Theorempsmet0 15080 The distance function of a pseudometric space is zero if its arguments are equal. (Contributed by Thierry Arnoux, 7-Feb-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ 𝐴𝑋) → (𝐴𝐷𝐴) = 0)
 
Theorempsmettri2 15081 Triangle inequality for the distance function of a pseudometric. (Contributed by Thierry Arnoux, 11-Feb-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ (𝐶𝑋𝐴𝑋𝐵𝑋)) → (𝐴𝐷𝐵) ≤ ((𝐶𝐷𝐴) +𝑒 (𝐶𝐷𝐵)))
 
Theorempsmetsym 15082 The distance function of a pseudometric is symmetrical. (Contributed by Thierry Arnoux, 7-Feb-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ 𝐴𝑋𝐵𝑋) → (𝐴𝐷𝐵) = (𝐵𝐷𝐴))
 
Theorempsmettri 15083 Triangle inequality for the distance function of a pseudometric space. (Contributed by Thierry Arnoux, 11-Feb-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ (𝐴𝑋𝐵𝑋𝐶𝑋)) → (𝐴𝐷𝐵) ≤ ((𝐴𝐷𝐶) +𝑒 (𝐶𝐷𝐵)))
 
Theorempsmetge0 15084 The distance function of a pseudometric space is nonnegative. (Contributed by Thierry Arnoux, 7-Feb-2018.) (Revised by Jim Kingdon, 19-Apr-2023.)
((𝐷 ∈ (PsMet‘𝑋) ∧ 𝐴𝑋𝐵𝑋) → 0 ≤ (𝐴𝐷𝐵))
 
Theorempsmetxrge0 15085 The distance function of a pseudometric space is a function into the nonnegative extended real numbers. (Contributed by Thierry Arnoux, 24-Feb-2018.)
(𝐷 ∈ (PsMet‘𝑋) → 𝐷:(𝑋 × 𝑋)⟶(0[,]+∞))
 
Theorempsmetres2 15086 Restriction of a pseudometric. (Contributed by Thierry Arnoux, 11-Feb-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ 𝑅𝑋) → (𝐷 ↾ (𝑅 × 𝑅)) ∈ (PsMet‘𝑅))
 
Theorempsmetlecl 15087 Real closure of an extended metric value that is upper bounded by a real. (Contributed by Thierry Arnoux, 11-Mar-2018.)
((𝐷 ∈ (PsMet‘𝑋) ∧ (𝐴𝑋𝐵𝑋) ∧ (𝐶 ∈ ℝ ∧ (𝐴𝐷𝐵) ≤ 𝐶)) → (𝐴𝐷𝐵) ∈ ℝ)
 
Theoremdistspace 15088 A set 𝑋 together with a (distance) function 𝐷 which is a pseudometric is a distance space (according to E. Deza, M.M. Deza: "Dictionary of Distances", Elsevier, 2006), i.e. a (base) set 𝑋 equipped with a distance 𝐷, which is a mapping of two elements of the base set to the (extended) reals and which is nonnegative, symmetric and equal to 0 if the two elements are equal. (Contributed by AV, 15-Oct-2021.) (Revised by AV, 5-Jul-2022.)
((𝐷 ∈ (PsMet‘𝑋) ∧ 𝐴𝑋𝐵𝑋) → ((𝐷:(𝑋 × 𝑋)⟶ℝ* ∧ (𝐴𝐷𝐴) = 0) ∧ (0 ≤ (𝐴𝐷𝐵) ∧ (𝐴𝐷𝐵) = (𝐵𝐷𝐴))))
 
9.2.2  Basic metric space properties
 
Syntaxcxms 15089 Extend class notation with the class of extended metric spaces.
class ∞MetSp
 
Syntaxcms 15090 Extend class notation with the class of metric spaces.
class MetSp
 
Syntaxctms 15091 Extend class notation with the function mapping a metric to the metric space it defines.
class toMetSp
 
Definitiondf-xms 15092 Define the (proper) class of extended metric spaces. (Contributed by Mario Carneiro, 2-Sep-2015.)
∞MetSp = {𝑓 ∈ TopSp ∣ (TopOpen‘𝑓) = (MetOpen‘((dist‘𝑓) ↾ ((Base‘𝑓) × (Base‘𝑓))))}
 
Definitiondf-ms 15093 Define the (proper) class of metric spaces. (Contributed by NM, 27-Aug-2006.)
MetSp = {𝑓 ∈ ∞MetSp ∣ ((dist‘𝑓) ↾ ((Base‘𝑓) × (Base‘𝑓))) ∈ (Met‘(Base‘𝑓))}
 
Definitiondf-tms 15094 Define the function mapping a metric to the metric space which it defines. (Contributed by Mario Carneiro, 2-Sep-2015.)
toMetSp = (𝑑 ran ∞Met ↦ ({⟨(Base‘ndx), dom dom 𝑑⟩, ⟨(dist‘ndx), 𝑑⟩} sSet ⟨(TopSet‘ndx), (MetOpen‘𝑑)⟩))
 
Theoremmetrel 15095 The class of metrics is a relation. (Contributed by Jim Kingdon, 20-Apr-2023.)
Rel Met
 
Theoremxmetrel 15096 The class of extended metrics is a relation. (Contributed by Jim Kingdon, 20-Apr-2023.)
Rel ∞Met
 
Theoremismet 15097* Express the predicate "𝐷 is a metric". (Contributed by NM, 25-Aug-2006.) (Revised by Mario Carneiro, 14-Aug-2015.)
(𝑋𝐴 → (𝐷 ∈ (Met‘𝑋) ↔ (𝐷:(𝑋 × 𝑋)⟶ℝ ∧ ∀𝑥𝑋𝑦𝑋 (((𝑥𝐷𝑦) = 0 ↔ 𝑥 = 𝑦) ∧ ∀𝑧𝑋 (𝑥𝐷𝑦) ≤ ((𝑧𝐷𝑥) + (𝑧𝐷𝑦))))))
 
Theoremisxmet 15098* Express the predicate "𝐷 is an extended metric". (Contributed by Mario Carneiro, 20-Aug-2015.)
(𝑋𝐴 → (𝐷 ∈ (∞Met‘𝑋) ↔ (𝐷:(𝑋 × 𝑋)⟶ℝ* ∧ ∀𝑥𝑋𝑦𝑋 (((𝑥𝐷𝑦) = 0 ↔ 𝑥 = 𝑦) ∧ ∀𝑧𝑋 (𝑥𝐷𝑦) ≤ ((𝑧𝐷𝑥) +𝑒 (𝑧𝐷𝑦))))))
 
Theoremismeti 15099* Properties that determine a metric. (Contributed by NM, 17-Nov-2006.) (Revised by Mario Carneiro, 14-Aug-2015.)
𝑋 ∈ V    &   𝐷:(𝑋 × 𝑋)⟶ℝ    &   ((𝑥𝑋𝑦𝑋) → ((𝑥𝐷𝑦) = 0 ↔ 𝑥 = 𝑦))    &   ((𝑥𝑋𝑦𝑋𝑧𝑋) → (𝑥𝐷𝑦) ≤ ((𝑧𝐷𝑥) + (𝑧𝐷𝑦)))       𝐷 ∈ (Met‘𝑋)
 
Theoremisxmetd 15100* Properties that determine an extended metric. (Contributed by Mario Carneiro, 20-Aug-2015.)
(𝜑𝑋 ∈ V)    &   (𝜑𝐷:(𝑋 × 𝑋)⟶ℝ*)    &   ((𝜑 ∧ (𝑥𝑋𝑦𝑋)) → ((𝑥𝐷𝑦) = 0 ↔ 𝑥 = 𝑦))    &   ((𝜑 ∧ (𝑥𝑋𝑦𝑋𝑧𝑋)) → (𝑥𝐷𝑦) ≤ ((𝑧𝐷𝑥) +𝑒 (𝑧𝐷𝑦)))       (𝜑𝐷 ∈ (∞Met‘𝑋))
    < 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-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16766
  Copyright terms: Public domain < Previous  Next >