| Parents |
| fin_set | ℝ |
| Children |
| group_egs | ℂ | metric_spaces | fincomb |
| Constants |
|
PolyFunc
|
(ℝ → ℝ) ℘ |
|
PolyEval
|
ℝ LIST → ℝ → ℝ |
|
PlusCoeffs
|
ℝ LIST → ℝ LIST → ℝ LIST |
|
TimesCoeffs
|
ℝ LIST → ℝ LIST → ℝ LIST |
|
$To
|
(ℕ → 'a) → ℕ → 'a LIST |
|
Roots
|
('a → ℝ) → 'a ℘ |
|
$->
|
(ℕ → ℝ) → ℝ → BOOL |
|
ClosedInterval
|
ℝ → ℝ → ℝ ℘ |
|
OpenInterval
|
ℝ → ℝ → ℝ ℘ |
|
$Cts
|
(ℝ → ℝ) → ℝ → BOOL |
|
$Deriv
|
(ℝ → ℝ) → ℝ → ℝ → BOOL |
|
DerivCoeffs
|
ℝ LIST → ℝ LIST |
|
OpenR
|
ℝ ℘ ℘ |
|
ClosedR
|
ℝ ℘ ℘ |
|
CompactR
|
ℝ ℘ ℘ |
|
$-->
|
(ℝ → ℝ) → ℝ → ℝ → BOOL |
|
$--->
|
(ℕ → ℝ → ℝ) → (ℝ → ℝ) → ℝ ℘ → BOOL |
|
Series
|
(ℕ → ℝ) → ℕ → ℝ |
|
PowerSeries
|
(ℕ → ℝ) → ℕ → ℝ → ℝ |
|
$!
|
ℕ → ℕ |
|
Exp
|
ℝ → ℝ |
|
Log
|
ℝ → ℝ |
|
Cos
|
ℝ → ℝ |
|
Sin
|
ℝ → ℝ |
|
ArchimedesConstant
|
ℝ |
|
$+#->
|
(ℝ → ℝ) → ℝ → ℝ → BOOL |
|
$-+#>
|
(ℝ → ℝ) → ℝ → BOOL |
|
$-+#>+#
|
(ℝ → ℝ) → BOOL |
|
Sqrt
|
ℝ → ℝ |
|
Tan
|
ℝ → ℝ |
|
Cotan
|
ℝ → ℝ |
|
Sec
|
ℝ → ℝ |
|
Cosec
|
ℝ → ℝ |
|
ArcSin
|
ℝ → ℝ |
|
ArcCos
|
ℝ → ℝ |
|
Sinh
|
ℝ → ℝ |
|
Cosh
|
ℝ → ℝ |
|
Tanh
|
ℝ → ℝ |
|
Cotanh
|
ℝ → ℝ |
|
Sech
|
ℝ → ℝ |
|
Cosech
|
ℝ → ℝ |
|
ArcSinh
|
ℝ → ℝ |
|
TaggedPartition
|
(ℕ → ℝ) ↔ ((ℕ → ℝ) × ℕ) |
|
RiemannSum
|
(ℝ → ℝ) → (ℕ → ℝ) × (ℕ → ℝ) × ℕ → ℝ |
|
Gauge
|
(ℝ → ℝ ℘) ℘ |
|
$Fine
|
(ℝ → ℝ ℘) → (ℕ → ℝ) ↔ ((ℕ → ℝ) × ℕ) |
|
$IntR
|
(ℝ → ℝ) → ℝ → BOOL |
|
CharFun
|
'a ℘ → 'a → ℝ |
|
$Int
|
(ℝ → ℝ) → ℝ → ℝ ℘ → BOOL |
|
$Area
|
ℝ ↔ ℝ → ℝ → BOOL |
| Aliases |
|
π
|
ArchimedesConstant : ℝ |
|
χ
|
CharFun : 'a ℘ → 'a → ℝ |
| Fixity |
| Right Infix 200: |
Area | Cts | Deriv | Int | IntR | -> |
Right Infix 205: |
+#-> | -+#> | ---> | --> |
Right Infix 310: |
To |
Postfix 200: | -+#>+# |
Postfix 330: | Fine | ! |
| Definitions |
|
PolyFunc
|
⊢ PolyFunc |
|
PolyEval
|
⊢ (∀ x• PolyEval [] x = 0.) |
|
PlusCoeffs
|
⊢ ConstSpec |
|
TimesCoeffs
|
⊢ (∀ l• TimesCoeffs [] l = []) |
|
To
|
⊢ (∀ f• f To 0 = []) |
|
Roots
|
⊢ ∀ f• Roots f = {x|f x = 0.} |
|
->
|
⊢ ∀ s x |
|
ClosedInterval
|
⊢ ∀ x y• ClosedInterval x y = {t|x ≤ t ∧ t ≤ y} |
|
OpenInterval
|
⊢ ∀ x y• OpenInterval x y = {t|x < t ∧ t < y} |
|
Cts
|
⊢ ∀ f x |
|
Deriv
|
⊢ ∀ f c x |
|
DerivCoeffs
|
⊢ DerivCoeffs [] = [] |
|
OpenR
|
⊢ OpenR |
|
ClosedR
|
⊢ ClosedR = {A|~ A ∈ OpenR} |
|
CompactR
|
⊢ CompactR |
|
-->
|
⊢ ∀ f c x |
|
--->
|
⊢ ∀ u h X |
|
Series
|
⊢ (∀ s• Series s 0 = 0.) |
|
PowerSeries
|
⊢ ∀ s n• PowerSeries s n = PolyEval (s To n) |
|
!
|
⊢ 0 ! = 1 ∧ (∀ m• (m + 1) ! = (m + 1) * m !) |
|
Exp
|
⊢ ConstSpec |
|
Log
|
⊢ ConstSpec (λ Log'• ∀ x• Log' (Exp x) = x) Log |
|
Sin
Cos
|
⊢ ConstSpec |
|
ArchimedesConstant
|
⊢ ConstSpec
|
|
+#->
|
⊢ ∀ f c a |
|
-+#>
|
⊢ ∀ f c |
|
-+#>+#
|
⊢ ∀ f• f -+#>+# ⇔ (∀ x• ∃ b• ∀ y• b < y ⇒ x < f y) |
|
Sqrt
|
⊢ ConstSpec |
|
Tan
|
⊢ ∀ x• Tan x = Sin x * Cos x -1 |
|
Cotan
|
⊢ ∀ x• Cotan x = Cos x * Sin x -1 |
|
Sec
|
⊢ ∀ x• Sec x = Cos x -1 |
|
Cosec
|
⊢ ∀ x• Cosec x = Sin x -1 |
|
ArcSin
|
⊢ ConstSpec |
|
ArcCos
|
⊢ ConstSpec |
|
Sinh
|
⊢ ∀ x• Sinh x = 1 / 2 * (Exp x - Exp (~ x)) |
|
Cosh
|
⊢ ∀ x• Cosh x = 1 / 2 * (Exp x + Exp (~ x)) |
|
Tanh
|
⊢ ∀ x• Tanh x = Sinh x * Cosh x -1 |
|
Cotanh
|
⊢ ∀ x• Cotanh x = Cosh x * Sinh x -1 |
|
Sech
|
⊢ ∀ x• Sech x = Cosh x -1 |
|
Cosech
|
⊢ ∀ x• Cosech x = Sinh x -1 |
|
ArcSinh
|
⊢ ConstSpec |
|
TaggedPartition
|
⊢ ∀ t I n
|
|
RiemannSum
|
⊢ ∀ f t I n |
|
Gauge
|
⊢ ∀ G• G ∈ Gauge ⇔ (∀ x• G x ∈ OpenR ∧ x ∈ G x) |
|
Fine
|
⊢ ∀ t I n G |
|
IntR
|
⊢ ∀ f c |
|
CharFun
|
⊢ ∀ A x• χ A x = (if x ∈ A then 1. else 0.) |
|
Int
|
⊢ ∀ f c A• (f Int c) A ⇔ (λ x• χ A x * f x) IntR c |
|
Area
|
⊢ ∀ A c |
| Theorems |
|
PlusCoeffs_consistent
|
⊢ Consistent
|
|
plus_coeffs_def
|
⊢ (∀ l• PlusCoeffs [] l = l)
|
|
const_eval_thm
|
⊢ ∀ c• (λ x• c) = PolyEval [c] |
|
id_eval_thm
|
⊢ (λ x• x) = PolyEval [0.; 1.] |
|
plus_eval_thm
|
⊢ ∀ l1 l2
|
|
const_times_eval_thm
|
⊢ ∀ c l
|
|
times_eval_thm
|
⊢ ∀ l1 l2
|
|
poly_induction_thm
|
⊢ ∀ p
|
|
poly_func_eq_poly_eval_thm
|
⊢ PolyFunc = {f|∃ l• f = PolyEval l} |
|
const_poly_func_thm
|
⊢ ∀ c• (λ x• c) ∈ PolyFunc |
|
id_poly_func_thm
|
⊢ (λ x• x) ∈ PolyFunc |
|
plus_poly_func_thm
|
⊢ ∀ f g
|
|
times_poly_func_thm
|
⊢ ∀ f g
|
|
comp_poly_func_thm
|
⊢ ∀ f g
|
|
poly_eval_append_thm
|
⊢ ∀ l1 l2 x
|
|
poly_eval_rev_thm
|
⊢ (∀ x• PolyEval (Rev []) x = 0.)
|
|
poly_diff_powers_thm
|
⊢ ∀ n x y
|
|
length_plus_coeffs_thm
|
⊢ ∀ l1 l2
|
|
poly_linear_div_thm
|
⊢ ∀ l1 c
|
|
poly_remainder_thm
|
⊢ ∀ l1 c
|
|
poly_factor_thm
|
⊢ ∀ l1 c
|
|
poly_roots_finite_thm
|
⊢ ∀ f c• f ∈ PolyFunc ∧ ¬ f c = 0. ⇒ Roots f ∈ Finite |
|
ℝ_0_≤_abs_thm
|
⊢ ∀ x• 0. ≤ Abs x |
|
ℝ_abs_plus_thm
|
⊢ ∀ x y• Abs (x + y) ≤ Abs x + Abs y |
|
ℝ_abs_subtract_thm
|
⊢ ∀ x y• Abs (x - y) ≤ Abs x + Abs y |
|
ℝ_abs_plus_minus_thm
|
⊢ ∀ x y• Abs (x + ~ y) ≤ Abs x + Abs y |
|
ℝ_abs_diff_bounded_thm
|
⊢ ∀ x y z
|
|
ℝ_abs_plus_bc_thm
|
⊢ ∀ x y z• Abs x ≤ Abs (y + z) ⇒ Abs x ≤ Abs y + Abs z |
|
ℝ_abs_abs_minus_thm
|
⊢ ∀ x y• Abs (Abs x - Abs y) ≤ Abs (x - y) |
|
ℝ_abs_abs_thm
|
⊢ ∀ x• Abs (Abs x) = Abs x |
|
ℝ_abs_times_thm
|
⊢ ∀ x y• Abs (x * y) = Abs x * Abs y |
|
ℝ_abs_ℝ_ℕ_exp_thm
|
⊢ ∀ x m• Abs (x ^ m) = Abs x ^ m |
|
ℝ_abs_eq_0_thm
|
⊢ ∀ x• Abs x = 0. ⇔ x = 0. |
|
ℝ_abs_≤_0_thm
|
⊢ ∀ x• Abs x ≤ 0. ⇔ x = 0. |
|
ℝ_abs_0_thm
|
⊢ Abs 0. = 0. |
|
ℝ_abs_recip_thm
|
⊢ ∀ x• ¬ x = 0. ⇒ Abs (x -1) = Abs x -1 |
|
ℝ_abs_squared_thm
|
⊢ ∀ x• Abs x ^ 2 = x ^ 2 |
|
ℝ_abs_less_times_thm
|
⊢ ∀ x t y u
|
|
ℝ_¬_0_abs_thm
|
⊢ ∀ x• ¬ x = 0. ⇔ 0. < Abs x |
|
ℝ_less_recip_less_thm
|
⊢ ∀ x y• 0. < x ∧ x < y ⇒ y -1 < x -1 |
|
ℝ_abs_≤_less_interval_thm
|
⊢ ∀ x y
|
|
ℝ_plus_recip_thm
|
⊢ ∀ x y
|
|
ℕℝ_recip_thm
|
⊢ ∀ m• ℕℝ (m + 1) -1 -1 = ℕℝ (m + 1) |
|
ℕℝ_0_less_recip_thm
|
⊢ ∀ m• 0. < ℕℝ (m + 1) -1 |
|
ℕℝ_recip_not_eq_0_thm
|
⊢ ∀ m• ¬ ℕℝ (m + 1) -1 = 0. |
|
ℝ_ℕ_exp_0_1_thm
|
⊢ ∀ m• 0. ^ (m + 1) = 0. ∧ 1. ^ m = 1. |
|
ℝ_ℕ_exp_square_thm
|
⊢ ∀ x• x ^ 2 = x * x |
|
ℝ_ℕ_exp_0_less_thm
|
⊢ ∀ m x• 0. < x ⇒ 0. < x ^ m |
|
ℝ_ℕ_exp_1_less_mono_thm
|
⊢ ∀ x m• 1. < x ⇒ x ^ m < x ^ (m + 1) |
|
ℝ_ℕ_exp_1_less_mono_thm1
|
⊢ ∀ x m n• 1. < x ∧ m < n ⇒ x ^ m < x ^ n |
|
ℝ_≤_times_mono_thm
|
⊢ ∀ x y z• 0. ≤ x ∧ y ≤ z ⇒ x * y ≤ x * z |
|
ℝ_ℕ_exp_¬_eq_0_thm
|
⊢ ∀ m x• ¬ x = 0. ⇒ ¬ x ^ m = 0. |
|
ℝ_ℕ_exp_plus_thm
|
⊢ ∀ x m n• x ^ (m + n) = x ^ m * x ^ n |
|
ℝ_ℕ_exp_times_thm
|
⊢ ∀ x y m• (x * y) ^ m = x ^ m * y ^ m |
|
ℝ_ℕ_exp_recip_thm
|
⊢ ∀ m x• ¬ x = 0. ⇒ (x ^ m) -1 = (x -1) ^ m |
|
ℝ_ℕ_exp_recip_thm1
|
⊢ ∀ m x• ¬ x = 0. ⇒ (x -1) ^ m = (x ^ m) -1 |
|
ℝ_ℕ_exp_1_≤_thm
|
⊢ ∀ m x• 1. ≤ x ⇒ 1. ≤ x ^ m |
|
ℝ_ℕ_exp_less_1_mono_thm
|
⊢ ∀ x m• 0. < x ∧ x < 1. ⇒ x ^ (m + 1) < x ^ m |
|
ℝ_ℕ_exp_less_mono_thm
|
⊢ ∀ x m• 0. < x ⇒ 0. < x ^ m |
|
ℝ_ℕ_exp_less_1_mono_thm1
|
⊢ ∀ x m n• 0. < x ∧ x < 1. ∧ m < n ⇒ x ^ n < x ^ m |
|
ℝ_ℕ_exp_linear_estimate_thm
|
⊢ ∀ x m• 0. < x ⇒ 1. + ℕℝ m * x ≤ (1. + x) ^ m |
|
ℝ_0_≤_square_thm
|
⊢ ∀ x• 0. ≤ x ^ 2 |
|
ℝ_square_eq_0_thm
|
⊢ ∀ x• x ^ 2 = 0. ⇔ x = 0. |
|
ℝ_bound_below_2_thm
|
⊢ ∀ x y
|
|
ℝ_bound_below_3_thm
|
⊢ ∀ x y z
|
|
ℝ_max_2_thm
|
⊢ ∀ x y• ∃ z• x < z ∧ y < z |
|
ℝ_max_3_thm
|
⊢ ∀ x y z• ∃ t• x < t ∧ y < t ∧ z < t |
|
ℝ_min_2_thm
|
⊢ ∀ x y• ∃ z• z < x ∧ z < y |
|
ℝ_min_3_thm
|
⊢ ∀ x y z• ∃ t• t < x ∧ t < y ∧ t < z |
|
ℝ_archimedean_thm
|
⊢ ∀ x• ∃ m• x < ℕℝ m |
|
ℝ_archimedean_recip_thm
|
⊢ ∀ x• 0. < x ⇒ (∃ m• ℕℝ (m + 1) -1 < x) |
|
ℝ_archimedean_times_thm
|
⊢ ∀ x y• 0. < x ⇒ (∃ m• y < ℕℝ m * x) |
|
ℝ_archimedean_division_thm
|
⊢ ∀ d y
|
|
ℝ_ℕ_exp_tends_to_infinity_thm
|
⊢ ∀ x y• 1. < x ⇒ (∃ m• y < x ^ m) |
|
ℝ_ℕ_exp_tends_to_0_thm
|
⊢ ∀ x y• 0. < x ∧ x < 1. ∧ 0. < y ⇒ (∃ m• x ^ m < y) |
|
const_lim_seq_thm
|
⊢ ∀ c• (λ m• c) -> c |
|
plus_lim_seq_thm
|
⊢ ∀ s1 c1 s2 c2
|
|
lim_seq_bounded_thm
|
⊢ ∀ s c• s -> c ⇒ (∃ b• 0. < b ∧ (∀ m• Abs (s m) < b)) |
|
times_lim_seq_thm
|
⊢ ∀ s1 c1 s2 c2
|
|
minus_lim_seq_thm
|
⊢ ∀ s c• s -> c ⇔ (λ m• ~ (s m)) -> ~ c |
|
poly_lim_seq_thm
|
⊢ ∀ f s t
|
|
recip_lim_seq_thm
|
⊢ ∀ s t• s -> t ∧ ¬ t = 0. ⇒ (λ m• s m -1) -> t -1 |
|
lim_seq_choice_thm
|
⊢ ∀ p s1 s2 x
|
|
abs_lim_seq_thm
|
⊢ ∀ s x• s -> x ⇒ (λ m• Abs (s m)) -> Abs x |
|
lim_seq_recip_ℕ_thm
|
⊢ ∀ x• (λ m• x + ℕℝ (m + 1) -1) -> x |
|
lim_seq_¬_eq_thm
|
⊢ ∀ x• ∃ s• s -> x ∧ (∀ m• ¬ s m = x) |
|
lim_seq_shift_thm
|
⊢ ∀ m s x• s -> x ⇔ (λ n• s (n + m)) -> x |
|
lim_seq_¬_eq_thm1
|
⊢ ∀ x d
|
|
lim_seq_¬_0_thm
|
⊢ ∀ s x
|
|
lim_seq_upper_bound_thm
|
⊢ ∀ s b c• (∀ m• s m ≤ b) ∧ s -> c ⇒ c ≤ b |
|
lim_seq_unique_thm
|
⊢ ∀ s b c• s -> b ∧ s -> c ⇒ b = c |
|
lim_seq_diffs_tend_to_0_thm
|
⊢ ∀ s c• s -> c ⇒ (λ m• s (m + 1) - s m) -> 0. |
|
cts_lim_seq_thm
|
⊢ ∀ f x
|
|
cts_lim_seq_thm1
|
⊢ ∀ f x
|
|
cts_lim_seq_thm2
|
⊢ ∀ f x
|
|
cts_local_thm
|
⊢ ∀ f g x a b
|
|
const_cts_thm
|
⊢ ∀ c t• (λ x• c) Cts t |
|
id_cts_thm
|
⊢ ∀ t• (λ x• x) Cts t |
|
plus_cts_thm
|
⊢ ∀ f g t• f Cts t ∧ g Cts t ⇒ (λ x• f x + g x) Cts t |
|
times_cts_thm
|
⊢ ∀ f g t• f Cts t ∧ g Cts t ⇒ (λ x• f x * g x) Cts t |
|
poly_cts_thm
|
⊢ ∀ f t• f ∈ PolyFunc ⇒ f Cts t |
|
comp_cts_thm
|
⊢ ∀ f g t• f Cts g t ∧ g Cts t ⇒ (λ x• f (g x)) Cts t |
|
minus_cts_thm
|
⊢ ∀ t• ~ Cts t |
|
minus_comp_cts_thm
|
⊢ ∀ f t• f Cts t ⇒ (λ x• ~ (f x)) Cts t |
|
recip_cts_thm
|
⊢ ∀ t• ¬ t = 0. ⇒ $-1 Cts t |
|
recip_comp_cts_thm
|
⊢ ∀ f t• f Cts t ∧ ¬ f t = 0. ⇒ (λ x• f x -1) Cts t |
|
ℝ_ℕ_exp_cts_thm
|
⊢ ∀ m t• (λ x• x ^ m) Cts t |
|
ℝ_ℕ_exp_comp_cts_thm
|
⊢ ∀ f m t• f Cts t ⇒ (λ x• f x ^ m) Cts t |
|
abs_cts_thm
|
⊢ ∀ t• Abs Cts t |
|
abs_comp_cts_thm
|
⊢ ∀ f m t• f Cts t ⇒ (λ x• Abs (f x)) Cts t |
|
cts_extension_thm1
|
⊢ ∀ a b f
|
|
cts_extension_thm
|
⊢ ∀ a b f
|
|
open_ℝ_delta_thm
|
⊢ ∀ A
|
|
lim_seq_open_ℝ_thm
|
⊢ ∀ s x
|
|
cts_open_ℝ_thm
|
⊢ ∀ f
|
|
closed_interval_closed_thm
|
⊢ ∀ x y• ClosedInterval x y ∈ ClosedR |
|
cts_estimate_thm
|
⊢ ∀ f x lb ub
|
|
cts_estimate_0_thm
|
⊢ ∀ f x
|
|
cts_limit_unique_thm
|
⊢ ∀ f g x a b
|
|
cts_open_interval_thm
|
⊢ ∀ f a b x
|
|
darboux_cts_mono_thm
|
⊢ ∀ f a b x
|
|
darboux_cts_mono_thm1
|
⊢ ∀ f a b x
|
|
caratheodory_deriv_thm
|
⊢ ∀ f c x
|
|
deriv_cts_thm
|
⊢ ∀ f c x• (f Deriv c) x ⇒ f Cts x |
|
const_deriv_thm
|
⊢ ∀ c t• ((λ x• c) Deriv 0.) t |
|
id_deriv_thm
|
⊢ ∀ t• ((λ x• x) Deriv 1.) t |
|
plus_deriv_thm
|
⊢ ∀ f1 c1 x f2 c2
|
|
plus_const_deriv_thm
|
⊢ ∀ c x• ($+ c Deriv 1.) x |
|
times_deriv_thm
|
⊢ ∀ f1 c1 x f2 c2
|
|
times_const_deriv_thm
|
⊢ ∀ c x• ($* c Deriv c) x |
|
comp_deriv_thm
|
⊢ ∀ f1 c1 f2 c2 x
|
|
minus_deriv_thm
|
⊢ ∀ c t• (~ Deriv ~ 1.) t |
|
minus_comp_deriv_thm
|
⊢ ∀ f c t• (f Deriv c) t ⇒ ((λ x• ~ (f x)) Deriv ~ c) t |
|
ℝ_ℕ_exp_deriv_thm
|
⊢ ∀ n t
|
|
recip_deriv_thm
|
⊢ ∀ t• ¬ t = 0. ⇒ ($-1 Deriv ~ (t -1 * t -1)) t |
|
recip_comp_deriv_thm
|
⊢ ∀ f c t
|
|
poly_deriv_thm
|
⊢ ∀ l x
|
|
deriv_local_thm
|
⊢ ∀ f g x a b c
|
|
deriv_lim_fun_thm
|
⊢ ∀ f c x
|
|
deriv_unique_thm
|
⊢ ∀ f x c d• (f Deriv c) x ∧ (f Deriv d) x ⇒ c = d |
|
curtain_induction_thm
|
⊢ ∀ p
|
|
bisection_thm
|
⊢ ∀ p a b
|
|
closed_interval_compact_thm
|
⊢ ∀ x y• ClosedInterval x y ∈ CompactR |
|
finite_chain_thm
|
⊢ ∀ V
|
|
cts_compact_maximum_thm
|
⊢ ∀ X f
|
|
cts_maximum_thm
|
⊢ ∀ f a b
|
|
cts_abs_bounded_thm
|
⊢ ∀ f a b
|
|
intermediate_value_thm
|
⊢ ∀ f a b
|
|
local_min_thm
|
⊢ ∀ f x a b c
|
|
local_max_thm
|
⊢ ∀ f x a b c
|
|
rolle_thm
|
⊢ ∀ f df a b |
|
cauchy_mean_value_thm
|
⊢ ∀ f df g dg a b
|
|
mean_value_thm
|
⊢ ∀ f df a b
|
|
mean_value_thm1
|
⊢ ∀ f df a b
|
|
deriv_0_thm1
|
⊢ ∀ f a b |
|
deriv_0_thm
|
⊢ ∀ f a b |
|
deriv_0_thm2
|
⊢ ∀ f x y• (∀ x• (f Deriv 0.) x) ⇒ f x = f y |
|
deriv_0_less_thm
|
⊢ ∀ f df a b
|
|
deriv_linear_estimate_thm
|
⊢ ∀ f df a b
|
|
ℝ_mono_inc_seq_thm
|
⊢ ∀ f
|
|
ℝ_mono_dec_seq_thm
|
⊢ ∀ f
|
|
nested_interval_bounds_thm
|
⊢ ∀ L U
|
|
nested_interval_diag_thm
|
⊢ ∀ X
|
|
nested_interval_intersection_thm
|
⊢ ∀ L U
|
|
ℝ_uncountable_thm
|
⊢ ∀ X• ∃ x• ∀ m• ¬ x = X m |
|
∩_open_interval_thm
|
⊢ ∀ x1 y1 x2 y2
|
|
∩_closed_interval_thm
|
⊢ ∀ x1 y1 x2 y2
|
|
⋃_open_ℝ_thm
|
⊢ ∀ V• V ⊆ OpenR ⇒ ⋃ V ∈ OpenR |
|
∪_open_ℝ_thm
|
⊢ ∀ X Y• X ∈ OpenR ∧ Y ∈ OpenR ⇒ X ∪ Y ∈ OpenR |
|
∩_open_ℝ_thm
|
⊢ ∀ X Y• X ∈ OpenR ∧ Y ∈ OpenR ⇒ X ∩ Y ∈ OpenR |
|
⋂_closed_ℝ_thm
|
⊢ ∀ V• V ⊆ ClosedR ⇒ ⋂ V ∈ ClosedR |
|
∩_closed_ℝ_thm
|
⊢ ∀ X Y• X ∈ ClosedR ∧ Y ∈ ClosedR ⇒ X ∩ Y ∈ ClosedR |
|
∪_closed_ℝ_thm
|
⊢ ∀ X Y• X ∈ ClosedR ∧ Y ∈ ClosedR ⇒ X ∪ Y ∈ ClosedR |
|
open_interval_open_thm
|
⊢ ∀ x y• OpenInterval x y ∈ OpenR |
|
complement_open_interval_thm
|
⊢ ∀ x y• ~ (OpenInterval x y) = {t|t ≤ x} ∪ {t|y ≤ t} |
|
complement_closed_interval_thm
|
⊢ ∀ x y• ~ (ClosedInterval x y) = {t|t < x} ∪ {t|y < t} |
|
half_infinite_intervals_open_thm
|
⊢ ∀ x• {t|t < x} ∈ OpenR ∧ {t|x < t} ∈ OpenR |
|
half_infinite_intervals_closed_thm
|
⊢ ∀ x• {t|t ≤ x} ∈ ClosedR ∧ {t|x ≤ t} ∈ ClosedR |
|
empty_universe_open_closed_thm
|
⊢ {} ∈ OpenR
|
|
compact_closed_thm
|
⊢ CompactR ⊆ ClosedR |
|
compact_min_max_thm
|
⊢ ∀ X
|
|
closed_⊆_compact_thm
|
⊢ ∀ X Y
|
|
empty_universe_compact_thm
|
⊢ {} ∈ CompactR ∧ ¬ Universe ∈ CompactR |
|
heine_borel_thm
|
⊢ ∀ X
|
|
ℝ_connected_thm
|
⊢ ∀ X Y
|
|
lim_seq_cauchy_seq_thm
|
⊢ ∀ s x
|
|
fin_seq_bounded_thm
|
⊢ ∀ s n• ∃ b• ∀ m• m ≤ n ⇒ s m < b |
|
cauchy_seq_bounded_above_thm
|
⊢ ∀ s
|
|
cauchy_seq_bounded_below_thm
|
⊢ ∀ s
|
|
lim_seq_mono_inc_sup_thm
|
⊢ ∀ s ub
|
|
lim_seq_mono_inc_thm
|
⊢ ∀ s ub
|
|
lim_seq_mono_dec_thm
|
⊢ ∀ s lb
|
|
lim_sup_thm
|
⊢ ∀ s lb ub |
|
lim_inf_thm
|
⊢ ∀ s lb ub |
|
cauchy_seq_lim_seq_thm
|
⊢ ∀ s
|
|
lim_seq_⇔_cauchy_seq_thm
|
⊢ ∀ s
|
|
lim_fun_lim_seq_thm
|
⊢ ∀ f c x
|
|
const_lim_fun_thm
|
⊢ ∀ c t• ((λ x• c) --> c) t |
|
id_lim_fun_thm
|
⊢ ∀ t• ((λ x• x) --> t) t |
|
plus_lim_fun_thm
|
⊢ ∀ f1 t1 x f2 t2
|
|
times_lim_fun_thm
|
⊢ ∀ f1 t1 x f2 t2
|
|
recip_lim_fun_thm
|
⊢ ∀ f t x
|
|
comp_lim_fun_thm
|
⊢ ∀ f t x g
|
|
cts_lim_fun_thm
|
⊢ ∀ f x• f Cts x ⇒ (f --> f x) x |
|
comp_lim_fun_thm1
|
⊢ ∀ f t x g
|
|
poly_lim_fun_thm
|
⊢ ∀ f x• f ∈ PolyFunc ⇒ (f --> f x) x |
|
lim_fun_upper_bound_thm
|
⊢ ∀ u d c t x
|
|
lim_fun_unique_thm
|
⊢ ∀ u s t x• (u --> s) x ∧ (u --> t) x ⇒ s = t |
|
lim_fun_local_thm
|
⊢ ∀ u v s t x a b
|
|
deriv_lim_fun_thm1
|
⊢ ∀ f c x
|
|
comp_lim_fun_thm2
|
⊢ ∀ f a b t x g
|
|
inverse_deriv_thm
|
⊢ ∀ f g a b x c
|
|
const_unif_lim_seq_thm
|
⊢ ∀ h X• ((λ m• h) ---> h) X |
|
plus_unif_lim_seq_thm
|
⊢ ∀ u1 h1 X u2 h2
|
|
bounded_unif_limit_thm
|
⊢ ∀ u g X c
|
|
times_unif_lim_seq_thm
|
⊢ ∀ u g v h X c d
|
|
unif_lim_seq_bounded_thm
|
⊢ ∀ u h a b
|
|
unif_lim_seq_⊆_thm
|
⊢ ∀ u h X Y• (u ---> h) X ∧ Y ⊆ X ⇒ (u ---> h) Y |
|
unif_lim_seq_shift_thm
|
⊢ ∀ m u h X• (u ---> h) X ⇔ ((λ n• u (n + m)) ---> h) X |
|
unif_lim_seq_cts_thm
|
⊢ ∀ u h x a b
|
|
unif_lim_seq_cauchy_seq_thm
|
⊢ ∀ u f X
|
|
cauchy_seq_unif_lim_seq_thm
|
⊢ ∀ u X
|
|
unif_lim_seq_pointwise_lim_seq_thm
|
⊢ ∀ u f X x• (u ---> f) X ∧ x ∈ X ⇒ (λ m• u m x) -> f x |
|
unif_lim_seq_pointwise_unique_thm
|
⊢ ∀ u f g X x c
|
|
unif_lim_seq_unique_thm
|
⊢ ∀ u f g X x
|
|
lim_fun_lim_seq_interchange_thm
|
⊢ ∀ u f a b x s
|
|
unif_lim_seq_deriv_estimate_thm
|
⊢ ∀ du df x0 y0 A B u e
|
|
unif_lim_seq_deriv_thm
|
⊢ ∀ u du df A B x0 y0
|
|
power_series_series_thm
|
⊢ ∀ s
|
|
series_power_series_thm
|
⊢ ∀ s• Series s = (λ n• PowerSeries s n 1.) |
|
power_series_0_arg_thm
|
⊢ (∀ s• PowerSeries s 0 0. = 0.)
|
|
power_series_limit_0_thm
|
⊢ ∀ s• (λ m• PowerSeries s m 0.) -> s 0 |
|
plus_series_thm
|
⊢ ∀ s1 s2
|
|
series_0_thm
|
⊢ Series (λ m• 0.) = (λ m• 0.) |
|
const_times_series_thm
|
⊢ ∀ s c• Series (λ m• c * s m) = (λ n• c * Series s n) |
|
lim_seq_ℕℝ_recip_eq_0_thm
|
⊢ (λ m• ℕℝ m -1) -> 0. |
|
lim_seq_ℝ_ℕ_exp_eq_0_thm
|
⊢ ∀ x• ~ 1. < x ∧ x < 1. ⇒ (λ m• x ^ m) -> 0. |
|
series_shift_thm
|
⊢ ∀ n s
|
|
lim_series_shift_thm
|
⊢ ∀ n s x
|
|
lim_series_shift_∃_thm
|
⊢ ∀ n s
|
|
lim_series_bounded_thm
|
⊢ ∀ e s c
|
|
geometric_sum_thm1
|
⊢ ∀ n x
|
|
geometric_sum_thm
|
⊢ ∀ n x
|
|
geometric_series_thm
|
⊢ ∀ x
|
|
geometric_series_series_thm
|
⊢ ∀ x
|
|
geometric_series_thm1
|
⊢ ∀ x
|
|
weierstrass_test_thm
|
⊢ ∀ u X s c
|
|
comparison_test_thm
|
⊢ ∀ s1 s2 c2
|
|
simple_root_test_thm
|
⊢ ∀ s b m
|
|
root_test_thm
|
⊢ ∀ s b d m
|
|
ratio_test_thm1
|
⊢ ∀ s b m
|
|
ratio_test_thm
|
⊢ ∀ s b
|
|
power_series_convergence_thm
|
⊢ ∀ s B C b
|
|
power_series_deriv_coeffs_thm
|
⊢ ∀ s n x
|
|
power_series_deriv_lemma1
|
⊢ ∀ b
|
|
power_series_deriv_lemma2
|
⊢ ∀ s C b
|
|
power_series_scale_arg_thm
|
⊢ ∀ c s m y
|
|
power_series_scale_coeffs_thm
|
⊢ ∀ c s m y
|
|
power_series_deriv_lim_seq_convergence_thm
|
⊢ ∀ s B C b
|
|
power_series_deriv_convergence_thm
|
⊢ ∀ s B C b
|
|
power_series_main_thm
|
⊢ ∀ s B C b
|
|
power_series_main_thm1
|
⊢ ∀ s b
|
|
power_series_main_thm2
|
⊢ ∀ s
|
|
power_series_main_thm3
|
⊢ ∀ s
|
|
factorial_linear_estimate_thm
|
⊢ ∀ m• 1. ≤ ℕℝ (m !) ∧ ℕℝ m ≤ ℕℝ (m !) |
|
factorial_0_less_thm
|
⊢ ∀ m• 0. < ℕℝ (m !) |
|
factorial_times_recip_thm
|
⊢ ∀ m• ℕℝ (m + 1) * ℕℝ ((m + 1) !) -1 = ℕℝ (m !) -1 |
|
gen_rolle_thm
|
⊢ ∀ n D a b
|
|
taylor_thm
|
⊢ ∀ n f D a b |
|
exp_series_convergence_thm
|
⊢ ∀ x
|
|
exp_consistency_thm
|
⊢ ∃ f
|
|
Exp_consistent
|
⊢ Consistent
|
|
exp_def
|
⊢ Exp 0. = 1. ∧ (∀ x• (Exp Deriv Exp x) x) |
|
exp_unique_thm
|
⊢ ∀ f g a b t
|
|
exp_cts_thm
|
⊢ ∀ x• Exp Cts x |
|
exp_¬_eq_0_thm
|
⊢ ∀ x• ¬ Exp x = 0. |
|
exp_minus_thm
|
⊢ ∀ x• Exp (~ x) = Exp x -1 |
|
exp_0_less_thm
|
⊢ ∀ x• 0. < Exp x |
|
exp_plus_thm
|
⊢ ∀ x y• Exp (x + y) = Exp x * Exp y |
|
exp_clauses
|
⊢ Exp 0. = 1. |
|
exp_less_mono_thm
|
⊢ ∀ x y• x < y ⇔ Exp x < Exp y |
|
exp_power_series_thm
|
⊢ ∀ x
|
|
Log_consistent
|
⊢ Consistent (λ Log'• ∀ x• Log' (Exp x) = x) |
|
log_def
|
⊢ ∀ x• Log (Exp x) = x |
|
exp_one_one_thm
|
⊢ OneOne Exp |
|
exp_ℝ_ℕ_exp_thm
|
⊢ ∀ m x• Exp (ℕℝ m * x) = Exp x ^ m |
|
exp_0_less_onto_thm
|
⊢ ∀ x• 0. < x ⇒ (∃ y• x = Exp y) |
|
exp_log_thm
|
⊢ ∀ x• 0. < x ⇒ Exp (Log x) = x |
|
log_less_mono_thm
|
⊢ ∀ x y• 0. < x ∧ x < y ⇒ Log x < Log y |
|
log_cts_thm
|
⊢ ∀ x• 0. < x ⇒ Log Cts x |
|
log_deriv_thm
|
⊢ ∀ x• 0. < x ⇒ (Log Deriv x -1) x |
|
log_clauses
|
⊢ Log 1. = 0. |
|
ℝ_ℕ_exp_exp_log_thm
|
⊢ ∀ m x• 0. < x ⇒ x ^ m = Exp (ℕℝ m * Log x) |
|
positive_root_thm
|
⊢ ∀ m x• ¬ m = 0 ∧ 0. < x ⇒ (∃ y• 0. < y ∧ y ^ m = x) |
|
square_root_thm
|
⊢ ∀ x• 0. < x ⇔ (∃ y• 0. < y ∧ y ^ 2 = x) |
|
square_root_thm1
|
⊢ ∀ x• 0. ≤ x ⇔ (∃ y• 0. ≤ y ∧ y ^ 2 = x) |
|
square_root_unique_thm
|
⊢ ∀ x y• x ^ 2 = y ^ 2 ⇔ x = y ∨ x = ~ y |
|
square_square_root_mono_thm
|
⊢ ∀ x y• 0. < x ∧ 0. < y ⇒ (x ^ 2 < y ^ 2 ⇔ x < y) |
|
sin_series_convergence_thm
|
⊢ ∀ x
|
|
even_odd_thm
|
⊢ ∀ m• ∃ n• m = 2 * n ∨ m = 2 * n + 1 |
|
mod_2_div_2_thm
|
⊢ ∀ n
|
|
mod_2_cases_thm
|
⊢ ∀ m• m Mod 2 = 0 ∨ m Mod 2 = 1 |
|
mod_2_0_ℝ_ℕ_exp_thm
|
⊢ ∀ m x• m Mod 2 = 0 ⇒ ~ x ^ m = x ^ m |
|
mod_2_1_ℝ_ℕ_exp_thm
|
⊢ ∀ m x• m Mod 2 = 1 ⇒ ~ x ^ m = ~ (x ^ m) |
|
power_series_even_thm
|
⊢ ∀ s n x
|
|
power_series_odd_thm
|
⊢ ∀ s n x
|
|
sin_deriv_coeffs_thm
|
⊢ ∀ m
|
|
sin_cos_consistency_thm
|
⊢ ∃ s c
|
|
Sin_consistent
Cos_consistent
|
⊢ Consistent
|
|
sin_def
cos_def
|
⊢ Sin 0. = 0. |
|
sin_cos_cts_thm
|
⊢ ∀ x• Sin Cts x ∧ Cos Cts x |
|
cos_squared_plus_sin_squared_thm
|
⊢ ∀ x• Cos x ^ 2 + Sin x ^ 2 = 1. |
|
sin_cos_unique_lemma1
|
⊢ ∀ f g x
|
|
sin_cos_unique_lemma2
|
⊢ ∀ f g x
|
|
sin_cos_unique_thm
|
⊢ ∀ f g x
|
|
sin_cos_power_series_thm
|
⊢ ∀ x
|
|
sin_cos_plus_thm
|
⊢ ∀ x y
|
|
sin_cos_minus_thm
|
⊢ ∀ x• Sin (~ x) = ~ (Sin x) ∧ Cos (~ x) = Cos x |
|
sin_0_group_thm
|
⊢ 0. ∈ {x|Sin x = 0.}
|
|
sin_0_ℕℝ_times_thm
|
⊢ ∀ x m• Sin x = 0. ⇒ Sin (ℕℝ m * x) = 0. |
|
sin_eq_cos_sin_cos_twice_thm
|
⊢ ∀ x
|
|
sum_squares_abs_bound_thm
|
⊢ ∀ x y z• x ^ 2 + y ^ 2 = z ^ 2 ⇒ Abs x ≤ Abs z |
|
sum_squares_abs_bound_thm1
|
⊢ ∀ x y• x ^ 2 + y ^ 2 = 1. ⇒ Abs x ≤ 1. |
|
abs_sin_abs_cos_≤_1_thm
|
⊢ ∀ x• Abs (Sin x) ≤ 1. ∧ Abs (Cos x) ≤ 1. |
|
cos_positive_estimate_thm
|
⊢ ∀ x• x ∈ OpenInterval 0. 1. ⇒ 0. < Cos x |
|
sin_positive_estimate_thm
|
⊢ ∀ x• x ∈ OpenInterval 0. 2. ⇒ 0. < Sin x |
|
cos_greater_root_2_thm
|
⊢ ∀ t
|
|
cos_squared_eq_half_thm
|
⊢ ∀ e
|
|
sin_eq_cos_exists_thm
|
⊢ ∃ x• x ∈ OpenInterval 0. 2. ∧ Sin x = Cos x |
|
sin_positive_zero_thm
|
⊢ ∃ x• 0. < x ∧ Sin x = 0. |
|
ℝ_discrete_subgroup_thm
|
⊢ ∀ G h a
|
|
pi_consistency_thm
|
⊢ ∃ pi
|
|
ArchimedesConstant_consistent
|
⊢ Consistent
|
|
π_def
|
⊢ 0. < π |
|
ℕℝ_plus_1_times_bound_thm
|
⊢ (∀ c m• 0. < c ⇒ c ≤ ℕℝ (m + 1) * c)
|
|
ℕℝ_0_less_¬_ℕℝ_times_π_thm
|
⊢ ∀ x m• 0. < x ⇒ ¬ x = ~ (ℕℝ m * π) |
|
sin_¬_eq_0_thm
|
⊢ ∀ x• 0. < x ∧ x < π ⇒ ¬ Sin x = 0. |
|
sin_0_π_0_less_thm
|
⊢ ∀ x• x ∈ OpenInterval 0. π ⇒ 0. < Sin x |
|
sin_cos_π_over_2_thm
|
⊢ Sin (1 / 2 * π) = 1. ∧ Cos (1 / 2 * π) = 0. |
|
sin_cos_plus_π_over_2_thm
|
⊢ ∀ x
|
|
cos_¬_eq_0_thm
|
⊢ ∀ x• ~ (1 / 2) * π < x ∧ x < 1 / 2 * π ⇒ ¬ Cos x = 0. |
|
cos_eq_0_thm
|
⊢ ∀ x |
|
sin_cos_plus_π_thm
|
⊢ ∀ x
|
|
sin_cos_π_thm
|
⊢ Sin π = 0. ∧ Cos π = ~ 1. |
|
sin_cos_plus_2_π_thm
|
⊢ ∀ x
|
|
sin_cos_2_π_thm
|
⊢ Sin (2. * π) = 0. ∧ Cos (2. * π) = 1. |
|
sin_cos_plus_even_times_π_thm
|
⊢ ∀ x m
|
|
sin_cos_even_times_π_thm
|
⊢ ∀ m
|
|
sin_cos_period_thm
|
⊢ ∀ x y
|
|
sin_cos_onto_unit_circle_thm
|
⊢ ∀ x y
|
|
sin_cos_onto_unit_circle_thm1
|
⊢ ∀ x y
|
|
lim_right_lim_seq_thm
|
⊢ ∀ f c x
|
|
lim_fun_lim_right_thm
|
⊢ ∀ f c x
|
|
const_lim_right_thm
|
⊢ ∀ c x• ((λ x• c) +#-> c) x |
|
id_lim_right_thm
|
⊢ ∀ x• ((λ x• x) +#-> x) x |
|
plus_lim_right_thm
|
⊢ ∀ f1 c1 f2 c2 x
|
|
times_lim_right_thm
|
⊢ ∀ f1 c1 f2 c2 x
|
|
poly_lim_right_thm
|
⊢ ∀ f g c x
|
|
recip_lim_right_thm
|
⊢ ∀ f c x
|
|
lim_right_unique_thm
|
⊢ ∀ f c d x• (f +#-> c) x ∧ (f +#-> d) x ⇒ c = d |
|
cts_lim_right_thm
|
⊢ ∀ f c x• f Cts x ∧ (f +#-> c) x ⇒ f x = c |
|
lim_infinity_lim_seq_thm
|
⊢ ∀ f c
|
|
lim_infinity_lim_right_thm
|
⊢ ∀ f c• f -+#> c ⇔ ((λ x• f (x -1)) +#-> c) 0. |
|
lim_right_lim_infinity_thm
|
⊢ ∀ f c• ((λ x• f (x -1)) +#-> c) 0. ⇔ f -+#> c |
|
const_lim_infinity_thm
|
⊢ ∀ c• (λ x• c) -+#> c |
|
id_lim_infinity_thm
|
⊢ ∀ c• ¬ (λ x• x) -+#> c |
|
plus_lim_infinity_thm
|
⊢ ∀ f1 c1 f2 c2
|
|
times_lim_infinity_thm
|
⊢ ∀ f1 c1 f2 c2
|
|
poly_lim_infinity_thm
|
⊢ ∀ f g c
|
|
recip_lim_infinity_thm
|
⊢ ∀ f c
|
|
recip_lim_infinity_0_thm
|
⊢ (λ x• x -1) -+#> 0. |
|
lim_infinity_unique_thm
|
⊢ ∀ f c d• f -+#> c ∧ f -+#> d ⇒ c = d |
|
div_infinity_pos_thm
|
⊢ ∀ f
|
|
const_plus_div_infinity_thm
|
⊢ ∀ f c• f -+#>+# ⇒ (λ x• c + f x) -+#>+# |
|
id_div_infinity_thm
|
⊢ (λ x• x) -+#>+# |
|
plus_div_infinity_thm
|
⊢ ∀ f g• f -+#>+# ∧ g -+#>+# ⇒ (λ x• f x + g x) -+#>+# |
|
const_times_div_infinity_thm
|
⊢ ∀ f c• f -+#>+# ∧ 0. < c ⇒ (λ x• c * f x) -+#>+# |
|
times_div_infinity_thm
|
⊢ ∀ f g• f -+#>+# ∧ g -+#>+# ⇒ (λ x• f x * g x) -+#>+# |
|
power_div_infinity_thm
|
⊢ ∀ m• (λ x• x ^ (m + 1)) -+#>+# |
|
less_div_infinity_thm
|
⊢ ∀ f g a
|
|
bounded_deriv_div_infinity_thm
|
⊢ ∀ f df a c
|
|
exp_div_infinity_thm
|
⊢ Exp -+#>+# |
|
log_div_infinity_thm
|
⊢ Log -+#>+# |
|
div_infinity_times_recip_thm
|
⊢ ∀ f a e
|
|
div_infinity_lim_right_thm
|
⊢ ∀ f
|
|
div_infinity_lim_infinity_thm
|
⊢ ∀ f
|
|
comp_div_infinity_thm
|
⊢ ∀ f g• f -+#>+# ∧ g -+#>+# ⇒ (λ x• f (g x)) -+#>+# |
|
rolle_thm1
|
⊢ ∀ f df a b |
|
l'hopital_lim_right_thm
|
⊢ ∀ f df g dg a b c
|
|
cts_comp_minus_thm
|
⊢ ∀ f x• (λ x• f (~ x)) Cts x ⇔ f Cts ~ x |
|
deriv_comp_minus_thm
|
⊢ ∀ f df x
|
|
l'hopital_lim_fun_thm
|
⊢ ∀ f df g dg a b c x
|
|
l'hopital_lim_infinity_thm
|
⊢ ∀ f df g dg a c
|
|
cts_deriv_deriv_thm
|
⊢ ∀ f df a b t
|
|
lim_fun_id_over_sin_thm
|
⊢ ((λ x• x * Sin x -1) --> 1.) 0. |
|
lim_infinity_recip_exp_thm
|
⊢ (λ x• Exp x -1) -+#> 0. |
|
lim_infinity_id_over_exp_thm
|
⊢ (λ x• x * Exp x -1) -+#> 0. |
|
lim_fun_power_over_exp_thm
|
⊢ ∀ m• (λ x• x ^ m * Exp x -1) -+#> 0. |
|
lim_infinity_log_over_id_thm
|
⊢ (λ x• Log x * x -1) -+#> 0. |
|
lim_fun_log_over_id_minus_1_thm
|
⊢ ((λ x• Log x * (x - 1.) -1) --> 1.) 1. |
|
lim_fun_log_1_plus_over_id_thm
|
⊢ ((λ x• Log (1. + x) * x -1) --> 1.) 0. |
|
lim_fun_e_thm
|
⊢ ((λ x• Exp (x -1 * Log (1. + x))) --> Exp 1.) 0. |
|
lim_seq_e_thm
|
⊢ (λ m• (1. + ℕℝ m -1) ^ m) -> Exp 1. |
|
ℝ_less_mono_⇔_thm
|
⊢ ∀ f
|
|
ℝ_less_mono_⇔_≤_thm
|
⊢ ∀ f
|
|
ℝ_less_mono_one_one_thm
|
⊢ ∀ f
|
|
total_inverse_cts_thm
|
⊢ ∀ f g x
|
|
total_inverse_thm
|
⊢ ∀ f
|
|
closed_half_infinite_inverse_thm1
|
⊢ ∀ f a
|
|
closed_half_infinite_inverse_thm
|
⊢ ∀ f df a
|
|
cond_cts_thm
|
⊢ ∀ f g y |
|
cond_cts_thm1
|
⊢ ∀ f g a b y x
|
|
closed_interval_inverse_thm
|
⊢ ∀ f df a b
|
|
Sqrt_consistent
|
⊢ Consistent
|
|
sqrt_def
|
⊢ ∀ x |
|
sqrt_thm
|
⊢ ∀ x• 0. ≤ x ⇒ Sqrt x ^ 2 = x |
|
sqrt_0_≤_thm
|
⊢ ∀ x• 0. ≤ x ⇒ 0. ≤ Sqrt x |
|
sqrt_cts_thm
|
⊢ ∀ x• 0. ≤ x ⇒ Sqrt Cts x |
|
sqrt_square_thm
|
⊢ ∀ x• Sqrt (x ^ 2) = Abs x |
|
square_sqrt_thm
|
⊢ ∀ x y• x = y ^ 2 ⇒ Sqrt x = Abs y |
|
sqrt_0_1_thm
|
⊢ Sqrt 0. = 0. ∧ Sqrt 1. = 1. |
|
square_times_thm
|
⊢ ∀ x y• (x * y) ^ 2 = x ^ 2 * y ^ 2 |
|
sqrt_times_thm
|
⊢ ∀ x y
|
|
square_recip_thm
|
⊢ ∀ x• ¬ x = 0. ⇒ (x -1) ^ 2 = (x ^ 2) -1 |
|
sqrt_pos_thm
|
⊢ ∀ x• 0. < x ⇒ 0. < Sqrt x |
|
sqrt_recip_thm
|
⊢ ∀ x• 0. < x ⇒ Sqrt (x -1) = Sqrt x -1 |
|
sqrt_exp_log_thm
|
⊢ ∀ x• 0. < x ⇒ Sqrt x = Exp (1 / 2 * Log x) |
|
sqrt_deriv_thm
|
⊢ ∀ x• 0. < x ⇒ (Sqrt Deriv 1 / 2 * Sqrt x * x -1) x |
|
sqrt_mono_thm
|
⊢ ∀ x y• 0. ≤ x ∧ x < y ⇒ Sqrt x < Sqrt y |
|
square_mono_≤_thm
|
⊢ ∀ x y• 0. ≤ x ∧ 0. ≤ y ⇒ (x ≤ y ⇔ x ^ 2 ≤ y ^ 2) |
|
id_over_sqrt_thm
|
⊢ ∀ x• 0. < x ⇒ x * Sqrt x -1 = Sqrt x |
|
sqrt_1_minus_sin_squared_thm
|
⊢ ∀ x• Sqrt (1. - Sin x ^ 2) = Abs (Cos x) |
|
sqrt_1_minus_cos_squared_thm
|
⊢ ∀ x• Sqrt (1. - Cos x ^ 2) = Abs (Sin x) |
|
tan_deriv_thm
|
⊢ ∀ x• ¬ Cos x = 0. ⇒ (Tan Deriv 1. + Tan x ^ 2) x |
|
cotan_deriv_thm
|
⊢ ∀ x
|
|
sec_deriv_thm
|
⊢ ∀ x• ¬ Cos x = 0. ⇒ (Sec Deriv Sec x * Tan x) x |
|
cosec_deriv_thm
|
⊢ ∀ x
|
|
cos_0_less_thm
|
⊢ ∀ x• ~ (1 / 2) * π < x ∧ x < 1 / 2 * π ⇒ 0. < Cos x |
|
ArcSin_consistent
|
⊢ Consistent
|
|
arc_sin_def
|
⊢ (∀ x• Abs x ≤ 1 / 2 * π ⇒ ArcSin (Sin x) = x) |
|
sin_arc_sin_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ Sin (ArcSin x) = x |
|
arc_sin_sin_thm
|
⊢ ∀ x• Abs x ≤ 1 / 2 * π ⇒ ArcSin (Sin x) = x |
|
arc_sin_cts_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ ArcSin Cts x |
|
abs_arc_sin_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ Abs (ArcSin x) ≤ 1 / 2 * π |
|
cos_arc_sin_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ Cos (ArcSin x) = Sqrt (1. - x ^ 2) |
|
arc_sin_1_minus_1_thm
|
⊢ ArcSin 1. = 1 / 2 * π ∧ ArcSin (~ 1.) = ~ (1 / 2) * π |
|
arc_sin_deriv_thm
|
⊢ ∀ x
|
|
ArcCos_consistent
|
⊢ Consistent
|
|
arc_cos_def
|
⊢ (∀ x• 0. ≤ x ∧ x ≤ π ⇒ ArcCos (Cos x) = x) |
|
cos_arc_cos_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ Cos (ArcCos x) = x |
|
arc_cos_cos_thm
|
⊢ ∀ x• 0. ≤ x ∧ x ≤ π ⇒ ArcCos (Cos x) = x |
|
arc_cos_cts_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ ArcCos Cts x |
|
abs_arc_cos_thm
|
⊢ ∀ x• Abs x ≤ 1. ⇒ 0. ≤ ArcCos x ∧ ArcCos x ≤ π |
|
sinh_deriv_thm
|
⊢ ∀ x• (Sinh Deriv Cosh x) x |
|
cosh_deriv_thm
|
⊢ ∀ x• (Cosh Deriv Sinh x) x |
|
cosh_0_less_thm
|
⊢ ∀ x• 0. < Cosh x |
|
cosh_non_0_thm
|
⊢ ∀ x• ¬ Cosh x = 0. |
|
sinh_non_0_thm
|
⊢ ∀ x• Sinh x = 0. ⇔ x = 0. |
|
cosh_squared_minus_sinh_squared_thm
|
⊢ ∀ x• Cosh x ^ 2 - Sinh x ^ 2 = 1. |
|
tanh_deriv_thm
|
⊢ ∀ x• (Tanh Deriv 1. - Tanh x ^ 2) x |
|
cotanh_deriv_thm
|
⊢ ∀ x• ¬ x = 0. ⇒ (Cotanh Deriv 1. - Cotanh x ^ 2) x |
|
sech_deriv_thm
|
⊢ ∀ x• (Sech Deriv ~ (Sech x) * Tanh x) x |
|
cosech_deriv_thm
|
⊢ ∀ x
|
|
sinh_cts_thm
|
⊢ ∀ x• Sinh Cts x |
|
cosh_cts_thm
|
⊢ ∀ x• Cosh Cts x |
|
sinh_mono_thm
|
⊢ ∀ x y• x < y ⇒ Sinh x < Sinh y |
|
sinh_cosh_0_thm
|
⊢ Sinh 0. = 0. ∧ Cosh 0. = 1. |
|
sinh_cosh_minus_thm
|
⊢ ∀ x• Sinh (~ x) = ~ (Sinh x) ∧ Cosh (~ x) = Cosh x |
|
ArcSinh_consistent
|
⊢ Consistent
|
|
arc_sinh_def
|
⊢ ∀ x |
|
sqrt_1_plus_sinh_squared_thm
|
⊢ ∀ x• Sqrt (1. + Sinh x ^ 2) = Cosh x |
|
cosh_arc_sinh_thm
|
⊢ ∀ x• Cosh (ArcSinh x) = Sqrt (1. + x ^ 2) |
|
arc_sinh_deriv_thm
|
⊢ ∀ x• (ArcSinh Deriv Sqrt (1. + x ^ 2) -1) x |
|
gauge_∩_thm
|
⊢ ∀ G1 G2 |
|
gauge_o_minus_thm
|
⊢ ∀ G• G ∈ Gauge ⇒ (λ x• {t|~ t ∈ G (~ x)}) ∈ Gauge |
|
gauge_o_plus_thm
|
⊢ ∀ G h
|
|
gauge_o_times_thm
|
⊢ ∀ c G
|
|
gauge_refinement_thm
|
⊢ ∀ G1 G2
|
|
gauge_refine_3_thm
|
⊢ ∀ G1 G2 G3
|
|
fine_refinement_thm
|
⊢ ∀ G1 G2 t I n
|
|
chosen_tag_thm
|
⊢ ∀ a
|
|
chosen_tags_thm
|
⊢ ∀ list
|
|
riemann_gauge_thm
|
⊢ ∀ e
|
|
tagged_partition_∃_thm
cousin_lemma
|
⊢ ∀ G a b |
|
riemann_sum_induction_thm
|
⊢ ∀ f t I n
|
|
series_induction_thm1
|
⊢ ∀ s n
|
|
ℝ_abs_series_thm
|
⊢ ∀ s n• Abs (Series s n) ≤ Series (λ m• Abs (s m)) n |
|
riemann_sum_induction_thm1
|
⊢ ∀ f t I n
|
|
riemann_sum_plus_thm
|
⊢ ∀ f g t I n
|
|
riemann_sum_const_times_thm
|
⊢ ∀ f c t I n
|
|
riemann_sum_minus_thm
|
⊢ ∀ f t I n
|
|
riemann_sum_local_thm
|
⊢ ∀ f t I s J n
|
|
riemann_sum_o_minus_thm
|
⊢ ∀ f t I n
|
|
riemann_sum_o_times_thm
|
⊢ ∀ f t I n c
|
|
partition_reverse_clauses
|
⊢ ∀ f t I n G
|
|
tagged_partition_append_thm
|
⊢ ∀ s J m t I n
|
|
fine_append_thm
|
⊢ ∀ G s J m t I n
|
|
riemann_sum_0_thm
|
⊢ ∀ t I n• RiemannSum (λ x• 0.) (t, I, n) = 0. |
|
riemann_sum_append_thm
|
⊢ ∀ f t I m n
|
|
riemann_sum_¬_0_thm
|
⊢ ∀ f t I n
|
|
partition_mono_thm
|
⊢ ∀ t I n k m
|
|
tag_mono_thm
|
⊢ ∀ t I n k m |
|
tag_upper_bound_thm
|
⊢ ∀ t I n k m
|
|
tag_lower_bound_thm
|
⊢ ∀ t I n k m
|
|
subpartition_thm
|
⊢ ∀ n m t I
|
|
subpartition_fine_thm
|
⊢ ∀ n m t I n G
|
|
riemann_sum_local_thm1
|
⊢ ∀ f g t I n
|
|
riemann_sum_0_≤_thm
|
⊢ ∀ f t I n
|
|
tag_unique_thm
|
⊢ ∀ t I n k m
|
|
partition_cover_thm
|
⊢ ∀ t I n x
|
|
partition_cover_thm1
|
⊢ ∀ t I n x
|
|
riemann_sum_χ_singleton_thm
|
⊢ ∀ c t I n
|
|
int_ℝ_plus_thm
|
⊢ ∀ f g c d
|
|
int_ℝ_minus_thm
|
⊢ ∀ f c• f IntR c ⇒ (λ x• ~ (f x)) IntR ~ c |
|
int_ℝ_0_thm
|
⊢ (λ x• 0.) IntR 0. |
|
int_ℝ_const_times_thm
|
⊢ ∀ f c d• f IntR d ⇒ (λ x• c * f x) IntR c * d |
|
int_ℝ_diff_0_thm
|
⊢ ∀ f g c
|
|
int_ℝ_unique_thm
|
⊢ ∀ f c d• f IntR c ∧ f IntR d ⇒ c = d |
|
int_ℝ_0_≤_thm
|
⊢ ∀ f c• (∀ x• 0. ≤ f x) ∧ f IntR c ⇒ 0. ≤ c |
|
int_ℝ_≤_thm
|
⊢ ∀ f g c d |
|
int_ℝ_0_dominated_thm
|
⊢ ∀ f g
|
|
int_ℝ_χ_singleton_lemma
|
⊢ ∀ G e c t I n
|
|
int_ℝ_χ_singleton_thm
|
⊢ ∀ c• χ {c} IntR 0. |
|
int_ℝ_singleton_support_thm
|
⊢ ∀ f c• (∀ x• ¬ f x = 0. ⇒ x = c) ⇒ f IntR 0. |
|
int_ℝ_finite_support_thm
|
⊢ ∀ f list
|
|
int_ℝ_χ_0_⊆_thm
|
⊢ ∀ A B• A ⊆ B ∧ χ B IntR 0. ⇒ χ A IntR 0. |
|
int_ℝ_χ_0_∩_thm
|
⊢ ∀ A B• χ A IntR 0. ⇒ χ (A ∩ B) IntR 0. |
|
χ_∪_∩_thm
|
⊢ ∀ A B x• χ (A ∪ B) x = χ A x + χ B x - χ (A ∩ B) x |
|
int_ℝ_χ_0_∪_thm
|
⊢ ∀ A B
|
|
int_half_infinite_interval_thm
|
⊢ ∀ f c a• (f Int c) {x|a ≤ x} ⇔ (f Int c) {x|a < x} |
|
chosen_value_thm
|
⊢ ∀ y f c A
|
|
int_interval_thm
|
⊢ ∀ f g a b c
|
|
int_ℝ_o_minus_thm
|
⊢ ∀ f c• f IntR c ⇔ (λ x• f (~ x)) IntR c |
|
int_ℝ_o_plus_thm
|
⊢ ∀ f c h• f IntR c ⇔ (λ x• f (x + h)) IntR c |
|
int_ℝ_o_times_thm
|
⊢ ∀ f c d
|
|
int_ℝ_support_bounded_below_thm
|
⊢ ∀ a c f
|
|
int_support_bounded_below_lemma
|
⊢ ∀ a f g c
|
|
int_bounded_below_thm
|
⊢ ∀ a b c f
|
|
int_ℝ_bounded_support_thm
|
⊢ ∀ a b c f
|
|
bounded_int_thm
|
⊢ ∀ a b c f
|
|
bounded_int_local_thm
|
⊢ ∀ a b f g c
|
|
straddle_thm
|
⊢ ∀ f df x e |
|
straddle_gauge_thm
|
⊢ ∀ A e f df
|
|
int_deriv_thm2
|
⊢ ∀ a b sf f
|
|
int_deriv_thm3
|
⊢ ∀ a b sf f
|
|
int_deriv_thm
|
⊢ ∀ a b sf f
|
|
int_deriv_thm1
|
⊢ ∀ a b sf f
|
|
int_ℝ_χ_interval_thm
|
⊢ ∀ a b• a ≤ b ⇒ χ (ClosedInterval a b) IntR b - a |
|
int_example_thm
|
⊢ ((λ x• Sqrt (1. - x ^ 2) -1) Int π)
|
|
int_recip_thm
|
⊢ ∀ a b
|
|
log_minus_log_estimate_thm
|
⊢ ∀ a b
|
|
harmonic_series_estimate_thm
|
⊢ ∀ m
|
|
harmonic_series_divergent_thm
|
⊢ ∀ c• ¬ Series (λ m• ℕℝ (m + 1) -1) -> c |
|
area_unique_thm
|
⊢ ∀ A c d• A Area c ∧ A Area d ⇒ c = d |
|
area_translate_thm
|
⊢ ∀ A c u v
|
|
area_dilate_thm
|
⊢ ∀ A c d e
|
|
area_dilate_thm1
|
⊢ ∀ A c d
|
|
area_empty_thm
|
⊢ {} Area 0. |
|
area_∪_thm
|
⊢ ∀ A B c d y |
|
area_∩_thm
|
⊢ ∀ A B c d y |
|
area_rectangle_thm
|
⊢ ∀ w h
|
|
area_circle_lemma1
|
⊢ ∀ x
|
|
area_circle_lemma2
|
⊢ ∀ x• Abs x ≤ 1. ⇒ 0. ≤ 1. - x ^ 2 |
|
area_circle_lemma3
|
⊢ ∀ x
|
|
area_circle_lemma4
|
⊢ ∀ r x y
|
|
area_circle_int_thm
|
⊢ ((λ x• 2. * Sqrt (1. - x ^ 2)) Int π)
|
|
area_unit_circle_thm
|
⊢ {(x, y)|Sqrt (x ^ 2 + y ^ 2) ≤ 1.} Area π |
|
circle_dilate_thm
|
⊢ ∀ r
|
|
area_circle_thm
|
⊢ ∀ r
|
|
buffon_needle_lemma
|
⊢ let S
|
|
buffon_needle_thm
|
⊢ let S
|