Definition 9.8.1
theorem
Chapter9.MonotoneOn.exist_inverse
{a b : ℝ}
(h : a < b)
(f : ℝ → ℝ)
(hcont : ContinuousOn f (Set.Icc a b))
(hmono : StrictMonoOn f (Set.Icc a b))
:
Proposition 9.8.3 / Exercise 9.8.4
theorem
Chapter9.mono_of_continuous_inj
{a b : ℝ}
(h : a < b)
{f : ℝ → ℝ}
(hf : ContinuousOn f (Set.Icc a b))
(hinj : Function.Injective fun (x : ↑(Set.Icc a b)) => f ↑x)
:
Exercise 9.8.3
def
Chapter9.MonotoneOn.exist_inverse_without_continuity
{a b : ℝ}
(h : a < b)
{f : ℝ → ℝ}
(hmono : StrictMonoOn f (Set.Icc a b))
:
Exercise 9.8.4
Equations
- Chapter9.MonotoneOn.exist_inverse_without_continuity h hmono = sorry
Instances For
def
Chapter9.MonotoneOn.exist_inverse_without_strictmono
{a b : ℝ}
(h : a < b)
(f : ℝ → ℝ)
(hcont : ContinuousOn f (Set.Icc a b))
(hmono : MonotoneOn f (Set.Icc a b))
:
Exercise 9.8.4
Equations
- Chapter9.MonotoneOn.exist_inverse_without_strictmono h f hcont hmono = sorry
Instances For
@[reducible, inline]
An equivalence between the natural numbers and the rationals.
Equations
Instances For
@[reducible, inline]
Instances For
Exercise 9.8.5(c)