| Metamath
Proof Explorer Theorem List (p. 112 of 502) | < 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-31005) |
(31006-32528) |
(32529-50158) |
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Axiom | ax-mulrcl 11101 | Closure law for multiplication in the real subfield of complex numbers. Axiom 7 of 22 for real and complex numbers, justified by Theorem axmulrcl 11077. Proofs should normally use remulcl 11123 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 · 𝐵) ∈ ℝ) | ||
| Axiom | ax-mulcom 11102 | Multiplication of complex numbers is commutative. Axiom 8 of 22 for real and complex numbers, justified by Theorem axmulcom 11078. Proofs should normally use mulcom 11124 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) = (𝐵 · 𝐴)) | ||
| Axiom | ax-addass 11103 | Addition of complex numbers is associative. Axiom 9 of 22 for real and complex numbers, justified by Theorem axaddass 11079. Proofs should normally use addass 11125 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) + 𝐶) = (𝐴 + (𝐵 + 𝐶))) | ||
| Axiom | ax-mulass 11104 | Multiplication of complex numbers is associative. Axiom 10 of 22 for real and complex numbers, justified by Theorem axmulass 11080. Proofs should normally use mulass 11126 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 · 𝐵) · 𝐶) = (𝐴 · (𝐵 · 𝐶))) | ||
| Axiom | ax-distr 11105 | Distributive law for complex numbers (left-distributivity). Axiom 11 of 22 for real and complex numbers, justified by Theorem axdistr 11081. Proofs should normally use adddi 11127 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 · (𝐵 + 𝐶)) = ((𝐴 · 𝐵) + (𝐴 · 𝐶))) | ||
| Axiom | ax-i2m1 11106 | i-squared equals -1 (expressed as i-squared plus 1 is 0). Axiom 12 of 22 for real and complex numbers, justified by Theorem axi2m1 11082. (Contributed by NM, 29-Jan-1995.) |
| ⊢ ((i · i) + 1) = 0 | ||
| Axiom | ax-1ne0 11107 | 1 and 0 are distinct. Axiom 13 of 22 for real and complex numbers, justified by Theorem ax1ne0 11083. (Contributed by NM, 29-Jan-1995.) |
| ⊢ 1 ≠ 0 | ||
| Axiom | ax-1rid 11108 | 1 is an identity element for real multiplication. Axiom 14 of 22 for real and complex numbers, justified by Theorem ax1rid 11084. Weakened from the original axiom in the form of statement in mulrid 11142, based on ideas by Eric Schmidt. (Contributed by NM, 29-Jan-1995.) |
| ⊢ (𝐴 ∈ ℝ → (𝐴 · 1) = 𝐴) | ||
| Axiom | ax-rnegex 11109* | Existence of negative of real number. Axiom 15 of 22 for real and complex numbers, justified by Theorem axrnegex 11085. (Contributed by Eric Schmidt, 21-May-2007.) |
| ⊢ (𝐴 ∈ ℝ → ∃𝑥 ∈ ℝ (𝐴 + 𝑥) = 0) | ||
| Axiom | ax-rrecex 11110* | Existence of reciprocal of nonzero real number. Axiom 16 of 22 for real and complex numbers, justified by Theorem axrrecex 11086. (Contributed by Eric Schmidt, 11-Apr-2007.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐴 ≠ 0) → ∃𝑥 ∈ ℝ (𝐴 · 𝑥) = 1) | ||
| Axiom | ax-cnre 11111* | A complex number can be expressed in terms of two reals. Definition 10-1.1(v) of [Gleason] p. 130. Axiom 17 of 22 for real and complex numbers, justified by Theorem axcnre 11087. For naming consistency, use cnre 11141 for new proofs. (New usage is discouraged.) (Contributed by NM, 9-May-1999.) |
| ⊢ (𝐴 ∈ ℂ → ∃𝑥 ∈ ℝ ∃𝑦 ∈ ℝ 𝐴 = (𝑥 + (i · 𝑦))) | ||
| Axiom | ax-pre-lttri 11112 | Ordering on reals satisfies strict trichotomy. Axiom 18 of 22 for real and complex numbers, justified by Theorem axpre-lttri 11088. Note: The more general version for extended reals is axlttri 11216. Normally new proofs would use xrlttri 13065. (New usage is discouraged.) (Contributed by NM, 13-Oct-2005.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 <ℝ 𝐵 ↔ ¬ (𝐴 = 𝐵 ∨ 𝐵 <ℝ 𝐴))) | ||
| Axiom | ax-pre-lttrn 11113 | Ordering on reals is transitive. Axiom 19 of 22 for real and complex numbers, justified by Theorem axpre-lttrn 11089. Note: The more general version for extended reals is axlttrn 11217. Normally new proofs would use lttr 11221. (New usage is discouraged.) (Contributed by NM, 13-Oct-2005.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → ((𝐴 <ℝ 𝐵 ∧ 𝐵 <ℝ 𝐶) → 𝐴 <ℝ 𝐶)) | ||
| Axiom | ax-pre-ltadd 11114 | Ordering property of addition on reals. Axiom 20 of 22 for real and complex numbers, justified by Theorem axpre-ltadd 11090. Normally new proofs would use axltadd 11218. (New usage is discouraged.) (Contributed by NM, 13-Oct-2005.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 <ℝ 𝐵 → (𝐶 + 𝐴) <ℝ (𝐶 + 𝐵))) | ||
| Axiom | ax-pre-mulgt0 11115 | The product of two positive reals is positive. Axiom 21 of 22 for real and complex numbers, justified by Theorem axpre-mulgt0 11091. Normally new proofs would use axmulgt0 11219. (New usage is discouraged.) (Contributed by NM, 13-Oct-2005.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → ((0 <ℝ 𝐴 ∧ 0 <ℝ 𝐵) → 0 <ℝ (𝐴 · 𝐵))) | ||
| Axiom | ax-pre-sup 11116* | A nonempty, bounded-above set of reals has a supremum. Axiom 22 of 22 for real and complex numbers, justified by Theorem axpre-sup 11092. Note: Normally new proofs would use axsup 11220. (New usage is discouraged.) (Contributed by NM, 13-Oct-2005.) |
| ⊢ ((𝐴 ⊆ ℝ ∧ 𝐴 ≠ ∅ ∧ ∃𝑥 ∈ ℝ ∀𝑦 ∈ 𝐴 𝑦 <ℝ 𝑥) → ∃𝑥 ∈ ℝ (∀𝑦 ∈ 𝐴 ¬ 𝑥 <ℝ 𝑦 ∧ ∀𝑦 ∈ ℝ (𝑦 <ℝ 𝑥 → ∃𝑧 ∈ 𝐴 𝑦 <ℝ 𝑧))) | ||
| Axiom | ax-addf 11117 |
Addition is an operation on the complex numbers. This deprecated axiom is
provided for historical compatibility but is not a bona fide axiom for
complex numbers (independent of set theory) since it cannot be interpreted
as a first-order or second-order statement (see
https://us.metamath.org/downloads/schmidt-cnaxioms.pdf).
It may be
deleted in the future and should be avoided for new theorems. Instead,
the less specific addcl 11120 should be used. Note that uses of ax-addf 11117 can
be eliminated by using the defined operation
(𝑥
∈ ℂ, 𝑦 ∈
ℂ ↦ (𝑥 + 𝑦)) in place of +, from which
this axiom (with the defined operation in place of +) follows as a
theorem.
This axiom is justified by Theorem axaddf 11068. (New usage is discouraged.) (Contributed by NM, 19-Oct-2004.) |
| ⊢ + :(ℂ × ℂ)⟶ℂ | ||
| Axiom | ax-mulf 11118 |
Multiplication is an operation on the complex numbers. This axiom tells
us that · is defined only on complex
numbers which is analogous to
the way that other operations are defined, for example see subf 11394
or
eff 16016. However, while Metamath can handle this
axiom, if we wish to work
with weaker complex number axioms, we can avoid it by using the less
specific mulcl 11122. Note that uses of ax-mulf 11118 can be eliminated by using
the defined operation (𝑥 ∈ ℂ, 𝑦 ∈ ℂ ↦ (𝑥 · 𝑦)) in place of
·, as seen in mpomulf 11133.
This axiom is justified by Theorem axmulf 11069. (New usage is discouraged.) (Contributed by NM, 19-Oct-2004.) |
| ⊢ · :(ℂ × ℂ)⟶ℂ | ||
| Theorem | cnex 11119 | Alias for ax-cnex 11094. See also cnexALT 12911. (Contributed by Mario Carneiro, 17-Nov-2014.) |
| ⊢ ℂ ∈ V | ||
| Theorem | addcl 11120 | Alias for ax-addcl 11098, for naming consistency with addcli 11150. Use this theorem instead of ax-addcl 11098 or axaddcl 11074. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 + 𝐵) ∈ ℂ) | ||
| Theorem | readdcl 11121 | Alias for ax-addrcl 11099, for naming consistency with readdcli 11159. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 + 𝐵) ∈ ℝ) | ||
| Theorem | mulcl 11122 | Alias for ax-mulcl 11100, for naming consistency with mulcli 11151. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) ∈ ℂ) | ||
| Theorem | remulcl 11123 | Alias for ax-mulrcl 11101, for naming consistency with remulcli 11160. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 · 𝐵) ∈ ℝ) | ||
| Theorem | mulcom 11124 | Alias for ax-mulcom 11102, for naming consistency with mulcomi 11152. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) = (𝐵 · 𝐴)) | ||
| Theorem | addass 11125 | Alias for ax-addass 11103, for naming consistency with addassi 11154. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) + 𝐶) = (𝐴 + (𝐵 + 𝐶))) | ||
| Theorem | mulass 11126 | Alias for ax-mulass 11104, for naming consistency with mulassi 11155. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 · 𝐵) · 𝐶) = (𝐴 · (𝐵 · 𝐶))) | ||
| Theorem | adddi 11127 | Alias for ax-distr 11105, for naming consistency with adddii 11156. (Contributed by NM, 10-Mar-2008.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 · (𝐵 + 𝐶)) = ((𝐴 · 𝐵) + (𝐴 · 𝐶))) | ||
| Theorem | recn 11128 | A real number is a complex number. (Contributed by NM, 10-Aug-1999.) |
| ⊢ (𝐴 ∈ ℝ → 𝐴 ∈ ℂ) | ||
| Theorem | reex 11129 | The real numbers form a set. See also reexALT 12909. (Contributed by Mario Carneiro, 17-Nov-2014.) |
| ⊢ ℝ ∈ V | ||
| Theorem | reelprrecn 11130 | Reals are a subset of the pair of real and complex numbers. (Contributed by David A. Wheeler, 8-Dec-2018.) |
| ⊢ ℝ ∈ {ℝ, ℂ} | ||
| Theorem | cnelprrecn 11131 | Complex numbers are a subset of the pair of real and complex numbers . (Contributed by David A. Wheeler, 8-Dec-2018.) |
| ⊢ ℂ ∈ {ℝ, ℂ} | ||
| Theorem | mpoaddf 11132* | Addition is an operation on complex numbers. Version of ax-addf 11117 using maps-to notation, proved from the axioms of set theory and ax-addcl 11098. (Contributed by GG, 31-Mar-2025.) |
| ⊢ (𝑥 ∈ ℂ, 𝑦 ∈ ℂ ↦ (𝑥 + 𝑦)):(ℂ × ℂ)⟶ℂ | ||
| Theorem | mpomulf 11133* | Multiplication is an operation on complex numbers. Version of ax-mulf 11118 using maps-to notation, proved from the axioms of set theory and ax-mulcl 11100. (Contributed by GG, 16-Mar-2025.) |
| ⊢ (𝑥 ∈ ℂ, 𝑦 ∈ ℂ ↦ (𝑥 · 𝑦)):(ℂ × ℂ)⟶ℂ | ||
| Theorem | elimne0 11134 | Hypothesis for weak deduction theorem to eliminate 𝐴 ≠ 0. (Contributed by NM, 15-May-1999.) |
| ⊢ if(𝐴 ≠ 0, 𝐴, 1) ≠ 0 | ||
| Theorem | adddir 11135 | Distributive law for complex numbers (right-distributivity). (Contributed by NM, 10-Oct-2004.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) · 𝐶) = ((𝐴 · 𝐶) + (𝐵 · 𝐶))) | ||
| Theorem | 0cn 11136 | Zero is a complex number. See also 0cnALT 11380. (Contributed by NM, 19-Feb-2005.) |
| ⊢ 0 ∈ ℂ | ||
| Theorem | 0cnd 11137 | Zero is a complex number, deduction form. (Contributed by David A. Wheeler, 8-Dec-2018.) |
| ⊢ (𝜑 → 0 ∈ ℂ) | ||
| Theorem | c0ex 11138 | Zero is a set. (Contributed by David A. Wheeler, 7-Jul-2016.) |
| ⊢ 0 ∈ V | ||
| Theorem | 1cnd 11139 | One is a complex number, deduction form. (Contributed by David A. Wheeler, 6-Dec-2018.) |
| ⊢ (𝜑 → 1 ∈ ℂ) | ||
| Theorem | 1ex 11140 | One is a set. (Contributed by David A. Wheeler, 7-Jul-2016.) |
| ⊢ 1 ∈ V | ||
| Theorem | cnre 11141* | Alias for ax-cnre 11111, for naming consistency. (Contributed by NM, 3-Jan-2013.) |
| ⊢ (𝐴 ∈ ℂ → ∃𝑥 ∈ ℝ ∃𝑦 ∈ ℝ 𝐴 = (𝑥 + (i · 𝑦))) | ||
| Theorem | mulrid 11142 | The number 1 is an identity element for multiplication. Based on ideas by Eric Schmidt. (Contributed by Scott Fenton, 3-Jan-2013.) |
| ⊢ (𝐴 ∈ ℂ → (𝐴 · 1) = 𝐴) | ||
| Theorem | mullid 11143 | Identity law for multiplication. See mulrid 11142 for commuted version. (Contributed by NM, 8-Oct-1999.) |
| ⊢ (𝐴 ∈ ℂ → (1 · 𝐴) = 𝐴) | ||
| Theorem | 1re 11144 | The number 1 is real. This used to be one of our postulates for complex numbers, but Eric Schmidt discovered that it could be derived from a weaker postulate, ax-1cn 11096, by exploiting properties of the imaginary unit i. (Contributed by Eric Schmidt, 11-Apr-2007.) (Revised by Scott Fenton, 3-Jan-2013.) |
| ⊢ 1 ∈ ℝ | ||
| Theorem | 1red 11145 | The number 1 is real, deduction form. (Contributed by David A. Wheeler, 6-Dec-2018.) |
| ⊢ (𝜑 → 1 ∈ ℝ) | ||
| Theorem | 0re 11146 | The number 0 is real. Remark: the first step could also be ax-icn 11097. See also 0reALT 11490. (Contributed by Eric Schmidt, 21-May-2007.) (Revised by Scott Fenton, 3-Jan-2013.) Reduce dependencies on axioms. (Revised by Steven Nguyen, 11-Oct-2022.) |
| ⊢ 0 ∈ ℝ | ||
| Theorem | 0red 11147 | The number 0 is real, deduction form. (Contributed by David A. Wheeler, 6-Dec-2018.) |
| ⊢ (𝜑 → 0 ∈ ℝ) | ||
| Theorem | mulridi 11148 | Identity law for multiplication. (Contributed by NM, 14-Feb-1995.) |
| ⊢ 𝐴 ∈ ℂ ⇒ ⊢ (𝐴 · 1) = 𝐴 | ||
| Theorem | mullidi 11149 | Identity law for multiplication. (Contributed by NM, 14-Feb-1995.) |
| ⊢ 𝐴 ∈ ℂ ⇒ ⊢ (1 · 𝐴) = 𝐴 | ||
| Theorem | addcli 11150 | Closure law for addition. (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ ⇒ ⊢ (𝐴 + 𝐵) ∈ ℂ | ||
| Theorem | mulcli 11151 | Closure law for multiplication. (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ ⇒ ⊢ (𝐴 · 𝐵) ∈ ℂ | ||
| Theorem | mulcomi 11152 | Commutative law for multiplication. (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ ⇒ ⊢ (𝐴 · 𝐵) = (𝐵 · 𝐴) | ||
| Theorem | mulcomli 11153 | Commutative law for multiplication. (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ & ⊢ (𝐴 · 𝐵) = 𝐶 ⇒ ⊢ (𝐵 · 𝐴) = 𝐶 | ||
| Theorem | addassi 11154 | Associative law for addition. (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ & ⊢ 𝐶 ∈ ℂ ⇒ ⊢ ((𝐴 + 𝐵) + 𝐶) = (𝐴 + (𝐵 + 𝐶)) | ||
| Theorem | mulassi 11155 | Associative law for multiplication. (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ & ⊢ 𝐶 ∈ ℂ ⇒ ⊢ ((𝐴 · 𝐵) · 𝐶) = (𝐴 · (𝐵 · 𝐶)) | ||
| Theorem | adddii 11156 | Distributive law (left-distributivity). (Contributed by NM, 23-Nov-1994.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ & ⊢ 𝐶 ∈ ℂ ⇒ ⊢ (𝐴 · (𝐵 + 𝐶)) = ((𝐴 · 𝐵) + (𝐴 · 𝐶)) | ||
| Theorem | adddiri 11157 | Distributive law (right-distributivity). (Contributed by NM, 16-Feb-1995.) |
| ⊢ 𝐴 ∈ ℂ & ⊢ 𝐵 ∈ ℂ & ⊢ 𝐶 ∈ ℂ ⇒ ⊢ ((𝐴 + 𝐵) · 𝐶) = ((𝐴 · 𝐶) + (𝐵 · 𝐶)) | ||
| Theorem | recni 11158 | A real number is a complex number. (Contributed by NM, 1-Mar-1995.) |
| ⊢ 𝐴 ∈ ℝ ⇒ ⊢ 𝐴 ∈ ℂ | ||
| Theorem | readdcli 11159 | Closure law for addition of reals. (Contributed by NM, 17-Jan-1997.) |
| ⊢ 𝐴 ∈ ℝ & ⊢ 𝐵 ∈ ℝ ⇒ ⊢ (𝐴 + 𝐵) ∈ ℝ | ||
| Theorem | remulcli 11160 | Closure law for multiplication of reals. (Contributed by NM, 17-Jan-1997.) |
| ⊢ 𝐴 ∈ ℝ & ⊢ 𝐵 ∈ ℝ ⇒ ⊢ (𝐴 · 𝐵) ∈ ℝ | ||
| Theorem | mulridd 11161 | Identity law for multiplication. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) ⇒ ⊢ (𝜑 → (𝐴 · 1) = 𝐴) | ||
| Theorem | mullidd 11162 | Identity law for multiplication. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) ⇒ ⊢ (𝜑 → (1 · 𝐴) = 𝐴) | ||
| Theorem | addcld 11163 | Closure law for addition. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) ⇒ ⊢ (𝜑 → (𝐴 + 𝐵) ∈ ℂ) | ||
| Theorem | mulcld 11164 | Closure law for multiplication. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) ⇒ ⊢ (𝜑 → (𝐴 · 𝐵) ∈ ℂ) | ||
| Theorem | mulcomd 11165 | Commutative law for multiplication. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) ⇒ ⊢ (𝜑 → (𝐴 · 𝐵) = (𝐵 · 𝐴)) | ||
| Theorem | addassd 11166 | Associative law for addition. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) & ⊢ (𝜑 → 𝐶 ∈ ℂ) ⇒ ⊢ (𝜑 → ((𝐴 + 𝐵) + 𝐶) = (𝐴 + (𝐵 + 𝐶))) | ||
| Theorem | mulassd 11167 | Associative law for multiplication. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) & ⊢ (𝜑 → 𝐶 ∈ ℂ) ⇒ ⊢ (𝜑 → ((𝐴 · 𝐵) · 𝐶) = (𝐴 · (𝐵 · 𝐶))) | ||
| Theorem | adddid 11168 | Distributive law (left-distributivity). (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) & ⊢ (𝜑 → 𝐶 ∈ ℂ) ⇒ ⊢ (𝜑 → (𝐴 · (𝐵 + 𝐶)) = ((𝐴 · 𝐵) + (𝐴 · 𝐶))) | ||
| Theorem | adddird 11169 | Distributive law (right-distributivity). (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) & ⊢ (𝜑 → 𝐶 ∈ ℂ) ⇒ ⊢ (𝜑 → ((𝐴 + 𝐵) · 𝐶) = ((𝐴 · 𝐶) + (𝐵 · 𝐶))) | ||
| Theorem | adddirp1d 11170 | Distributive law, plus 1 version. (Contributed by Glauco Siliprandi, 11-Dec-2019.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) ⇒ ⊢ (𝜑 → ((𝐴 + 1) · 𝐵) = ((𝐴 · 𝐵) + 𝐵)) | ||
| Theorem | joinlmuladdmuld 11171 | Join AB+CB into (A+C) on LHS. (Contributed by David A. Wheeler, 26-Oct-2019.) |
| ⊢ (𝜑 → 𝐴 ∈ ℂ) & ⊢ (𝜑 → 𝐵 ∈ ℂ) & ⊢ (𝜑 → 𝐶 ∈ ℂ) & ⊢ (𝜑 → ((𝐴 · 𝐵) + (𝐶 · 𝐵)) = 𝐷) ⇒ ⊢ (𝜑 → ((𝐴 + 𝐶) · 𝐵) = 𝐷) | ||
| Theorem | recnd 11172 | Deduction from real number to complex number. (Contributed by NM, 26-Oct-1999.) |
| ⊢ (𝜑 → 𝐴 ∈ ℝ) ⇒ ⊢ (𝜑 → 𝐴 ∈ ℂ) | ||
| Theorem | readdcld 11173 | Closure law for addition of reals. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℝ) & ⊢ (𝜑 → 𝐵 ∈ ℝ) ⇒ ⊢ (𝜑 → (𝐴 + 𝐵) ∈ ℝ) | ||
| Theorem | remulcld 11174 | Closure law for multiplication of reals. (Contributed by Mario Carneiro, 27-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℝ) & ⊢ (𝜑 → 𝐵 ∈ ℝ) ⇒ ⊢ (𝜑 → (𝐴 · 𝐵) ∈ ℝ) | ||
| Syntax | cpnf 11175 | Plus infinity. |
| class +∞ | ||
| Syntax | cmnf 11176 | Minus infinity. |
| class -∞ | ||
| Syntax | cxr 11177 | The set of extended reals (includes plus and minus infinity). |
| class ℝ* | ||
| Syntax | clt 11178 | 'Less than' predicate (extended to include the extended reals). |
| class < | ||
| Syntax | cle 11179 | Extend wff notation to include the 'less than or equal to' relation. |
| class ≤ | ||
| Definition | df-pnf 11180 |
Define plus infinity. Note that the definition is arbitrary, requiring
only that +∞ be a set not in ℝ and different from -∞
(df-mnf 11181). We use 𝒫 ∪ ℂ to make it independent of the
construction of ℂ, and Cantor's Theorem will
show that it is
different from any member of ℂ and therefore
ℝ. See pnfnre 11185,
mnfnre 11187, and pnfnemnf 11199.
A simpler possibility is to define +∞ as ℂ and -∞ as {ℂ}, but that approach requires the Axiom of Regularity to show that +∞ and -∞ are different from each other and from all members of ℝ. (Contributed by NM, 13-Oct-2005.) (New usage is discouraged.) |
| ⊢ +∞ = 𝒫 ∪ ℂ | ||
| Definition | df-mnf 11181 | Define minus infinity as the power set of plus infinity. Note that the definition is arbitrary, requiring only that -∞ be a set not in ℝ and different from +∞ (see mnfnre 11187 and pnfnemnf 11199). (Contributed by NM, 13-Oct-2005.) (New usage is discouraged.) |
| ⊢ -∞ = 𝒫 +∞ | ||
| Definition | df-xr 11182 | Define the set of extended reals that includes plus and minus infinity. Definition 12-3.1 of [Gleason] p. 173. (Contributed by NM, 13-Oct-2005.) |
| ⊢ ℝ* = (ℝ ∪ {+∞, -∞}) | ||
| Definition | df-ltxr 11183* | Define 'less than' on the set of extended reals. Definition 12-3.1 of [Gleason] p. 173. Note that in our postulates for complex numbers, <ℝ is primitive and not necessarily a relation on ℝ. (Contributed by NM, 13-Oct-2005.) |
| ⊢ < = ({〈𝑥, 𝑦〉 ∣ (𝑥 ∈ ℝ ∧ 𝑦 ∈ ℝ ∧ 𝑥 <ℝ 𝑦)} ∪ (((ℝ ∪ {-∞}) × {+∞}) ∪ ({-∞} × ℝ))) | ||
| Definition | df-le 11184 | Define 'less than or equal to' on the extended real subset of complex numbers. Theorem leloe 11231 relates it to 'less than' for reals. (Contributed by NM, 13-Oct-2005.) |
| ⊢ ≤ = ((ℝ* × ℝ*) ∖ ◡ < ) | ||
| Theorem | pnfnre 11185 | Plus infinity is not a real number. (Contributed by NM, 13-Oct-2005.) |
| ⊢ +∞ ∉ ℝ | ||
| Theorem | pnfnre2 11186 | Plus infinity is not a real number. (Contributed by Glauco Siliprandi, 23-Oct-2021.) |
| ⊢ ¬ +∞ ∈ ℝ | ||
| Theorem | mnfnre 11187 | Minus infinity is not a real number. (Contributed by NM, 13-Oct-2005.) |
| ⊢ -∞ ∉ ℝ | ||
| Theorem | ressxr 11188 | The standard reals are a subset of the extended reals. (Contributed by NM, 14-Oct-2005.) |
| ⊢ ℝ ⊆ ℝ* | ||
| Theorem | rexpssxrxp 11189 | The Cartesian product of standard reals are a subset of the Cartesian product of extended reals. (Contributed by David A. Wheeler, 8-Dec-2018.) |
| ⊢ (ℝ × ℝ) ⊆ (ℝ* × ℝ*) | ||
| Theorem | rexr 11190 | A standard real is an extended real. (Contributed by NM, 14-Oct-2005.) |
| ⊢ (𝐴 ∈ ℝ → 𝐴 ∈ ℝ*) | ||
| Theorem | 0xr 11191 | Zero is an extended real. (Contributed by Mario Carneiro, 15-Jun-2014.) |
| ⊢ 0 ∈ ℝ* | ||
| Theorem | renepnf 11192 | No (finite) real equals plus infinity. (Contributed by NM, 14-Oct-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.) |
| ⊢ (𝐴 ∈ ℝ → 𝐴 ≠ +∞) | ||
| Theorem | renemnf 11193 | No real equals minus infinity. (Contributed by NM, 14-Oct-2005.) (Proof shortened by Andrew Salmon, 19-Nov-2011.) |
| ⊢ (𝐴 ∈ ℝ → 𝐴 ≠ -∞) | ||
| Theorem | rexrd 11194 | A standard real is an extended real. (Contributed by Mario Carneiro, 28-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℝ) ⇒ ⊢ (𝜑 → 𝐴 ∈ ℝ*) | ||
| Theorem | renepnfd 11195 | No (finite) real equals plus infinity. (Contributed by Mario Carneiro, 28-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℝ) ⇒ ⊢ (𝜑 → 𝐴 ≠ +∞) | ||
| Theorem | renemnfd 11196 | No real equals minus infinity. (Contributed by Mario Carneiro, 28-May-2016.) |
| ⊢ (𝜑 → 𝐴 ∈ ℝ) ⇒ ⊢ (𝜑 → 𝐴 ≠ -∞) | ||
| Theorem | pnfex 11197 | Plus infinity exists. (Contributed by David A. Wheeler, 8-Dec-2018.) (Revised by Steven Nguyen, 7-Dec-2022.) |
| ⊢ +∞ ∈ V | ||
| Theorem | pnfxr 11198 | Plus infinity belongs to the set of extended reals. (Contributed by NM, 13-Oct-2005.) (Proof shortened by Anthony Hart, 29-Aug-2011.) |
| ⊢ +∞ ∈ ℝ* | ||
| Theorem | pnfnemnf 11199 | Plus and minus infinity are different elements of ℝ*. (Contributed by NM, 14-Oct-2005.) |
| ⊢ +∞ ≠ -∞ | ||
| Theorem | mnfnepnf 11200 | Minus and plus infinity are different. (Contributed by David A. Wheeler, 8-Dec-2018.) |
| ⊢ -∞ ≠ +∞ | ||
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |