Left and right continuity #
In this file we prove a few lemmas about left and right continuous functions:
continuous_within_at_Ioi_iff_Ici: two definitions of right continuity (with(a, ∞)and with[a, ∞)) are equivalent;continuous_within_at_Iio_iff_Iic: two definitions of left continuity (with(-∞, a)and with(-∞, a]) are equivalent;continuous_at_iff_continuous_left_right,continuous_at_iff_continuous_left'_right': a function is continuous ataif and only if it is left and right continuous ata.
Tags #
left continuous, right continuous
theorem
continuous_within_at_Ioi_iff_Ici
{α : Type u_1}
{β : Type u_2}
[topological_space α]
[partial_order α]
[topological_space β]
{a : α}
{f : α → β} :
continuous_within_at f (set.Ioi a) a ↔ continuous_within_at f (set.Ici a) a
theorem
continuous_within_at_Iio_iff_Iic
{α : Type u_1}
{β : Type u_2}
[topological_space α]
[partial_order α]
[topological_space β]
{a : α}
{f : α → β} :
continuous_within_at f (set.Iio a) a ↔ continuous_within_at f (set.Iic a) a
theorem
continuous_at_iff_continuous_left_right
{α : Type u_1}
{β : Type u_2}
[topological_space α]
[linear_order α]
[topological_space β]
{a : α}
{f : α → β} :
continuous_at f a ↔ continuous_within_at f (set.Iic a) a ∧ continuous_within_at f (set.Ici a) a
theorem
continuous_at_iff_continuous_left'_right'
{α : Type u_1}
{β : Type u_2}
[topological_space α]
[linear_order α]
[topological_space β]
{a : α}
{f : α → β} :
continuous_at f a ↔ continuous_within_at f (set.Iio a) a ∧ continuous_within_at f (set.Ioi a) a