| Intuitionistic Logic Explorer Theorem List (p. 80 of 159) | < Previous Next > | |
| Bad symbols? Try the
GIF version. |
||
|
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Syntax | cmul 7901 | Multiplication on complex numbers. The token · is a center dot. |
| class · | ||
| Definition | df-c 7902 | Define the set of complex numbers. (Contributed by NM, 22-Feb-1996.) |
| ⊢ ℂ = (R × R) | ||
| Definition | df-0 7903 | Define the complex number 0. (Contributed by NM, 22-Feb-1996.) |
| ⊢ 0 = 〈0R, 0R〉 | ||
| Definition | df-1 7904 | Define the complex number 1. (Contributed by NM, 22-Feb-1996.) |
| ⊢ 1 = 〈1R, 0R〉 | ||
| Definition | df-i 7905 | Define the complex number i (the imaginary unit). (Contributed by NM, 22-Feb-1996.) |
| ⊢ i = 〈0R, 1R〉 | ||
| Definition | df-r 7906 | Define the set of real numbers. (Contributed by NM, 22-Feb-1996.) |
| ⊢ ℝ = (R × {0R}) | ||
| Definition | df-add 7907* | Define addition over complex numbers. (Contributed by NM, 28-May-1995.) |
| ⊢ + = {〈〈𝑥, 𝑦〉, 𝑧〉 ∣ ((𝑥 ∈ ℂ ∧ 𝑦 ∈ ℂ) ∧ ∃𝑤∃𝑣∃𝑢∃𝑓((𝑥 = 〈𝑤, 𝑣〉 ∧ 𝑦 = 〈𝑢, 𝑓〉) ∧ 𝑧 = 〈(𝑤 +R 𝑢), (𝑣 +R 𝑓)〉))} | ||
| Definition | df-mul 7908* | Define multiplication over complex numbers. (Contributed by NM, 9-Aug-1995.) |
| ⊢ · = {〈〈𝑥, 𝑦〉, 𝑧〉 ∣ ((𝑥 ∈ ℂ ∧ 𝑦 ∈ ℂ) ∧ ∃𝑤∃𝑣∃𝑢∃𝑓((𝑥 = 〈𝑤, 𝑣〉 ∧ 𝑦 = 〈𝑢, 𝑓〉) ∧ 𝑧 = 〈((𝑤 ·R 𝑢) +R (-1R ·R (𝑣 ·R 𝑓))), ((𝑣 ·R 𝑢) +R (𝑤 ·R 𝑓))〉))} | ||
| Definition | df-lt 7909* | Define 'less than' on the real subset of complex numbers. (Contributed by NM, 22-Feb-1996.) |
| ⊢ <ℝ = {〈𝑥, 𝑦〉 ∣ ((𝑥 ∈ ℝ ∧ 𝑦 ∈ ℝ) ∧ ∃𝑧∃𝑤((𝑥 = 〈𝑧, 0R〉 ∧ 𝑦 = 〈𝑤, 0R〉) ∧ 𝑧 <R 𝑤))} | ||
| Theorem | opelcn 7910 | Ordered pair membership in the class of complex numbers. (Contributed by NM, 14-May-1996.) |
| ⊢ (〈𝐴, 𝐵〉 ∈ ℂ ↔ (𝐴 ∈ R ∧ 𝐵 ∈ R)) | ||
| Theorem | opelreal 7911 | Ordered pair membership in class of real subset of complex numbers. (Contributed by NM, 22-Feb-1996.) |
| ⊢ (〈𝐴, 0R〉 ∈ ℝ ↔ 𝐴 ∈ R) | ||
| Theorem | elreal 7912* | Membership in class of real numbers. (Contributed by NM, 31-Mar-1996.) |
| ⊢ (𝐴 ∈ ℝ ↔ ∃𝑥 ∈ R 〈𝑥, 0R〉 = 𝐴) | ||
| Theorem | elrealeu 7913* | The real number mapping in elreal 7912 is unique. (Contributed by Jim Kingdon, 11-Jul-2021.) |
| ⊢ (𝐴 ∈ ℝ ↔ ∃!𝑥 ∈ R 〈𝑥, 0R〉 = 𝐴) | ||
| Theorem | elreal2 7914 | Ordered pair membership in the class of complex numbers. (Contributed by Mario Carneiro, 15-Jun-2013.) |
| ⊢ (𝐴 ∈ ℝ ↔ ((1st ‘𝐴) ∈ R ∧ 𝐴 = 〈(1st ‘𝐴), 0R〉)) | ||
| Theorem | 0ncn 7915 | The empty set is not a complex number. Note: do not use this after the real number axioms are developed, since it is a construction-dependent property. See also cnm 7916 which is a related property. (Contributed by NM, 2-May-1996.) |
| ⊢ ¬ ∅ ∈ ℂ | ||
| Theorem | cnm 7916* | A complex number is an inhabited set. Note: do not use this after the real number axioms are developed, since it is a construction-dependent property. (Contributed by Jim Kingdon, 23-Oct-2023.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℂ → ∃𝑥 𝑥 ∈ 𝐴) | ||
| Theorem | ltrelre 7917 | 'Less than' is a relation on real numbers. (Contributed by NM, 22-Feb-1996.) |
| ⊢ <ℝ ⊆ (ℝ × ℝ) | ||
| Theorem | addcnsr 7918 | Addition of complex numbers in terms of signed reals. (Contributed by NM, 28-May-1995.) |
| ⊢ (((𝐴 ∈ R ∧ 𝐵 ∈ R) ∧ (𝐶 ∈ R ∧ 𝐷 ∈ R)) → (〈𝐴, 𝐵〉 + 〈𝐶, 𝐷〉) = 〈(𝐴 +R 𝐶), (𝐵 +R 𝐷)〉) | ||
| Theorem | mulcnsr 7919 | Multiplication of complex numbers in terms of signed reals. (Contributed by NM, 9-Aug-1995.) |
| ⊢ (((𝐴 ∈ R ∧ 𝐵 ∈ R) ∧ (𝐶 ∈ R ∧ 𝐷 ∈ R)) → (〈𝐴, 𝐵〉 · 〈𝐶, 𝐷〉) = 〈((𝐴 ·R 𝐶) +R (-1R ·R (𝐵 ·R 𝐷))), ((𝐵 ·R 𝐶) +R (𝐴 ·R 𝐷))〉) | ||
| Theorem | eqresr 7920 | Equality of real numbers in terms of intermediate signed reals. (Contributed by NM, 10-May-1996.) |
| ⊢ 𝐴 ∈ V ⇒ ⊢ (〈𝐴, 0R〉 = 〈𝐵, 0R〉 ↔ 𝐴 = 𝐵) | ||
| Theorem | addresr 7921 | Addition of real numbers in terms of intermediate signed reals. (Contributed by NM, 10-May-1996.) |
| ⊢ ((𝐴 ∈ R ∧ 𝐵 ∈ R) → (〈𝐴, 0R〉 + 〈𝐵, 0R〉) = 〈(𝐴 +R 𝐵), 0R〉) | ||
| Theorem | mulresr 7922 | Multiplication of real numbers in terms of intermediate signed reals. (Contributed by NM, 10-May-1996.) |
| ⊢ ((𝐴 ∈ R ∧ 𝐵 ∈ R) → (〈𝐴, 0R〉 · 〈𝐵, 0R〉) = 〈(𝐴 ·R 𝐵), 0R〉) | ||
| Theorem | ltresr 7923 | Ordering of real subset of complex numbers in terms of signed reals. (Contributed by NM, 22-Feb-1996.) |
| ⊢ (〈𝐴, 0R〉 <ℝ 〈𝐵, 0R〉 ↔ 𝐴 <R 𝐵) | ||
| Theorem | ltresr2 7924 | Ordering of real subset of complex numbers in terms of signed reals. (Contributed by NM, 22-Feb-1996.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 <ℝ 𝐵 ↔ (1st ‘𝐴) <R (1st ‘𝐵))) | ||
| Theorem | dfcnqs 7925 | Technical trick to permit reuse of previous lemmas to prove arithmetic operation laws in ℂ from those in R. The trick involves qsid 6668, which shows that the coset of the converse epsilon relation (which is not an equivalence relation) acts as an identity divisor for the quotient set operation. This lets us "pretend" that ℂ is a quotient set, even though it is not (compare df-c 7902), and allows us to reuse some of the equivalence class lemmas we developed for the transition from positive reals to signed reals, etc. (Contributed by NM, 13-Aug-1995.) |
| ⊢ ℂ = ((R × R) / ◡ E ) | ||
| Theorem | addcnsrec 7926 | Technical trick to permit re-use of some equivalence class lemmas for operation laws. See dfcnqs 7925 and mulcnsrec 7927. (Contributed by NM, 13-Aug-1995.) |
| ⊢ (((𝐴 ∈ R ∧ 𝐵 ∈ R) ∧ (𝐶 ∈ R ∧ 𝐷 ∈ R)) → ([〈𝐴, 𝐵〉]◡ E + [〈𝐶, 𝐷〉]◡ E ) = [〈(𝐴 +R 𝐶), (𝐵 +R 𝐷)〉]◡ E ) | ||
| Theorem | mulcnsrec 7927 | Technical trick to permit re-use of some equivalence class lemmas for operation laws. The trick involves ecidg 6667, which shows that the coset of the converse epsilon relation (which is not an equivalence relation) leaves a set unchanged. See also dfcnqs 7925. (Contributed by NM, 13-Aug-1995.) |
| ⊢ (((𝐴 ∈ R ∧ 𝐵 ∈ R) ∧ (𝐶 ∈ R ∧ 𝐷 ∈ R)) → ([〈𝐴, 𝐵〉]◡ E · [〈𝐶, 𝐷〉]◡ E ) = [〈((𝐴 ·R 𝐶) +R (-1R ·R (𝐵 ·R 𝐷))), ((𝐵 ·R 𝐶) +R (𝐴 ·R 𝐷))〉]◡ E ) | ||
| Theorem | addvalex 7928 | Existence of a sum. This is dependent on how we define + so once we proceed to real number axioms we will replace it with theorems such as addcl 8021. (Contributed by Jim Kingdon, 14-Jul-2021.) |
| ⊢ ((𝐴 ∈ 𝑉 ∧ 𝐵 ∈ 𝑊) → (𝐴 + 𝐵) ∈ V) | ||
| Theorem | pitonnlem1 7929* | Lemma for pitonn 7932. Two ways to write the number one. (Contributed by Jim Kingdon, 24-Apr-2020.) |
| ⊢ 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈1o, 1o〉] ~Q }, {𝑢 ∣ [〈1o, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 = 1 | ||
| Theorem | pitonnlem1p1 7930 | Lemma for pitonn 7932. Simplifying an expression involving signed reals. (Contributed by Jim Kingdon, 26-Apr-2020.) |
| ⊢ (𝐴 ∈ P → [〈(𝐴 +P (1P +P 1P)), (1P +P 1P)〉] ~R = [〈(𝐴 +P 1P), 1P〉] ~R ) | ||
| Theorem | pitonnlem2 7931* | Lemma for pitonn 7932. Two ways to add one to a number. (Contributed by Jim Kingdon, 24-Apr-2020.) |
| ⊢ (𝐾 ∈ N → (〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐾, 1o〉] ~Q }, {𝑢 ∣ [〈𝐾, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 + 1) = 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈(𝐾 +N 1o), 1o〉] ~Q }, {𝑢 ∣ [〈(𝐾 +N 1o), 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) | ||
| Theorem | pitonn 7932* | Mapping from N to ℕ. (Contributed by Jim Kingdon, 22-Apr-2020.) |
| ⊢ (𝑁 ∈ N → 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑁, 1o〉] ~Q }, {𝑢 ∣ [〈𝑁, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 ∈ ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)}) | ||
| Theorem | pitoregt0 7933* | Embedding from N to ℝ yields a number greater than zero. (Contributed by Jim Kingdon, 15-Jul-2021.) |
| ⊢ (𝑁 ∈ N → 0 <ℝ 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑁, 1o〉] ~Q }, {𝑢 ∣ [〈𝑁, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) | ||
| Theorem | pitore 7934* | Embedding from N to ℝ. Similar to pitonn 7932 but separate in the sense that we have not proved nnssre 9011 yet. (Contributed by Jim Kingdon, 15-Jul-2021.) |
| ⊢ (𝑁 ∈ N → 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑁, 1o〉] ~Q }, {𝑢 ∣ [〈𝑁, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 ∈ ℝ) | ||
| Theorem | recnnre 7935* | Embedding the reciprocal of a natural number into ℝ. (Contributed by Jim Kingdon, 15-Jul-2021.) |
| ⊢ (𝑁 ∈ N → 〈[〈(〈{𝑙 ∣ 𝑙 <Q (*Q‘[〈𝑁, 1o〉] ~Q )}, {𝑢 ∣ (*Q‘[〈𝑁, 1o〉] ~Q ) <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 ∈ ℝ) | ||
| Theorem | peano1nnnn 7936* | One is an element of ℕ. This is a counterpart to 1nn 9018 designed for real number axioms which involve natural numbers (notably, axcaucvg 7984). (Contributed by Jim Kingdon, 14-Jul-2021.) (New usage is discouraged.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} ⇒ ⊢ 1 ∈ 𝑁 | ||
| Theorem | peano2nnnn 7937* | A successor of a positive integer is a positive integer. This is a counterpart to peano2nn 9019 designed for real number axioms which involve to natural numbers (notably, axcaucvg 7984). (Contributed by Jim Kingdon, 14-Jul-2021.) (New usage is discouraged.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} ⇒ ⊢ (𝐴 ∈ 𝑁 → (𝐴 + 1) ∈ 𝑁) | ||
| Theorem | ltrennb 7938* | Ordering of natural numbers with <N or <ℝ. (Contributed by Jim Kingdon, 13-Jul-2021.) |
| ⊢ ((𝐽 ∈ N ∧ 𝐾 ∈ N) → (𝐽 <N 𝐾 ↔ 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐽, 1o〉] ~Q }, {𝑢 ∣ [〈𝐽, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 <ℝ 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐾, 1o〉] ~Q }, {𝑢 ∣ [〈𝐾, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉)) | ||
| Theorem | ltrenn 7939* | Ordering of natural numbers with <N or <ℝ. (Contributed by Jim Kingdon, 12-Jul-2021.) |
| ⊢ (𝐽 <N 𝐾 → 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐽, 1o〉] ~Q }, {𝑢 ∣ [〈𝐽, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 <ℝ 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐾, 1o〉] ~Q }, {𝑢 ∣ [〈𝐾, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) | ||
| Theorem | recidpipr 7940* | Another way of saying that a number times its reciprocal is one. (Contributed by Jim Kingdon, 17-Jul-2021.) |
| ⊢ (𝑁 ∈ N → (〈{𝑙 ∣ 𝑙 <Q [〈𝑁, 1o〉] ~Q }, {𝑢 ∣ [〈𝑁, 1o〉] ~Q <Q 𝑢}〉 ·P 〈{𝑙 ∣ 𝑙 <Q (*Q‘[〈𝑁, 1o〉] ~Q )}, {𝑢 ∣ (*Q‘[〈𝑁, 1o〉] ~Q ) <Q 𝑢}〉) = 1P) | ||
| Theorem | recidpirqlemcalc 7941 | Lemma for recidpirq 7942. Rearranging some of the expressions. (Contributed by Jim Kingdon, 17-Jul-2021.) |
| ⊢ (𝜑 → 𝐴 ∈ P) & ⊢ (𝜑 → 𝐵 ∈ P) & ⊢ (𝜑 → (𝐴 ·P 𝐵) = 1P) ⇒ ⊢ (𝜑 → ((((𝐴 +P 1P) ·P (𝐵 +P 1P)) +P (1P ·P 1P)) +P 1P) = ((((𝐴 +P 1P) ·P 1P) +P (1P ·P (𝐵 +P 1P))) +P (1P +P 1P))) | ||
| Theorem | recidpirq 7942* | A real number times its reciprocal is one, where reciprocal is expressed with *Q. (Contributed by Jim Kingdon, 15-Jul-2021.) |
| ⊢ (𝑁 ∈ N → (〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑁, 1o〉] ~Q }, {𝑢 ∣ [〈𝑁, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 · 〈[〈(〈{𝑙 ∣ 𝑙 <Q (*Q‘[〈𝑁, 1o〉] ~Q )}, {𝑢 ∣ (*Q‘[〈𝑁, 1o〉] ~Q ) <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 1) | ||
| Theorem | axcnex 7943 | The complex numbers form a set. Use cnex 8020 instead. (Contributed by Mario Carneiro, 17-Nov-2014.) (New usage is discouraged.) |
| ⊢ ℂ ∈ V | ||
| Theorem | axresscn 7944 | The real numbers are a subset of the complex numbers. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-resscn 7988. (Contributed by NM, 1-Mar-1995.) (Proof shortened by Andrew Salmon, 12-Aug-2011.) (New usage is discouraged.) |
| ⊢ ℝ ⊆ ℂ | ||
| Theorem | ax1cn 7945 | 1 is a complex number. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-1cn 7989. (Contributed by NM, 12-Apr-2007.) (New usage is discouraged.) |
| ⊢ 1 ∈ ℂ | ||
| Theorem | ax1re 7946 |
1 is a real number. Axiom for real and complex numbers, derived from set
theory. This construction-dependent theorem should not be referenced
directly; instead, use ax-1re 7990.
In the Metamath Proof Explorer, this is not a complex number axiom but is proved from ax-1cn 7989 and the other axioms. It is not known whether we can do so here, but the Metamath Proof Explorer proof (accessed 13-Jan-2020) uses excluded middle. (Contributed by Jim Kingdon, 13-Jan-2020.) (New usage is discouraged.) |
| ⊢ 1 ∈ ℝ | ||
| Theorem | axicn 7947 | i is a complex number. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-icn 7991. (Contributed by NM, 23-Feb-1996.) (New usage is discouraged.) |
| ⊢ i ∈ ℂ | ||
| Theorem | axaddcl 7948 | Closure law for addition of complex numbers. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-addcl 7992 be used later. Instead, in most cases use addcl 8021. (Contributed by NM, 14-Jun-1995.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 + 𝐵) ∈ ℂ) | ||
| Theorem | axaddrcl 7949 | Closure law for addition in the real subfield of complex numbers. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-addrcl 7993 be used later. Instead, in most cases use readdcl 8022. (Contributed by NM, 31-Mar-1996.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 + 𝐵) ∈ ℝ) | ||
| Theorem | axmulcl 7950 | Closure law for multiplication of complex numbers. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-mulcl 7994 be used later. Instead, in most cases use mulcl 8023. (Contributed by NM, 10-Aug-1995.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) ∈ ℂ) | ||
| Theorem | axmulrcl 7951 | Closure law for multiplication in the real subfield of complex numbers. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-mulrcl 7995 be used later. Instead, in most cases use remulcl 8024. (New usage is discouraged.) (Contributed by NM, 31-Mar-1996.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 · 𝐵) ∈ ℝ) | ||
| Theorem | axaddf 7952 | Addition is an operation on the complex numbers. This theorem can be used as an alternate axiom for complex numbers in place of the less specific axaddcl 7948. This construction-dependent theorem should not be referenced directly; instead, use ax-addf 8018. (Contributed by NM, 8-Feb-2005.) (New usage is discouraged.) |
| ⊢ + :(ℂ × ℂ)⟶ℂ | ||
| Theorem | axmulf 7953 | Multiplication is an operation on the complex numbers. This is the construction-dependent version of ax-mulf 8019 and it should not be referenced outside the construction. We generally prefer to develop our theory using the less specific mulcl 8023. (Contributed by NM, 8-Feb-2005.) (New usage is discouraged.) |
| ⊢ · :(ℂ × ℂ)⟶ℂ | ||
| Theorem | axaddcom 7954 |
Addition commutes. Axiom for real and complex numbers, derived from set
theory. This construction-dependent theorem should not be referenced
directly, nor should the proven axiom ax-addcom 7996 be used later.
Instead, use addcom 8180.
In the Metamath Proof Explorer this is not a complex number axiom but is instead proved from other axioms. That proof relies on real number trichotomy and it is not known whether it is possible to prove this from the other axioms without it. (Contributed by Jim Kingdon, 17-Jan-2020.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 + 𝐵) = (𝐵 + 𝐴)) | ||
| Theorem | axmulcom 7955 | Multiplication of complex numbers is commutative. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-mulcom 7997 be used later. Instead, use mulcom 8025. (Contributed by NM, 31-Aug-1995.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) = (𝐵 · 𝐴)) | ||
| Theorem | axaddass 7956 | Addition of complex numbers is associative. This theorem transfers the associative laws for the real and imaginary signed real components of complex number pairs, to complex number addition itself. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-addass 7998 be used later. Instead, use addass 8026. (Contributed by NM, 2-Sep-1995.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) + 𝐶) = (𝐴 + (𝐵 + 𝐶))) | ||
| Theorem | axmulass 7957 | Multiplication of complex numbers is associative. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-mulass 7999. (Contributed by NM, 3-Sep-1995.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 · 𝐵) · 𝐶) = (𝐴 · (𝐵 · 𝐶))) | ||
| Theorem | axdistr 7958 | Distributive law for complex numbers (left-distributivity). Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly, nor should the proven axiom ax-distr 8000 be used later. Instead, use adddi 8028. (Contributed by NM, 2-Sep-1995.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 · (𝐵 + 𝐶)) = ((𝐴 · 𝐵) + (𝐴 · 𝐶))) | ||
| Theorem | axi2m1 7959 | i-squared equals -1 (expressed as i-squared plus 1 is 0). Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-i2m1 8001. (Contributed by NM, 5-May-1996.) (New usage is discouraged.) |
| ⊢ ((i · i) + 1) = 0 | ||
| Theorem | ax0lt1 7960 |
0 is less than 1. Axiom for real and complex numbers, derived from set
theory. This construction-dependent theorem should not be referenced
directly; instead, use ax-0lt1 8002.
The version of this axiom in the Metamath Proof Explorer reads 1 ≠ 0; here we change it to 0 <ℝ 1. The proof of 0 <ℝ 1 from 1 ≠ 0 in the Metamath Proof Explorer (accessed 12-Jan-2020) relies on real number trichotomy. (Contributed by Jim Kingdon, 12-Jan-2020.) (New usage is discouraged.) |
| ⊢ 0 <ℝ 1 | ||
| Theorem | ax1rid 7961 | 1 is an identity element for real multiplication. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-1rid 8003. (Contributed by Scott Fenton, 3-Jan-2013.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℝ → (𝐴 · 1) = 𝐴) | ||
| Theorem | ax0id 7962 |
0 is an identity element for real addition. Axiom for
real and
complex numbers, derived from set theory. This construction-dependent
theorem should not be referenced directly; instead, use ax-0id 8004.
In the Metamath Proof Explorer this is not a complex number axiom but is instead proved from other axioms. That proof relies on excluded middle and it is not known whether it is possible to prove this from the other axioms without excluded middle. (Contributed by Jim Kingdon, 16-Jan-2020.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℂ → (𝐴 + 0) = 𝐴) | ||
| Theorem | axrnegex 7963* | Existence of negative of real number. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-rnegex 8005. (Contributed by NM, 15-May-1996.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℝ → ∃𝑥 ∈ ℝ (𝐴 + 𝑥) = 0) | ||
| Theorem | axprecex 7964* |
Existence of positive reciprocal of positive real number. Axiom for
real and complex numbers, derived from set theory. This
construction-dependent theorem should not be referenced directly;
instead, use ax-precex 8006.
In treatments which assume excluded middle, the 0 <ℝ 𝐴 condition is generally replaced by 𝐴 ≠ 0, and it may not be necessary to state that the reciproacal is positive. (Contributed by Jim Kingdon, 6-Feb-2020.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 0 <ℝ 𝐴) → ∃𝑥 ∈ ℝ (0 <ℝ 𝑥 ∧ (𝐴 · 𝑥) = 1)) | ||
| Theorem | axcnre 7965* | A complex number can be expressed in terms of two reals. Definition 10-1.1(v) of [Gleason] p. 130. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-cnre 8007. (Contributed by NM, 13-May-1996.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℂ → ∃𝑥 ∈ ℝ ∃𝑦 ∈ ℝ 𝐴 = (𝑥 + (i · 𝑦))) | ||
| Theorem | axpre-ltirr 7966 | Real number less-than is irreflexive. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-pre-ltirr 8008. (Contributed by Jim Kingdon, 12-Jan-2020.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℝ → ¬ 𝐴 <ℝ 𝐴) | ||
| Theorem | axpre-ltwlin 7967 | Real number less-than is weakly linear. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-pre-ltwlin 8009. (Contributed by Jim Kingdon, 12-Jan-2020.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 <ℝ 𝐵 → (𝐴 <ℝ 𝐶 ∨ 𝐶 <ℝ 𝐵))) | ||
| Theorem | axpre-lttrn 7968 | Ordering on reals is transitive. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-pre-lttrn 8010. (Contributed by NM, 19-May-1996.) (Revised by Mario Carneiro, 16-Jun-2013.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → ((𝐴 <ℝ 𝐵 ∧ 𝐵 <ℝ 𝐶) → 𝐴 <ℝ 𝐶)) | ||
| Theorem | axpre-apti 7969 |
Apartness of reals is tight. Axiom for real and complex numbers,
derived from set theory. This construction-dependent theorem should not
be referenced directly; instead, use ax-pre-apti 8011.
(Contributed by Jim Kingdon, 29-Jan-2020.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ ¬ (𝐴 <ℝ 𝐵 ∨ 𝐵 <ℝ 𝐴)) → 𝐴 = 𝐵) | ||
| Theorem | axpre-ltadd 7970 | Ordering property of addition on reals. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-pre-ltadd 8012. (Contributed by NM, 11-May-1996.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → (𝐴 <ℝ 𝐵 → (𝐶 + 𝐴) <ℝ (𝐶 + 𝐵))) | ||
| Theorem | axpre-mulgt0 7971 | The product of two positive reals is positive. Axiom for real and complex numbers, derived from set theory. This construction-dependent theorem should not be referenced directly; instead, use ax-pre-mulgt0 8013. (Contributed by NM, 13-May-1996.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → ((0 <ℝ 𝐴 ∧ 0 <ℝ 𝐵) → 0 <ℝ (𝐴 · 𝐵))) | ||
| Theorem | axpre-mulext 7972 |
Strong extensionality of multiplication (expressed in terms of
<ℝ). Axiom for real and
complex numbers, derived from set theory.
This construction-dependent theorem should not be referenced directly;
instead, use ax-pre-mulext 8014.
(Contributed by Jim Kingdon, 18-Feb-2020.) (New usage is discouraged.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ ∧ 𝐶 ∈ ℝ) → ((𝐴 · 𝐶) <ℝ (𝐵 · 𝐶) → (𝐴 <ℝ 𝐵 ∨ 𝐵 <ℝ 𝐴))) | ||
| Theorem | rereceu 7973* | The reciprocal from axprecex 7964 is unique. (Contributed by Jim Kingdon, 15-Jul-2021.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 0 <ℝ 𝐴) → ∃!𝑥 ∈ ℝ (𝐴 · 𝑥) = 1) | ||
| Theorem | recriota 7974* | Two ways to express the reciprocal of a natural number. (Contributed by Jim Kingdon, 11-Jul-2021.) |
| ⊢ (𝑁 ∈ N → (℩𝑟 ∈ ℝ (〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑁, 1o〉] ~Q }, {𝑢 ∣ [〈𝑁, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 · 𝑟) = 1) = 〈[〈(〈{𝑙 ∣ 𝑙 <Q (*Q‘[〈𝑁, 1o〉] ~Q )}, {𝑢 ∣ (*Q‘[〈𝑁, 1o〉] ~Q ) <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) | ||
| Theorem | axarch 7975* |
Archimedean axiom. The Archimedean property is more naturally stated
once we have defined ℕ. Unless we find
another way to state it,
we'll just use the right hand side of dfnn2 9009 in stating what we mean by
"natural number" in the context of this axiom.
This construction-dependent theorem should not be referenced directly; instead, use ax-arch 8015. (Contributed by Jim Kingdon, 22-Apr-2020.) (New usage is discouraged.) |
| ⊢ (𝐴 ∈ ℝ → ∃𝑛 ∈ ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)}𝐴 <ℝ 𝑛) | ||
| Theorem | peano5nnnn 7976* | Peano's inductive postulate. This is a counterpart to peano5nni 9010 designed for real number axioms which involve natural numbers (notably, axcaucvg 7984). (Contributed by Jim Kingdon, 14-Jul-2021.) (New usage is discouraged.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} ⇒ ⊢ ((1 ∈ 𝐴 ∧ ∀𝑧 ∈ 𝐴 (𝑧 + 1) ∈ 𝐴) → 𝑁 ⊆ 𝐴) | ||
| Theorem | nnindnn 7977* | Principle of Mathematical Induction (inference schema). This is a counterpart to nnind 9023 designed for real number axioms which involve natural numbers (notably, axcaucvg 7984). (Contributed by Jim Kingdon, 14-Jul-2021.) (New usage is discouraged.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝑧 = 1 → (𝜑 ↔ 𝜓)) & ⊢ (𝑧 = 𝑘 → (𝜑 ↔ 𝜒)) & ⊢ (𝑧 = (𝑘 + 1) → (𝜑 ↔ 𝜃)) & ⊢ (𝑧 = 𝐴 → (𝜑 ↔ 𝜏)) & ⊢ 𝜓 & ⊢ (𝑘 ∈ 𝑁 → (𝜒 → 𝜃)) ⇒ ⊢ (𝐴 ∈ 𝑁 → 𝜏) | ||
| Theorem | nntopi 7978* | Mapping from ℕ to N. (Contributed by Jim Kingdon, 13-Jul-2021.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} ⇒ ⊢ (𝐴 ∈ 𝑁 → ∃𝑧 ∈ N 〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑧, 1o〉] ~Q }, {𝑢 ∣ [〈𝑧, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉 = 𝐴) | ||
| Theorem | axcaucvglemcl 7979* | Lemma for axcaucvg 7984. Mapping to N and R. (Contributed by Jim Kingdon, 10-Jul-2021.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝜑 → 𝐹:𝑁⟶ℝ) ⇒ ⊢ ((𝜑 ∧ 𝐽 ∈ N) → (℩𝑧 ∈ R (𝐹‘〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐽, 1o〉] ~Q }, {𝑢 ∣ [〈𝐽, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 〈𝑧, 0R〉) ∈ R) | ||
| Theorem | axcaucvglemf 7980* | Lemma for axcaucvg 7984. Mapping to N and R yields a sequence. (Contributed by Jim Kingdon, 9-Jul-2021.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝜑 → 𝐹:𝑁⟶ℝ) & ⊢ (𝜑 → ∀𝑛 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑛 <ℝ 𝑘 → ((𝐹‘𝑛) <ℝ ((𝐹‘𝑘) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1)) ∧ (𝐹‘𝑘) <ℝ ((𝐹‘𝑛) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1))))) & ⊢ 𝐺 = (𝑗 ∈ N ↦ (℩𝑧 ∈ R (𝐹‘〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑗, 1o〉] ~Q }, {𝑢 ∣ [〈𝑗, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 〈𝑧, 0R〉)) ⇒ ⊢ (𝜑 → 𝐺:N⟶R) | ||
| Theorem | axcaucvglemval 7981* | Lemma for axcaucvg 7984. Value of sequence when mapping to N and R. (Contributed by Jim Kingdon, 10-Jul-2021.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝜑 → 𝐹:𝑁⟶ℝ) & ⊢ (𝜑 → ∀𝑛 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑛 <ℝ 𝑘 → ((𝐹‘𝑛) <ℝ ((𝐹‘𝑘) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1)) ∧ (𝐹‘𝑘) <ℝ ((𝐹‘𝑛) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1))))) & ⊢ 𝐺 = (𝑗 ∈ N ↦ (℩𝑧 ∈ R (𝐹‘〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑗, 1o〉] ~Q }, {𝑢 ∣ [〈𝑗, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 〈𝑧, 0R〉)) ⇒ ⊢ ((𝜑 ∧ 𝐽 ∈ N) → (𝐹‘〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝐽, 1o〉] ~Q }, {𝑢 ∣ [〈𝐽, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 〈(𝐺‘𝐽), 0R〉) | ||
| Theorem | axcaucvglemcau 7982* | Lemma for axcaucvg 7984. The result of mapping to N and R satisfies the Cauchy condition. (Contributed by Jim Kingdon, 9-Jul-2021.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝜑 → 𝐹:𝑁⟶ℝ) & ⊢ (𝜑 → ∀𝑛 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑛 <ℝ 𝑘 → ((𝐹‘𝑛) <ℝ ((𝐹‘𝑘) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1)) ∧ (𝐹‘𝑘) <ℝ ((𝐹‘𝑛) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1))))) & ⊢ 𝐺 = (𝑗 ∈ N ↦ (℩𝑧 ∈ R (𝐹‘〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑗, 1o〉] ~Q }, {𝑢 ∣ [〈𝑗, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 〈𝑧, 0R〉)) ⇒ ⊢ (𝜑 → ∀𝑛 ∈ N ∀𝑘 ∈ N (𝑛 <N 𝑘 → ((𝐺‘𝑛) <R ((𝐺‘𝑘) +R [〈(〈{𝑙 ∣ 𝑙 <Q (*Q‘[〈𝑛, 1o〉] ~Q )}, {𝑢 ∣ (*Q‘[〈𝑛, 1o〉] ~Q ) <Q 𝑢}〉 +P 1P), 1P〉] ~R ) ∧ (𝐺‘𝑘) <R ((𝐺‘𝑛) +R [〈(〈{𝑙 ∣ 𝑙 <Q (*Q‘[〈𝑛, 1o〉] ~Q )}, {𝑢 ∣ (*Q‘[〈𝑛, 1o〉] ~Q ) <Q 𝑢}〉 +P 1P), 1P〉] ~R )))) | ||
| Theorem | axcaucvglemres 7983* | Lemma for axcaucvg 7984. Mapping the limit from N and R. (Contributed by Jim Kingdon, 10-Jul-2021.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝜑 → 𝐹:𝑁⟶ℝ) & ⊢ (𝜑 → ∀𝑛 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑛 <ℝ 𝑘 → ((𝐹‘𝑛) <ℝ ((𝐹‘𝑘) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1)) ∧ (𝐹‘𝑘) <ℝ ((𝐹‘𝑛) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1))))) & ⊢ 𝐺 = (𝑗 ∈ N ↦ (℩𝑧 ∈ R (𝐹‘〈[〈(〈{𝑙 ∣ 𝑙 <Q [〈𝑗, 1o〉] ~Q }, {𝑢 ∣ [〈𝑗, 1o〉] ~Q <Q 𝑢}〉 +P 1P), 1P〉] ~R , 0R〉) = 〈𝑧, 0R〉)) ⇒ ⊢ (𝜑 → ∃𝑦 ∈ ℝ ∀𝑥 ∈ ℝ (0 <ℝ 𝑥 → ∃𝑗 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑗 <ℝ 𝑘 → ((𝐹‘𝑘) <ℝ (𝑦 + 𝑥) ∧ 𝑦 <ℝ ((𝐹‘𝑘) + 𝑥))))) | ||
| Theorem | axcaucvg 7984* |
Real number completeness axiom. A Cauchy sequence with a modulus of
convergence converges. This is basically Corollary 11.2.13 of [HoTT],
p. (varies). The HoTT book theorem has a modulus of convergence
(that is, a rate of convergence) specified by (11.2.9) in HoTT whereas
this theorem fixes the rate of convergence to say that all terms after
the nth term must be within 1 / 𝑛 of the nth term (it should later
be able to prove versions of this theorem with a different fixed rate
or a modulus of convergence supplied as a hypothesis).
Because we are stating this axiom before we have introduced notations for ℕ or division, we use 𝑁 for the natural numbers and express a reciprocal in terms of ℩. This construction-dependent theorem should not be referenced directly; instead, use ax-caucvg 8016. (Contributed by Jim Kingdon, 8-Jul-2021.) (New usage is discouraged.) |
| ⊢ 𝑁 = ∩ {𝑥 ∣ (1 ∈ 𝑥 ∧ ∀𝑦 ∈ 𝑥 (𝑦 + 1) ∈ 𝑥)} & ⊢ (𝜑 → 𝐹:𝑁⟶ℝ) & ⊢ (𝜑 → ∀𝑛 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑛 <ℝ 𝑘 → ((𝐹‘𝑛) <ℝ ((𝐹‘𝑘) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1)) ∧ (𝐹‘𝑘) <ℝ ((𝐹‘𝑛) + (℩𝑟 ∈ ℝ (𝑛 · 𝑟) = 1))))) ⇒ ⊢ (𝜑 → ∃𝑦 ∈ ℝ ∀𝑥 ∈ ℝ (0 <ℝ 𝑥 → ∃𝑗 ∈ 𝑁 ∀𝑘 ∈ 𝑁 (𝑗 <ℝ 𝑘 → ((𝐹‘𝑘) <ℝ (𝑦 + 𝑥) ∧ 𝑦 <ℝ ((𝐹‘𝑘) + 𝑥))))) | ||
| Theorem | axpre-suploclemres 7985* | Lemma for axpre-suploc 7986. The result. The proof just needs to define 𝐵 as basically the same set as 𝐴 (but expressed as a subset of R rather than a subset of ℝ), and apply suplocsr 7893. (Contributed by Jim Kingdon, 24-Jan-2024.) |
| ⊢ (𝜑 → 𝐴 ⊆ ℝ) & ⊢ (𝜑 → 𝐶 ∈ 𝐴) & ⊢ (𝜑 → ∃𝑥 ∈ ℝ ∀𝑦 ∈ 𝐴 𝑦 <ℝ 𝑥) & ⊢ (𝜑 → ∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 <ℝ 𝑦 → (∃𝑧 ∈ 𝐴 𝑥 <ℝ 𝑧 ∨ ∀𝑧 ∈ 𝐴 𝑧 <ℝ 𝑦))) & ⊢ 𝐵 = {𝑤 ∈ R ∣ 〈𝑤, 0R〉 ∈ 𝐴} ⇒ ⊢ (𝜑 → ∃𝑥 ∈ ℝ (∀𝑦 ∈ 𝐴 ¬ 𝑥 <ℝ 𝑦 ∧ ∀𝑦 ∈ ℝ (𝑦 <ℝ 𝑥 → ∃𝑧 ∈ 𝐴 𝑦 <ℝ 𝑧))) | ||
| Theorem | axpre-suploc 7986* |
An inhabited, bounded-above, located set of reals has a supremum.
Locatedness here means that given 𝑥 < 𝑦, either there is an element of the set greater than 𝑥, or 𝑦 is an upper bound. This construction-dependent theorem should not be referenced directly; instead, use ax-pre-suploc 8017. (Contributed by Jim Kingdon, 23-Jan-2024.) (New usage is discouraged.) |
| ⊢ (((𝐴 ⊆ ℝ ∧ ∃𝑥 𝑥 ∈ 𝐴) ∧ (∃𝑥 ∈ ℝ ∀𝑦 ∈ 𝐴 𝑦 <ℝ 𝑥 ∧ ∀𝑥 ∈ ℝ ∀𝑦 ∈ ℝ (𝑥 <ℝ 𝑦 → (∃𝑧 ∈ 𝐴 𝑥 <ℝ 𝑧 ∨ ∀𝑧 ∈ 𝐴 𝑧 <ℝ 𝑦)))) → ∃𝑥 ∈ ℝ (∀𝑦 ∈ 𝐴 ¬ 𝑥 <ℝ 𝑦 ∧ ∀𝑦 ∈ ℝ (𝑦 <ℝ 𝑥 → ∃𝑧 ∈ 𝐴 𝑦 <ℝ 𝑧))) | ||
| Axiom | ax-cnex 7987 | The complex numbers form a set. Proofs should normally use cnex 8020 instead. (New usage is discouraged.) (Contributed by NM, 1-Mar-1995.) |
| ⊢ ℂ ∈ V | ||
| Axiom | ax-resscn 7988 | The real numbers are a subset of the complex numbers. Axiom for real and complex numbers, justified by Theorem axresscn 7944. (Contributed by NM, 1-Mar-1995.) |
| ⊢ ℝ ⊆ ℂ | ||
| Axiom | ax-1cn 7989 | 1 is a complex number. Axiom for real and complex numbers, justified by Theorem ax1cn 7945. (Contributed by NM, 1-Mar-1995.) |
| ⊢ 1 ∈ ℂ | ||
| Axiom | ax-1re 7990 | 1 is a real number. Axiom for real and complex numbers, justified by Theorem ax1re 7946. Proofs should use 1re 8042 instead. (Contributed by Jim Kingdon, 13-Jan-2020.) (New usage is discouraged.) |
| ⊢ 1 ∈ ℝ | ||
| Axiom | ax-icn 7991 | i is a complex number. Axiom for real and complex numbers, justified by Theorem axicn 7947. (Contributed by NM, 1-Mar-1995.) |
| ⊢ i ∈ ℂ | ||
| Axiom | ax-addcl 7992 | Closure law for addition of complex numbers. Axiom for real and complex numbers, justified by Theorem axaddcl 7948. Proofs should normally use addcl 8021 instead, which asserts the same thing but follows our naming conventions for closures. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 + 𝐵) ∈ ℂ) | ||
| Axiom | ax-addrcl 7993 | Closure law for addition in the real subfield of complex numbers. Axiom for real and complex numbers, justified by Theorem axaddrcl 7949. Proofs should normally use readdcl 8022 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 + 𝐵) ∈ ℝ) | ||
| Axiom | ax-mulcl 7994 | Closure law for multiplication of complex numbers. Axiom for real and complex numbers, justified by Theorem axmulcl 7950. Proofs should normally use mulcl 8023 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) ∈ ℂ) | ||
| Axiom | ax-mulrcl 7995 | Closure law for multiplication in the real subfield of complex numbers. Axiom for real and complex numbers, justified by Theorem axmulrcl 7951. Proofs should normally use remulcl 8024 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 · 𝐵) ∈ ℝ) | ||
| Axiom | ax-addcom 7996 | Addition commutes. Axiom for real and complex numbers, justified by Theorem axaddcom 7954. Proofs should normally use addcom 8180 instead. (New usage is discouraged.) (Contributed by Jim Kingdon, 17-Jan-2020.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 + 𝐵) = (𝐵 + 𝐴)) | ||
| Axiom | ax-mulcom 7997 | Multiplication of complex numbers is commutative. Axiom for real and complex numbers, justified by Theorem axmulcom 7955. Proofs should normally use mulcom 8025 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ) → (𝐴 · 𝐵) = (𝐵 · 𝐴)) | ||
| Axiom | ax-addass 7998 | Addition of complex numbers is associative. Axiom for real and complex numbers, justified by Theorem axaddass 7956. Proofs should normally use addass 8026 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 + 𝐵) + 𝐶) = (𝐴 + (𝐵 + 𝐶))) | ||
| Axiom | ax-mulass 7999 | Multiplication of complex numbers is associative. Axiom for real and complex numbers, justified by Theorem axmulass 7957. Proofs should normally use mulass 8027 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → ((𝐴 · 𝐵) · 𝐶) = (𝐴 · (𝐵 · 𝐶))) | ||
| Axiom | ax-distr 8000 | Distributive law for complex numbers (left-distributivity). Axiom for real and complex numbers, justified by Theorem axdistr 7958. Proofs should normally use adddi 8028 instead. (New usage is discouraged.) (Contributed by NM, 22-Nov-1994.) |
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐵 ∈ ℂ ∧ 𝐶 ∈ ℂ) → (𝐴 · (𝐵 + 𝐶)) = ((𝐴 · 𝐵) + (𝐴 · 𝐶))) | ||
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |