Theorems

A growing collection of mathematical statements with user-submitted proofs.

Showing 121-140 of 321
  • Euclidean Distance is a Metric on Rn\mathbb{R}^n

    theoremthm:euclidean-distance-is-metric-rn-2026aTopologyMultivariable Calculus
    Let nโˆˆNn\in\mathbb{N}. Then the \reftext{def:euclidean-distance-rn-2026a}{Euclidean distance} dEd_E is a \reftext{def:metric-space-2026a}{metric} on Rn\mathbb{R}^n.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Euclidean Distance on Rn\mathbb{R}^n

    definitiondef:euclidean-distance-rn-2026aTopologyMultivariable Calculus
    Let nโˆˆNn\in\mathbb{N}. Consider the set Rn\mathbb{R}^n appearing in \reftext{def:open-subset-euclidean-space-2026a}{the definition of open subsets of Euclidean space}. For points x=(x1,โ€ฆ,xn),y=(y1,โ€ฆ,yn)x=(x_1,\dots,x_n),\qquad y=(y_1,\dots,y_n) in Rn\mathbb{R}^n, define dE(x,y)=โˆ‘i=1n(xiโˆ’yi)2,d_E(x,y)=\sqrt{\sum_{i=1}^n (x_i-y_i)^2}, where ย โ‹…ย \sqrt{\ \cdot\ } denotes the nonnegative square root from \ref{thm:nonnegative-real-has-unique-square-root-2026a}. This is a function on the \reftext{def:cartesian-product-sets-2026a}{Cartesian product} Rnร—Rn\mathbb{R}^n\times\mathbb{R}^n with values in R\mathbb{R}, and it is called the Euclidean distance on Rn\mathbb{R}^n.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Metric Open Sets Form a Topology

    theoremthm:metric-open-sets-form-topology-2026aTopology
    Let XX be a set, let dd be a \reftext{def:metric-space-2026a}{metric} on XX, and let Td\mathcal{T}_d be the collection of all subsets UโІXU\subseteq X that are \reftext{def:open-subset-metric-space-2026a}{open in the metric space (X,d)(X,d)}. Then (X,Td)(X,\mathcal{T}_d) is a \reftext{def:topological-space-2026a}{topological space}.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Bounded Subset of a Metric Space

    definitiondef:bounded-subset-metric-space-2026aTopology
    Let (X,d)(X,d) be a \reftext{def:metric-space-2026a}{metric space}, and let AโІXA\subseteq X. We say that AA is bounded in (X,d)(X,d) if there exist a point xโˆˆXx\in X and a real number R>0R>0 such that d(x,y)โ‰คRd(x,y)\le R for every yโˆˆAy\in A.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Open Subset of a Metric Space

    definitiondef:open-subset-metric-space-2026aTopology
    Let (X,d)(X,d) be a \reftext{def:metric-space-2026a}{metric space}, and let UโІXU\subseteq X. We say that UU is open in the metric space (X,d)(X,d) if for every point xโˆˆUx\in U there exists a real number r>0r>0 such that Bd(x,r)โІU,B_d(x,r)\subseteq U, where Bd(x,r)B_d(x,r) is the \reftext{def:open-ball-metric-space-2026a}{open ball} with center xx and radius rr.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Open Ball in a Metric Space

    definitiondef:open-ball-metric-space-2026aTopology
    Let (X,d)(X,d) be a \reftext{def:metric-space-2026a}{metric space}, let xโˆˆXx\in X, and let rโˆˆRr\in\mathbb{R} satisfy r>0r>0. The open ball in XX with center xx and radius rr is the subset Bd(x,r)={yโˆˆX:d(x,y)<r}.B_d(x,r)=\{y\in X:d(x,y)<r\}.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Metric Space

    definitiondef:metric-space-2026aTopology
    Let XX be a set, and let d:Xร—Xโ†’Rd:X\times X\to\mathbb{R}. We say that dd is a metric on XX if for every x,y,zโˆˆXx,y,z\in X the following conditions hold. 0โ‰คd(x,y)0\le d(x,y). d(x,y)=0d(x,y)=0 if and only if x=yx=y. d(x,y)=d(y,x)d(x,y)=d(y,x). d(x,z)โ‰คd(x,y)+d(y,z)d(x,z)\le d(x,y)+d(y,z). If dd is a metric on XX, then the pair (X,d)(X,d) is called a metric space.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Existence and Uniqueness of the Nonnegative Square Root

    theoremthm:nonnegative-real-has-unique-square-root-2026aAnalysis
    Let aโˆˆRa\in\mathbb{R} satisfy 0โ‰คa0\le a. Then there exists a unique real number rโˆˆRr\in\mathbb{R} such that 0โ‰คr0\le r and r2=ar^2=a.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Compact Subset Criterion via Open Covers in the Ambient Space

    theoremthm:compact-subset-open-cover-criterion-2026aTopology
    Let (X,T)(X,\mathcal{T}) be a \reftext{def:topological-space-2026a}{topological space}, and let AโІXA\subseteq X. Then the following are equivalent. The subset AA is \reftext{def:compact-space-and-subset-2026a}{compact in XX}. For every \reftext{def:open-cover-subcover-topological-space-2026a}{open cover} (Ui)iโˆˆI(U_i)_{i\in I} of AA in XX, there exist a \reftext{def:natural-numbers-2026a}{natural number} nโˆˆNn\in\mathbb{N} and elements i1,โ€ฆ,inโˆˆIi_1,\dots,i_n\in I such that (Ui1,โ€ฆ,Uin)(U_{i_1},\dots,U_{i_n}) is a finite subcover of AA, that is, AโІUi1โˆชโ‹ฏโˆชUin.A\subseteq U_{i_1}\cup\cdots\cup U_{i_n}.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Open Cover and Subcover of a Subset of a Topological Space

    definitiondef:open-cover-subcover-topological-space-2026aTopology
    Let (X,T)(X,\mathcal{T}) be a \reftext{def:topological-space-2026a}{topological space}, let AโІXA\subseteq X, let II be a set, and let (Ui)iโˆˆI(U_i)_{i\in I} be a \reftext{def:family-subfamily-subsets-set-2026a}{family of subsets of XX}. We say that (Ui)iโˆˆI(U_i)_{i\in I} is an open cover of AA in XX if the following two conditions hold. For every iโˆˆIi\in I, one has UiโˆˆTU_i\in\mathcal{T}. One has AโІโ‹ƒiโˆˆIUi.A\subseteq \bigcup_{i\in I} U_i. If (Ui)iโˆˆI(U_i)_{i\in I} is an open cover of AA in XX and if JโІIJ\subseteq I, then the \reftext{def:family-subfamily-subsets-set-2026a}{subfamily} (Uj)jโˆˆJ(U_j)_{j\in J} is called a subcover of AA if AโІโ‹ƒjโˆˆJUj.A\subseteq \bigcup_{j\in J} U_j.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Family and Subfamily of Subsets of a Set

    definitiondef:family-subfamily-subsets-set-2026aTopologySet Theory
    Let XX be a set, let AA be a set, and suppose that for each element aโˆˆAa\in A a subset UaโІXU_a\subseteq X is specified. The collection (Ua)aโˆˆA(U_a)_{a\in A} is called a family of subsets of XX indexed by AA. If BโІAB\subseteq A, then the collection (Ub)bโˆˆB(U_b)_{b\in B} is called the subfamily of (Ua)aโˆˆA(U_a)_{a\in A} indexed by BB.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Complement of a Subset Relative to a Set

    definitiondef:complement-subset-relative-set-2026aTopologySet Theory
    Let XX be a set, and let AโІXA\subseteq X. The complement of AA relative to XX is the subset of XX defined by Xโˆ–A={xโˆˆX:xโˆ‰A}.X\setminus A = \{x\in X : x\notin A\}.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Product of Two Compact Spaces is Compact

    theoremthm:product-two-compact-spaces-2026aTopology
    Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be \reftext{def:topological-space-2026a}{topological spaces}. Suppose that both XX and YY are \reftext{def:compact-space-and-subset-2026a}{compact}. Then Xร—YX\times Y is compact when equipped with the \reftext{def:product-topology-2026a}{product topology}.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Continuous Image of a Compact Space is Compact

    theoremthm:continuous-image-compact-is-compact-2026aTopology
    Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be \reftext{def:topological-space-2026a}{topological spaces}, and let f:Xโ†’Yf:X\to Y be a \reftext{def:continuous-map-topological-spaces-2026a}{continuous map}. If XX is \reftext{def:compact-space-and-subset-2026a}{compact}, then the image f(X)={f(x):xโˆˆX}f(X)=\{f(x):x\in X\} is compact in YY.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Closed Subset of a Compact Space is Compact

    theoremthm:closed-subset-compact-is-compact-2026aTopology
    Let (X,T)(X,\mathcal{T}) be a \reftext{def:topological-space-2026a}{topological space} that is \reftext{def:compact-space-and-subset-2026a}{compact}, and let AโІXA\subseteq X be \reftext{def:closed-subset-topological-space-2026a}{closed}. Then AA is compact in XX, in the sense of the \reftext{def:compact-space-and-subset-2026a}{definition of compact subset}.

    +0 / -0flags 0verified 0has proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Compact Topological Space and Compact Subset

    definitiondef:compact-space-and-subset-2026aTopology
    Let (X,T)(X,\mathcal{T}) be a \reftext{def:topological-space-2026a}{topological space}. We say that XX is compact if for every set AA and every \reftext{def:family-subfamily-subsets-set-2026a}{family of subsets of XX} (Ua)aโˆˆA(U_a)_{a\in A} such that UaโˆˆTU_a\in\mathcal{T} for every aโˆˆAa\in A and XโІโ‹ƒaโˆˆAUa,X\subseteq \bigcup_{a\in A} U_a, there exist a \reftext{def:natural-numbers-2026a}{natural number} nโˆˆNn\in\mathbb{N} and elements a1,โ€ฆ,anโˆˆAa_1,\dots,a_n\in A such that XโІUa1โˆชโ‹ฏโˆชUan.X\subseteq U_{a_1}\cup\cdots\cup U_{a_n}. If AโІXA\subseteq X, we say that AA is compact in XX if AA is compact as a topological space equipped with the \reftext{def:subspace-topology-2026a}{subspace topology}.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Product Topology

    definitiondef:product-topology-2026aTopology
    Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be \reftext{def:topological-space-2026a}{topological spaces}. The product topology on the \reftext{def:cartesian-product-sets-2026a}{Cartesian product} Xร—YX\times Y is the collection of all subsets WโІXร—YW\subseteq X\times Y with the following property: for every point (x,y)โˆˆW(x,y)\in W, there exist sets UโˆˆTXU\in\mathcal{T}_X and VโˆˆTYV\in\mathcal{T}_Y such that (x,y)โˆˆUร—VโІW.(x,y)\in U\times V\subseteq W.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Subspace Topology

    definitiondef:subspace-topology-2026aTopology
    Let (X,T)(X,\mathcal{T}) be a \reftext{def:topological-space-2026a}{topological space}, and let AโІXA\subseteq X. The subspace topology on AA is the collection TA={AโˆฉU:UโˆˆT}.\mathcal{T}_A = \{A\cap U : U\in\mathcal{T}\}. The sets in TA\mathcal{T}_A are called the open sets of AA in the subspace topology.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Continuous Map Between Topological Spaces

    definitiondef:continuous-map-topological-spaces-2026aTopology
    Let (X,TX)(X,\mathcal{T}_X) and (Y,TY)(Y,\mathcal{T}_Y) be \reftext{def:topological-space-2026a}{topological spaces}, and let f:Xโ†’Yf:X\to Y be a function. We say that ff is continuous if for every open set VโˆˆTYV\in\mathcal{T}_Y, the inverse image fโˆ’1(V)={xโˆˆX:f(x)โˆˆV}f^{-1}(V)=\{x\in X : f(x)\in V\} belongs to TX\mathcal{T}_X.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

  • Closed Subset of a Topological Space

    definitiondef:closed-subset-topological-space-2026aTopology
    Let (X,T)(X,\mathcal{T}) be a \reftext{def:topological-space-2026a}{topological space}, and let AโІXA\subseteq X. We say that AA is closed in XX if its \reftext{def:complement-subset-relative-set-2026a}{complement relative to XX} is open, that is, if Xโˆ–AโˆˆTX\setminus A\in\mathcal{T}.

    +0 / -0flags 0verified 0no proof

    Authors ChatGPT-5.4, Aaron ยท Created

Showing 121-140 of 321