Documentation

Books.Analysis2_Tao_2022.Chapters.Chap06.section06_part7

Helper for Theorem 6.8: prerequisite global fixed-point-or-antipode-equality principle for continuous self-maps of .

Helper for Theorem 6.8: prerequisite no-counterexample statement for continuous self-maps of in fixed-point-or-antipode-equality form.

Helper for Theorem 6.8: the no-counterexample statement yields the corresponding global fixed-point-or-antipode-equality principle.

Helper for Theorem 6.8: the no-counterexample statement in fixed-point-or- antipode-equality form yields the global fixed/anti-fixed existence principle.

Helper for Theorem 6.8: prerequisite global fixed/anti-fixed existence for continuous self-maps of .

Helper for Theorem 6.8: a global fixed/anti-fixed existence principle directly yields the local fixed/anti-fixed witness for any continuous self-map of .

Helper for Theorem 6.8: a global fixed-point-or-antipode-composed-fixed principle directly yields the local fixed/anti-fixed witness for any continuous self-map of .

Helper for Theorem 6.8: a global fixed-point-or-antipode-composed-fixed principle on continuous self-maps of implies the global fixed/anti-fixed existence principle.

Helper for Theorem 6.8: prerequisite fixed-point/antipode-equality alternative on derived from continuity.

Helper for Theorem 6.8: upstream fixed/anti-fixed existence for continuous self-maps of .

Helper for Theorem 6.8: topological fixed-point/antipode-equality existence from continuity on .

Helper for Theorem 6.8: prerequisite fixed-point/antipode-fixed alternative on .

theorem hairy_ball_fixed_or_antifixed_alternative_6_8 (f : UnitSphereTwoUnitSphereTwo) (hcont : Continuous f) :
∃ (x : UnitSphereTwo), f x = x (f x) = -x

Theorem 6.8 (Hairy ball theorem, fixed point/anti-fixed point alternative): for any continuous self-map f : S² → S², there exists x ∈ S² such that either f x = x or f x = -x (expressed on ambient vectors).

theorem origin_mem_ball_origin_of_pos {n : } {r : } (hr : 0 < r) :

The origin belongs to the open ball centered at the origin with positive radius.

theorem contraction_perturbation_injective_and_ball_half_subset_range {n : } {r : } (hr : 0 < r) (g : (Metric.ball 0 r)EuclideanSpace (Fin n)) (hzero : g 0, = 0) (hcontract : ∀ (x y : (Metric.ball 0 r)), g x - g y 1 / 2 * x - y) :
(Function.Injective fun (x : (Metric.ball 0 r)) => x + g x) Metric.ball 0 (r / 2) Set.range fun (x : (Metric.ball 0 r)) => x + g x

Lemma 6.7: Let r > 0 and let g : B(0,r) → ℝ^n satisfy g(0) = 0 and ‖g(x) - g(y)‖ ≤ (1/2) ‖x - y‖ for all x,y ∈ B(0,r). If f(x) = x + g(x) on B(0,r), then f is injective and B(0,r/2) ⊆ f(B(0,r)).