Theorem List for Intuitionistic Logic Explorer - 15501-15600 *Has distinct variable
group(s)
| Type | Label | Description |
| Statement |
| |
| Theorem | dvfre 15501 |
The derivative of a real function is real. (Contributed by Mario
Carneiro, 1-Sep-2014.)
|
| ⊢ ((𝐹:𝐴⟶ℝ ∧ 𝐴 ⊆ ℝ) → (ℝ D 𝐹):dom (ℝ D 𝐹)⟶ℝ) |
| |
| Theorem | dvexp 15502* |
Derivative of a power function. (Contributed by Mario Carneiro,
9-Aug-2014.) (Revised by Mario Carneiro, 10-Feb-2015.)
|
| ⊢ (𝑁 ∈ ℕ → (ℂ D (𝑥 ∈ ℂ ↦ (𝑥↑𝑁))) = (𝑥 ∈ ℂ ↦ (𝑁 · (𝑥↑(𝑁 − 1))))) |
| |
| Theorem | dvexp2 15503* |
Derivative of an exponential, possibly zero power. (Contributed by
Stefan O'Rear, 13-Nov-2014.) (Revised by Mario Carneiro,
10-Feb-2015.)
|
| ⊢ (𝑁 ∈ ℕ0 → (ℂ
D (𝑥 ∈ ℂ
↦ (𝑥↑𝑁))) = (𝑥 ∈ ℂ ↦ if(𝑁 = 0, 0, (𝑁 · (𝑥↑(𝑁 − 1)))))) |
| |
| Theorem | dvrecap 15504* |
Derivative of the reciprocal function. (Contributed by Mario Carneiro,
25-Feb-2015.) (Revised by Mario Carneiro, 28-Dec-2016.)
|
| ⊢ (𝐴 ∈ ℂ → (ℂ D (𝑥 ∈ {𝑤 ∈ ℂ ∣ 𝑤 # 0} ↦ (𝐴 / 𝑥))) = (𝑥 ∈ {𝑤 ∈ ℂ ∣ 𝑤 # 0} ↦ -(𝐴 / (𝑥↑2)))) |
| |
| Theorem | dvmptidcn 15505 |
Function-builder for derivative: derivative of the identity.
(Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon,
30-Dec-2023.)
|
| ⊢ (ℂ D (𝑥 ∈ ℂ ↦ 𝑥)) = (𝑥 ∈ ℂ ↦ 1) |
| |
| Theorem | dvmptccn 15506* |
Function-builder for derivative: derivative of a constant. (Contributed
by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon,
30-Dec-2023.)
|
| ⊢ (𝜑 → 𝐴 ∈ ℂ)
⇒ ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ 𝐴)) = (𝑥 ∈ ℂ ↦ 0)) |
| |
| Theorem | dvmptid 15507* |
Function-builder for derivative: derivative of the identity.
(Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Mario
Carneiro, 11-Feb-2015.)
|
| ⊢ (𝜑 → 𝑆 ∈ {ℝ,
ℂ}) ⇒ ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑆 ↦ 𝑥)) = (𝑥 ∈ 𝑆 ↦ 1)) |
| |
| Theorem | dvmptc 15508* |
Function-builder for derivative: derivative of a constant. (Contributed
by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro,
11-Feb-2015.)
|
| ⊢ (𝜑 → 𝑆 ∈ {ℝ, ℂ}) & ⊢ (𝜑 → 𝐴 ∈ ℂ)
⇒ ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑆 ↦ 𝐴)) = (𝑥 ∈ 𝑆 ↦ 0)) |
| |
| Theorem | dvmptclx 15509* |
Closure lemma for dvmptmulx 15511 and other related theorems. (Contributed
by Mario Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro,
11-Feb-2015.)
|
| ⊢ (𝜑 → 𝑆 ∈ {ℝ, ℂ}) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ 𝐴)) = (𝑥 ∈ 𝑋 ↦ 𝐵)) & ⊢ (𝜑 → 𝑋 ⊆ 𝑆) ⇒ ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐵 ∈ ℂ) |
| |
| Theorem | dvmptaddx 15510* |
Function-builder for derivative, addition rule. (Contributed by Mario
Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
|
| ⊢ (𝜑 → 𝑆 ∈ {ℝ, ℂ}) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ 𝐴)) = (𝑥 ∈ 𝑋 ↦ 𝐵)) & ⊢ (𝜑 → 𝑋 ⊆ 𝑆)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐶 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐷 ∈ 𝑊)
& ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ 𝐶)) = (𝑥 ∈ 𝑋 ↦ 𝐷)) ⇒ ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ (𝐴 + 𝐶))) = (𝑥 ∈ 𝑋 ↦ (𝐵 + 𝐷))) |
| |
| Theorem | dvmptmulx 15511* |
Function-builder for derivative, product rule. (Contributed by Mario
Carneiro, 1-Sep-2014.) (Revised by Mario Carneiro, 11-Feb-2015.)
|
| ⊢ (𝜑 → 𝑆 ∈ {ℝ, ℂ}) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ 𝐴)) = (𝑥 ∈ 𝑋 ↦ 𝐵)) & ⊢ (𝜑 → 𝑋 ⊆ 𝑆)
& ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐶 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐷 ∈ 𝑊)
& ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ 𝐶)) = (𝑥 ∈ 𝑋 ↦ 𝐷)) ⇒ ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ (𝐴 · 𝐶))) = (𝑥 ∈ 𝑋 ↦ ((𝐵 · 𝐶) + (𝐷 · 𝐴)))) |
| |
| Theorem | dvmptcmulcn 15512* |
Function-builder for derivative, product rule for constant multiplier.
(Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon,
31-Dec-2023.)
|
| ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ 𝐴)) = (𝑥 ∈ ℂ ↦ 𝐵)) & ⊢ (𝜑 → 𝐶 ∈ ℂ)
⇒ ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ (𝐶 · 𝐴))) = (𝑥 ∈ ℂ ↦ (𝐶 · 𝐵))) |
| |
| Theorem | dvmptnegcn 15513* |
Function-builder for derivative, product rule for negatives.
(Contributed by Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon,
31-Dec-2023.)
|
| ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ 𝐴)) = (𝑥 ∈ ℂ ↦ 𝐵)) ⇒ ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ -𝐴)) = (𝑥 ∈ ℂ ↦ -𝐵)) |
| |
| Theorem | dvmptsubcn 15514* |
Function-builder for derivative, subtraction rule. (Contributed by
Mario Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon,
31-Dec-2023.)
|
| ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ 𝐴)) = (𝑥 ∈ ℂ ↦ 𝐵)) & ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐶 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ ℂ) → 𝐷 ∈ 𝑊)
& ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ 𝐶)) = (𝑥 ∈ ℂ ↦ 𝐷)) ⇒ ⊢ (𝜑 → (ℂ D (𝑥 ∈ ℂ ↦ (𝐴 − 𝐶))) = (𝑥 ∈ ℂ ↦ (𝐵 − 𝐷))) |
| |
| Theorem | dvmptcjx 15515* |
Function-builder for derivative, conjugate rule. (Contributed by Mario
Carneiro, 1-Sep-2014.) (Revised by Jim Kingdon, 24-May-2024.)
|
| ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑋) → 𝐵 ∈ 𝑉)
& ⊢ (𝜑 → (ℝ D (𝑥 ∈ 𝑋 ↦ 𝐴)) = (𝑥 ∈ 𝑋 ↦ 𝐵)) & ⊢ (𝜑 → 𝑋 ⊆ ℝ)
⇒ ⊢ (𝜑 → (ℝ D (𝑥 ∈ 𝑋 ↦ (∗‘𝐴))) = (𝑥 ∈ 𝑋 ↦ (∗‘𝐵))) |
| |
| Theorem | dvmptfsum 15516* |
Function-builder for derivative, finite sums rule. (Contributed by
Stefan O'Rear, 12-Nov-2014.)
|
| ⊢ 𝐽 = (𝐾 ↾t 𝑆)
& ⊢ 𝐾 =
(TopOpen‘ℂfld) & ⊢ (𝜑 → 𝑆 ∈ {ℝ, ℂ}) & ⊢ (𝜑 → 𝑋 ∈ 𝐽)
& ⊢ (𝜑 → 𝐼 ∈ Fin) & ⊢ ((𝜑 ∧ 𝑖 ∈ 𝐼 ∧ 𝑥 ∈ 𝑋) → 𝐴 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑖 ∈ 𝐼 ∧ 𝑥 ∈ 𝑋) → 𝐵 ∈ ℂ) & ⊢ ((𝜑 ∧ 𝑖 ∈ 𝐼) → (𝑆 D (𝑥 ∈ 𝑋 ↦ 𝐴)) = (𝑥 ∈ 𝑋 ↦ 𝐵)) ⇒ ⊢ (𝜑 → (𝑆 D (𝑥 ∈ 𝑋 ↦ Σ𝑖 ∈ 𝐼 𝐴)) = (𝑥 ∈ 𝑋 ↦ Σ𝑖 ∈ 𝐼 𝐵)) |
| |
| Theorem | dveflem 15517 |
Derivative of the exponential function at 0. The key step in the proof
is eftlub 12312, to show that
abs(exp(𝑥) − 1 − 𝑥) ≤ abs(𝑥)↑2 · (3 / 4).
(Contributed by Mario Carneiro, 9-Aug-2014.) (Revised by Mario
Carneiro, 28-Dec-2016.)
|
| ⊢ 0(ℂ D exp)1 |
| |
| Theorem | dvef 15518 |
Derivative of the exponential function. (Contributed by Mario Carneiro,
9-Aug-2014.) (Proof shortened by Mario Carneiro, 10-Feb-2015.)
|
| ⊢ (ℂ D exp) = exp |
| |
| PART 11 BASIC REAL AND COMPLEX
FUNCTIONS
|
| |
| 11.1 Polynomials
|
| |
| 11.1.1 Elementary properties of complex
polynomials
|
| |
| Syntax | cply 15519 |
Extend class notation to include the set of complex polynomials.
|
| class Poly |
| |
| Syntax | cidp 15520 |
Extend class notation to include the identity polynomial.
|
| class Xp |
| |
| Definition | df-ply 15521* |
Define the set of polynomials on the complex numbers with coefficients
in the given subset. (Contributed by Mario Carneiro, 17-Jul-2014.)
|
| ⊢ Poly = (𝑥 ∈ 𝒫 ℂ ↦ {𝑓 ∣ ∃𝑛 ∈ ℕ0
∃𝑎 ∈ ((𝑥 ∪ {0})
↑𝑚 ℕ0)𝑓 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑛)((𝑎‘𝑘) · (𝑧↑𝑘)))}) |
| |
| Definition | df-idp 15522 |
Define the identity polynomial. (Contributed by Mario Carneiro,
17-Jul-2014.)
|
| ⊢ Xp = ( I ↾
ℂ) |
| |
| Theorem | plyval 15523* |
Value of the polynomial set function. (Contributed by Mario Carneiro,
17-Jul-2014.)
|
| ⊢ (𝑆 ⊆ ℂ → (Poly‘𝑆) = {𝑓 ∣ ∃𝑛 ∈ ℕ0 ∃𝑎 ∈ ((𝑆 ∪ {0}) ↑𝑚
ℕ0)𝑓 =
(𝑧 ∈ ℂ ↦
Σ𝑘 ∈ (0...𝑛)((𝑎‘𝑘) · (𝑧↑𝑘)))}) |
| |
| Theorem | plybss 15524 |
Reverse closure of the parameter 𝑆 of the polynomial set function.
(Contributed by Mario Carneiro, 22-Jul-2014.)
|
| ⊢ (𝐹 ∈ (Poly‘𝑆) → 𝑆 ⊆ ℂ) |
| |
| Theorem | elply 15525* |
Definition of a polynomial with coefficients in 𝑆. (Contributed by
Mario Carneiro, 17-Jul-2014.)
|
| ⊢ (𝐹 ∈ (Poly‘𝑆) ↔ (𝑆 ⊆ ℂ ∧ ∃𝑛 ∈ ℕ0
∃𝑎 ∈ ((𝑆 ∪ {0})
↑𝑚 ℕ0)𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑛)((𝑎‘𝑘) · (𝑧↑𝑘))))) |
| |
| Theorem | elply2 15526* |
The coefficient function can be assumed to have zeroes outside
0...𝑛. (Contributed by Mario Carneiro,
20-Jul-2014.) (Revised
by Mario Carneiro, 23-Aug-2014.)
|
| ⊢ (𝐹 ∈ (Poly‘𝑆) ↔ (𝑆 ⊆ ℂ ∧ ∃𝑛 ∈ ℕ0
∃𝑎 ∈ ((𝑆 ∪ {0})
↑𝑚 ℕ0)((𝑎 “
(ℤ≥‘(𝑛 + 1))) = {0} ∧ 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑛)((𝑎‘𝑘) · (𝑧↑𝑘)))))) |
| |
| Theorem | plyun0 15527 |
The set of polynomials is unaffected by the addition of zero. (This is
built into the definition because all higher powers of a polynomial are
effectively zero, so we require that the coefficient field contain zero
to simplify some of our closure theorems.) (Contributed by Mario
Carneiro, 17-Jul-2014.)
|
| ⊢ (Poly‘(𝑆 ∪ {0})) = (Poly‘𝑆) |
| |
| Theorem | plyf 15528 |
A polynomial is a function on the complex numbers. (Contributed by
Mario Carneiro, 22-Jul-2014.)
|
| ⊢ (𝐹 ∈ (Poly‘𝑆) → 𝐹:ℂ⟶ℂ) |
| |
| Theorem | plyss 15529 |
The polynomial set function preserves the subset relation. (Contributed
by Mario Carneiro, 17-Jul-2014.)
|
| ⊢ ((𝑆 ⊆ 𝑇 ∧ 𝑇 ⊆ ℂ) → (Poly‘𝑆) ⊆ (Poly‘𝑇)) |
| |
| Theorem | plyssc 15530 |
Every polynomial ring is contained in the ring of polynomials over
ℂ. (Contributed by Mario Carneiro,
22-Jul-2014.)
|
| ⊢ (Poly‘𝑆) ⊆
(Poly‘ℂ) |
| |
| Theorem | elplyr 15531* |
Sufficient condition for elementhood in the set of polynomials.
(Contributed by Mario Carneiro, 17-Jul-2014.) (Revised by Mario
Carneiro, 23-Aug-2014.)
|
| ⊢ ((𝑆 ⊆ ℂ ∧ 𝑁 ∈ ℕ0 ∧ 𝐴:ℕ0⟶𝑆) → (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐴‘𝑘) · (𝑧↑𝑘))) ∈ (Poly‘𝑆)) |
| |
| Theorem | elplyd 15532* |
Sufficient condition for elementhood in the set of polynomials.
(Contributed by Mario Carneiro, 17-Jul-2014.)
|
| ⊢ (𝜑 → 𝑆 ⊆ ℂ) & ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ ((𝜑 ∧ 𝑘 ∈ (0...𝑁)) → 𝐴 ∈ 𝑆) ⇒ ⊢ (𝜑 → (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)(𝐴 · (𝑧↑𝑘))) ∈ (Poly‘𝑆)) |
| |
| Theorem | ply1termlem 15533* |
Lemma for ply1term 15534. (Contributed by Mario Carneiro,
26-Jul-2014.)
|
| ⊢ 𝐹 = (𝑧 ∈ ℂ ↦ (𝐴 · (𝑧↑𝑁))) ⇒ ⊢ ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℕ0) → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)(if(𝑘 = 𝑁, 𝐴, 0) · (𝑧↑𝑘)))) |
| |
| Theorem | ply1term 15534* |
A one-term polynomial. (Contributed by Mario Carneiro, 17-Jul-2014.)
|
| ⊢ 𝐹 = (𝑧 ∈ ℂ ↦ (𝐴 · (𝑧↑𝑁))) ⇒ ⊢ ((𝑆 ⊆ ℂ ∧ 𝐴 ∈ 𝑆 ∧ 𝑁 ∈ ℕ0) → 𝐹 ∈ (Poly‘𝑆)) |
| |
| Theorem | plypow 15535* |
A power is a polynomial. (Contributed by Mario Carneiro,
17-Jul-2014.)
|
| ⊢ ((𝑆 ⊆ ℂ ∧ 1 ∈ 𝑆 ∧ 𝑁 ∈ ℕ0) → (𝑧 ∈ ℂ ↦ (𝑧↑𝑁)) ∈ (Poly‘𝑆)) |
| |
| Theorem | plyconst 15536 |
A constant function is a polynomial. (Contributed by Mario Carneiro,
17-Jul-2014.)
|
| ⊢ ((𝑆 ⊆ ℂ ∧ 𝐴 ∈ 𝑆) → (ℂ × {𝐴}) ∈ (Poly‘𝑆)) |
| |
| Theorem | plyid 15537 |
The identity function is a polynomial. (Contributed by Mario Carneiro,
17-Jul-2014.)
|
| ⊢ ((𝑆 ⊆ ℂ ∧ 1 ∈ 𝑆) → Xp
∈ (Poly‘𝑆)) |
| |
| Theorem | plyaddlem1 15538* |
Derive the coefficient function for the sum of two polynomials.
(Contributed by Mario Carneiro, 23-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝑀 ∈ ℕ0) & ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ (𝜑 → 𝐴:ℕ0⟶ℂ) & ⊢ (𝜑 → 𝐵:ℕ0⟶ℂ) & ⊢ (𝜑 → (𝐴 “ (ℤ≥‘(𝑀 + 1))) = {0}) & ⊢ (𝜑 → (𝐵 “ (ℤ≥‘(𝑁 + 1))) = {0}) & ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑀)((𝐴‘𝑘) · (𝑧↑𝑘))))
& ⊢ (𝜑 → 𝐺 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐵‘𝑘) · (𝑧↑𝑘)))) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 + 𝐺) = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...if(𝑀 ≤ 𝑁, 𝑁, 𝑀))(((𝐴 ∘𝑓 + 𝐵)‘𝑘) · (𝑧↑𝑘)))) |
| |
| Theorem | plymullem1 15539* |
Derive the coefficient function for the product of two polynomials.
(Contributed by Mario Carneiro, 23-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝑀 ∈ ℕ0) & ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ (𝜑 → 𝐴:ℕ0⟶ℂ) & ⊢ (𝜑 → 𝐵:ℕ0⟶ℂ) & ⊢ (𝜑 → (𝐴 “ (ℤ≥‘(𝑀 + 1))) = {0}) & ⊢ (𝜑 → (𝐵 “ (ℤ≥‘(𝑁 + 1))) = {0}) & ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑀)((𝐴‘𝑘) · (𝑧↑𝑘))))
& ⊢ (𝜑 → 𝐺 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐵‘𝑘) · (𝑧↑𝑘)))) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 · 𝐺) = (𝑧 ∈ ℂ ↦ Σ𝑛 ∈ (0...(𝑀 + 𝑁))(Σ𝑘 ∈ (0...𝑛)((𝐴‘𝑘) · (𝐵‘(𝑛 − 𝑘))) · (𝑧↑𝑛)))) |
| |
| Theorem | plyaddlem 15540* |
Lemma for plyadd 15542. (Contributed by Mario Carneiro,
21-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆)
& ⊢ (𝜑 → 𝑀 ∈ ℕ0) & ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ (𝜑 → 𝐴 ∈ ((𝑆 ∪ {0}) ↑𝑚
ℕ0))
& ⊢ (𝜑 → 𝐵 ∈ ((𝑆 ∪ {0}) ↑𝑚
ℕ0))
& ⊢ (𝜑 → (𝐴 “
(ℤ≥‘(𝑀 + 1))) = {0}) & ⊢ (𝜑 → (𝐵 “
(ℤ≥‘(𝑁 + 1))) = {0}) & ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑀)((𝐴‘𝑘) · (𝑧↑𝑘)))) & ⊢ (𝜑 → 𝐺 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐵‘𝑘) · (𝑧↑𝑘)))) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 + 𝐺) ∈ (Poly‘𝑆)) |
| |
| Theorem | plymullem 15541* |
Lemma for plymul 15543. (Contributed by Mario Carneiro,
21-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆)
& ⊢ (𝜑 → 𝑀 ∈ ℕ0) & ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ (𝜑 → 𝐴 ∈ ((𝑆 ∪ {0}) ↑𝑚
ℕ0))
& ⊢ (𝜑 → 𝐵 ∈ ((𝑆 ∪ {0}) ↑𝑚
ℕ0))
& ⊢ (𝜑 → (𝐴 “
(ℤ≥‘(𝑀 + 1))) = {0}) & ⊢ (𝜑 → (𝐵 “
(ℤ≥‘(𝑁 + 1))) = {0}) & ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑀)((𝐴‘𝑘) · (𝑧↑𝑘)))) & ⊢ (𝜑 → 𝐺 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐵‘𝑘) · (𝑧↑𝑘)))) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 · 𝑦) ∈ 𝑆) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 · 𝐺) ∈ (Poly‘𝑆)) |
| |
| Theorem | plyadd 15542* |
The sum of two polynomials is a polynomial. (Contributed by Mario
Carneiro, 21-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 + 𝐺) ∈ (Poly‘𝑆)) |
| |
| Theorem | plymul 15543* |
The product of two polynomials is a polynomial. (Contributed by Mario
Carneiro, 21-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 · 𝑦) ∈ 𝑆) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 · 𝐺) ∈ (Poly‘𝑆)) |
| |
| Theorem | plysub 15544* |
The difference of two polynomials is a polynomial. (Contributed by
Mario Carneiro, 21-Jul-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 · 𝑦) ∈ 𝑆)
& ⊢ (𝜑 → -1 ∈ 𝑆) ⇒ ⊢ (𝜑 → (𝐹 ∘𝑓 − 𝐺) ∈ (Poly‘𝑆)) |
| |
| Theorem | plyaddcl 15545 |
The sum of two polynomials is a polynomial. (Contributed by Mario
Carneiro, 24-Jul-2014.)
|
| ⊢ ((𝐹 ∈ (Poly‘𝑆) ∧ 𝐺 ∈ (Poly‘𝑆)) → (𝐹 ∘𝑓 + 𝐺) ∈
(Poly‘ℂ)) |
| |
| Theorem | plymulcl 15546 |
The product of two polynomials is a polynomial. (Contributed by Mario
Carneiro, 24-Jul-2014.)
|
| ⊢ ((𝐹 ∈ (Poly‘𝑆) ∧ 𝐺 ∈ (Poly‘𝑆)) → (𝐹 ∘𝑓 · 𝐺) ∈
(Poly‘ℂ)) |
| |
| Theorem | plysubcl 15547 |
The difference of two polynomials is a polynomial. (Contributed by
Mario Carneiro, 24-Jul-2014.)
|
| ⊢ ((𝐹 ∈ (Poly‘𝑆) ∧ 𝐺 ∈ (Poly‘𝑆)) → (𝐹 ∘𝑓 − 𝐺) ∈
(Poly‘ℂ)) |
| |
| Theorem | plycoeid3 15548* |
Reconstruct a polynomial as an explicit sum of the coefficient function
up to an index no smaller than the degree of the polynomial.
(Contributed by Jim Kingdon, 17-Oct-2025.)
|
| ⊢ (𝜑 → 𝐷 ∈ ℕ0) & ⊢ (𝜑 → 𝐴:ℕ0⟶ℂ) & ⊢ (𝜑 → (𝐴 “ (ℤ≥‘(𝐷 + 1))) = {0}) & ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝐷)((𝐴‘𝑘) · (𝑧↑𝑘))))
& ⊢ (𝜑 → 𝑀 ∈ (ℤ≥‘𝐷)) & ⊢ (𝜑 → 𝑋 ∈ ℂ) ⇒ ⊢ (𝜑 → (𝐹‘𝑋) = Σ𝑗 ∈ (0...𝑀)((𝐴‘𝑗) · (𝑋↑𝑗))) |
| |
| Theorem | plycolemc 15549* |
Lemma for plyco 15550. The result expressed as a sum, with a
degree and
coefficients for 𝐹 specified as hypotheses.
(Contributed by Jim
Kingdon, 20-Sep-2025.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 · 𝑦) ∈ 𝑆)
& ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ (𝜑 → 𝐴:ℕ0⟶(𝑆 ∪ {0})) & ⊢ (𝜑 → (𝐴 “
(ℤ≥‘(𝑁 + 1))) = {0}) & ⊢ (𝜑 → 𝐹 = (𝑥 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐴‘𝑘) · (𝑥↑𝑘)))) ⇒ ⊢ (𝜑 → (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐴‘𝑘) · ((𝐺‘𝑧)↑𝑘))) ∈ (Poly‘𝑆)) |
| |
| Theorem | plyco 15550* |
The composition of two polynomials is a polynomial. (Contributed by
Mario Carneiro, 23-Jul-2014.) (Revised by Mario Carneiro,
23-Aug-2014.)
|
| ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) & ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) & ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 + 𝑦) ∈ 𝑆)
& ⊢ ((𝜑 ∧ (𝑥 ∈ 𝑆 ∧ 𝑦 ∈ 𝑆)) → (𝑥 · 𝑦) ∈ 𝑆) ⇒ ⊢ (𝜑 → (𝐹 ∘ 𝐺) ∈ (Poly‘𝑆)) |
| |
| Theorem | plycjlemc 15551* |
Lemma for plycj 15552. (Contributed by Mario Carneiro,
24-Jul-2014.)
(Revised by Jim Kingdon, 22-Sep-2025.)
|
| ⊢ (𝜑 → 𝑁 ∈ ℕ0) & ⊢ 𝐺 = ((∗ ∘ 𝐹) ∘ ∗) & ⊢ (𝜑 → 𝐴:ℕ0⟶(𝑆 ∪ {0})) & ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐴‘𝑘) · (𝑧↑𝑘)))) & ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) ⇒ ⊢ (𝜑 → 𝐺 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)(((∗ ∘ 𝐴)‘𝑘) · (𝑧↑𝑘)))) |
| |
| Theorem | plycj 15552* |
The double conjugation of a polynomial is a polynomial. (The single
conjugation is not because our definition of polynomial includes only
holomorphic functions, i.e. no dependence on (∗‘𝑧)
independently of 𝑧.) (Contributed by Mario Carneiro,
24-Jul-2014.)
|
| ⊢ 𝐺 = ((∗ ∘ 𝐹) ∘ ∗) & ⊢ ((𝜑 ∧ 𝑥 ∈ 𝑆) → (∗‘𝑥) ∈ 𝑆)
& ⊢ (𝜑 → 𝐹 ∈ (Poly‘𝑆)) ⇒ ⊢ (𝜑 → 𝐺 ∈ (Poly‘𝑆)) |
| |
| Theorem | plycn 15553 |
A polynomial is a continuous function. (Contributed by Mario Carneiro,
23-Jul-2014.) Avoid ax-mulf 8198. (Revised by GG, 16-Mar-2025.)
|
| ⊢ (𝐹 ∈ (Poly‘𝑆) → 𝐹 ∈ (ℂ–cn→ℂ)) |
| |
| Theorem | plyrecj 15554 |
A polynomial with real coefficients distributes under conjugation.
(Contributed by Mario Carneiro, 24-Jul-2014.)
|
| ⊢ ((𝐹 ∈ (Poly‘ℝ) ∧ 𝐴 ∈ ℂ) →
(∗‘(𝐹‘𝐴)) = (𝐹‘(∗‘𝐴))) |
| |
| Theorem | plyreres 15555 |
Real-coefficient polynomials restrict to real functions. (Contributed
by Stefan O'Rear, 16-Nov-2014.)
|
| ⊢ (𝐹 ∈ (Poly‘ℝ) → (𝐹 ↾
ℝ):ℝ⟶ℝ) |
| |
| Theorem | dvply1 15556* |
Derivative of a polynomial, explicit sum version. (Contributed by
Stefan O'Rear, 13-Nov-2014.) (Revised by Mario Carneiro,
11-Feb-2015.)
|
| ⊢ (𝜑 → 𝐹 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...𝑁)((𝐴‘𝑘) · (𝑧↑𝑘)))) & ⊢ (𝜑 → 𝐺 = (𝑧 ∈ ℂ ↦ Σ𝑘 ∈ (0...(𝑁 − 1))((𝐵‘𝑘) · (𝑧↑𝑘)))) & ⊢ (𝜑 → 𝐴:ℕ0⟶ℂ) & ⊢ 𝐵 = (𝑘 ∈ ℕ0 ↦ ((𝑘 + 1) · (𝐴‘(𝑘 + 1)))) & ⊢ (𝜑 → 𝑁 ∈
ℕ0) ⇒ ⊢ (𝜑 → (ℂ D 𝐹) = 𝐺) |
| |
| Theorem | dvply2g 15557 |
The derivative of a polynomial with coefficients in a subring is a
polynomial with coefficients in the same ring. (Contributed by Mario
Carneiro, 1-Jan-2017.) (Revised by GG, 30-Apr-2025.)
|
| ⊢ ((𝑆 ∈
(SubRing‘ℂfld) ∧ 𝐹 ∈ (Poly‘𝑆)) → (ℂ D 𝐹) ∈ (Poly‘𝑆)) |
| |
| Theorem | dvply2 15558 |
The derivative of a polynomial is a polynomial. (Contributed by Stefan
O'Rear, 14-Nov-2014.) (Proof shortened by Mario Carneiro,
1-Jan-2017.)
|
| ⊢ (𝐹 ∈ (Poly‘𝑆) → (ℂ D 𝐹) ∈
(Poly‘ℂ)) |
| |
| 11.2 Basic trigonometry
|
| |
| 11.2.1 The exponential, sine, and cosine
functions (cont.)
|
| |
| Theorem | efcn 15559 |
The exponential function is continuous. (Contributed by Paul Chapman,
15-Sep-2007.) (Revised by Mario Carneiro, 20-Jun-2015.)
|
| ⊢ exp ∈ (ℂ–cn→ℂ) |
| |
| Theorem | sincn 15560 |
Sine is continuous. (Contributed by Paul Chapman, 28-Nov-2007.)
(Revised by Mario Carneiro, 3-Sep-2014.)
|
| ⊢ sin ∈ (ℂ–cn→ℂ) |
| |
| Theorem | coscn 15561 |
Cosine is continuous. (Contributed by Paul Chapman, 28-Nov-2007.)
(Revised by Mario Carneiro, 3-Sep-2014.)
|
| ⊢ cos ∈ (ℂ–cn→ℂ) |
| |
| Theorem | reeff1olem 15562* |
Lemma for reeff1o 15564. (Contributed by Paul Chapman,
18-Oct-2007.)
(Revised by Mario Carneiro, 30-Apr-2014.)
|
| ⊢ ((𝑈 ∈ ℝ ∧ 1 < 𝑈) → ∃𝑥 ∈ ℝ
(exp‘𝑥) = 𝑈) |
| |
| Theorem | reeff1oleme 15563* |
Lemma for reeff1o 15564. (Contributed by Jim Kingdon, 15-May-2024.)
|
| ⊢ (𝑈 ∈ (0(,)e) → ∃𝑥 ∈ ℝ
(exp‘𝑥) = 𝑈) |
| |
| Theorem | reeff1o 15564 |
The real exponential function is one-to-one onto. (Contributed by Paul
Chapman, 18-Oct-2007.) (Revised by Mario Carneiro, 10-Nov-2013.)
|
| ⊢ (exp ↾ ℝ):ℝ–1-1-onto→ℝ+ |
| |
| Theorem | efltlemlt 15565 |
Lemma for eflt 15566. The converse of efltim 12320 plus the epsilon-delta
setup. (Contributed by Jim Kingdon, 22-May-2024.)
|
| ⊢ (𝜑 → 𝐴 ∈ ℝ) & ⊢ (𝜑 → 𝐵 ∈ ℝ) & ⊢ (𝜑 → (exp‘𝐴) < (exp‘𝐵)) & ⊢ (𝜑 → 𝐷 ∈ ℝ+) & ⊢ (𝜑 → ((abs‘(𝐴 − 𝐵)) < 𝐷 → (abs‘((exp‘𝐴) − (exp‘𝐵))) < ((exp‘𝐵) − (exp‘𝐴))))
⇒ ⊢ (𝜑 → 𝐴 < 𝐵) |
| |
| Theorem | eflt 15566 |
The exponential function on the reals is strictly increasing.
(Contributed by Paul Chapman, 21-Aug-2007.) (Revised by Jim Kingdon,
21-May-2024.)
|
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < 𝐵 ↔ (exp‘𝐴) < (exp‘𝐵))) |
| |
| Theorem | efle 15567 |
The exponential function on the reals is nondecreasing. (Contributed by
Mario Carneiro, 11-Mar-2014.)
|
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 ≤ 𝐵 ↔ (exp‘𝐴) ≤ (exp‘𝐵))) |
| |
| Theorem | reefiso 15568 |
The exponential function on the reals determines an isomorphism from
reals onto positive reals. (Contributed by Steve Rodriguez,
25-Nov-2007.) (Revised by Mario Carneiro, 11-Mar-2014.)
|
| ⊢ (exp ↾ ℝ) Isom < , <
(ℝ, ℝ+) |
| |
| Theorem | reapef 15569 |
Apartness and the exponential function for reals. (Contributed by Jim
Kingdon, 11-Jul-2024.)
|
| ⊢ ((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 # 𝐵 ↔ (exp‘𝐴) # (exp‘𝐵))) |
| |
| 11.2.2 Properties of pi =
3.14159...
|
| |
| Theorem | pilem1 15570 |
Lemma for pire , pigt2lt4 and sinpi . (Contributed by Mario Carneiro,
9-May-2014.)
|
| ⊢ (𝐴 ∈ (ℝ+ ∩ (◡sin “ {0})) ↔ (𝐴 ∈ ℝ+ ∧
(sin‘𝐴) =
0)) |
| |
| Theorem | cosz12 15571 |
Cosine has a zero between 1 and 2. (Contributed by Mario Carneiro and
Jim Kingdon, 7-Mar-2024.)
|
| ⊢ ∃𝑝 ∈ (1(,)2)(cos‘𝑝) = 0 |
| |
| Theorem | sin0pilem1 15572* |
Lemma for pi related theorems. (Contributed by Mario Carneiro and Jim
Kingdon, 8-Mar-2024.)
|
| ⊢ ∃𝑝 ∈ (1(,)2)((cos‘𝑝) = 0 ∧ ∀𝑥 ∈ (𝑝(,)(2 · 𝑝))0 < (sin‘𝑥)) |
| |
| Theorem | sin0pilem2 15573* |
Lemma for pi related theorems. (Contributed by Mario Carneiro and Jim
Kingdon, 8-Mar-2024.)
|
| ⊢ ∃𝑞 ∈ (2(,)4)((sin‘𝑞) = 0 ∧ ∀𝑥 ∈ (0(,)𝑞)0 < (sin‘𝑥)) |
| |
| Theorem | pilem3 15574 |
Lemma for pi related theorems. (Contributed by Jim Kingdon,
9-Mar-2024.)
|
| ⊢ (π ∈ (2(,)4) ∧ (sin‘π)
= 0) |
| |
| Theorem | pigt2lt4 15575 |
π is between 2 and 4. (Contributed by Paul Chapman,
23-Jan-2008.)
(Revised by Mario Carneiro, 9-May-2014.)
|
| ⊢ (2 < π ∧ π <
4) |
| |
| Theorem | sinpi 15576 |
The sine of π is 0. (Contributed by Paul Chapman,
23-Jan-2008.)
|
| ⊢ (sin‘π) = 0 |
| |
| Theorem | pire 15577 |
π is a real number. (Contributed by Paul Chapman,
23-Jan-2008.)
|
| ⊢ π ∈ ℝ |
| |
| Theorem | picn 15578 |
π is a complex number. (Contributed by David A.
Wheeler,
6-Dec-2018.)
|
| ⊢ π ∈ ℂ |
| |
| Theorem | pipos 15579 |
π is positive. (Contributed by Paul Chapman,
23-Jan-2008.)
(Revised by Mario Carneiro, 9-May-2014.)
|
| ⊢ 0 < π |
| |
| Theorem | pirp 15580 |
π is a positive real. (Contributed by Glauco
Siliprandi,
11-Dec-2019.)
|
| ⊢ π ∈
ℝ+ |
| |
| Theorem | negpicn 15581 |
-π is a real number. (Contributed by David A.
Wheeler,
8-Dec-2018.)
|
| ⊢ -π ∈ ℂ |
| |
| Theorem | sinhalfpilem 15582 |
Lemma for sinhalfpi 15587 and coshalfpi 15588. (Contributed by Paul Chapman,
23-Jan-2008.)
|
| ⊢ ((sin‘(π / 2)) = 1 ∧
(cos‘(π / 2)) = 0) |
| |
| Theorem | halfpire 15583 |
π / 2 is real. (Contributed by David Moews,
28-Feb-2017.)
|
| ⊢ (π / 2) ∈ ℝ |
| |
| Theorem | neghalfpire 15584 |
-π / 2 is real. (Contributed by David A. Wheeler,
8-Dec-2018.)
|
| ⊢ -(π / 2) ∈ ℝ |
| |
| Theorem | neghalfpirx 15585 |
-π / 2 is an extended real. (Contributed by David
A. Wheeler,
8-Dec-2018.)
|
| ⊢ -(π / 2) ∈
ℝ* |
| |
| Theorem | pidiv2halves 15586 |
Adding π / 2 to itself gives π. See 2halves 9416.
(Contributed by David A. Wheeler, 8-Dec-2018.)
|
| ⊢ ((π / 2) + (π / 2)) =
π |
| |
| Theorem | sinhalfpi 15587 |
The sine of π / 2 is 1. (Contributed by Paul
Chapman,
23-Jan-2008.)
|
| ⊢ (sin‘(π / 2)) = 1 |
| |
| Theorem | coshalfpi 15588 |
The cosine of π / 2 is 0. (Contributed by Paul
Chapman,
23-Jan-2008.)
|
| ⊢ (cos‘(π / 2)) = 0 |
| |
| Theorem | cosneghalfpi 15589 |
The cosine of -π / 2 is zero. (Contributed by David
Moews,
28-Feb-2017.)
|
| ⊢ (cos‘-(π / 2)) = 0 |
| |
| Theorem | efhalfpi 15590 |
The exponential of iπ / 2 is i. (Contributed by Mario
Carneiro, 9-May-2014.)
|
| ⊢ (exp‘(i · (π / 2))) =
i |
| |
| Theorem | cospi 15591 |
The cosine of π is -1.
(Contributed by Paul Chapman,
23-Jan-2008.)
|
| ⊢ (cos‘π) = -1 |
| |
| Theorem | efipi 15592 |
The exponential of i · π is -1. (Contributed by Paul
Chapman, 23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
|
| ⊢ (exp‘(i · π)) =
-1 |
| |
| Theorem | eulerid 15593 |
Euler's identity. (Contributed by Paul Chapman, 23-Jan-2008.) (Revised
by Mario Carneiro, 9-May-2014.)
|
| ⊢ ((exp‘(i · π)) + 1) =
0 |
| |
| Theorem | sin2pi 15594 |
The sine of 2π is 0. (Contributed by Paul Chapman,
23-Jan-2008.)
|
| ⊢ (sin‘(2 · π)) =
0 |
| |
| Theorem | cos2pi 15595 |
The cosine of 2π is 1. (Contributed by Paul
Chapman,
23-Jan-2008.)
|
| ⊢ (cos‘(2 · π)) =
1 |
| |
| Theorem | ef2pi 15596 |
The exponential of 2πi is 1.
(Contributed by Mario
Carneiro, 9-May-2014.)
|
| ⊢ (exp‘(i · (2 · π))) =
1 |
| |
| Theorem | ef2kpi 15597 |
If 𝐾 is an integer, then the exponential
of 2𝐾πi is 1.
(Contributed by Mario Carneiro, 9-May-2014.)
|
| ⊢ (𝐾 ∈ ℤ → (exp‘((i
· (2 · π)) · 𝐾)) = 1) |
| |
| Theorem | efper 15598 |
The exponential function is periodic. (Contributed by Paul Chapman,
21-Apr-2008.) (Proof shortened by Mario Carneiro, 10-May-2014.)
|
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐾 ∈ ℤ) → (exp‘(𝐴 + ((i · (2 ·
π)) · 𝐾))) =
(exp‘𝐴)) |
| |
| Theorem | sinperlem 15599 |
Lemma for sinper 15600 and cosper 15601. (Contributed by Paul Chapman,
23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
|
| ⊢ (𝐴 ∈ ℂ → (𝐹‘𝐴) = (((exp‘(i · 𝐴))𝑂(exp‘(-i · 𝐴))) / 𝐷)) & ⊢ ((𝐴 + (𝐾 · (2 · π))) ∈
ℂ → (𝐹‘(𝐴 + (𝐾 · (2 · π)))) =
(((exp‘(i · (𝐴 + (𝐾 · (2 · π)))))𝑂(exp‘(-i · (𝐴 + (𝐾 · (2 · π)))))) / 𝐷))
⇒ ⊢ ((𝐴 ∈ ℂ ∧ 𝐾 ∈ ℤ) → (𝐹‘(𝐴 + (𝐾 · (2 · π)))) = (𝐹‘𝐴)) |
| |
| Theorem | sinper 15600 |
The sine function is periodic. (Contributed by Paul Chapman,
23-Jan-2008.) (Revised by Mario Carneiro, 10-May-2014.)
|
| ⊢ ((𝐴 ∈ ℂ ∧ 𝐾 ∈ ℤ) → (sin‘(𝐴 + (𝐾 · (2 · π)))) =
(sin‘𝐴)) |