theoremcayley_thm {G : Type*} [Group G] : ∃ f : G →* Equiv.Perm G, Function.Injective f := ⟨{ toFun x := { toFun y := x * y invFun y := x⁻¹ * y left_inv y := inv_mul_ca...
posted about 2 months ago
· proven about 1 month ago
theoremstone_weierstrass (a b : ℝ) (hab : a ≤ b) (f : ℝ→ℝ) (hf : ContinuousOn f (Set.Icc a b)) (ε : ℝ) (hε : 0 < ε) : ∃ p : Polynomial ℝ, ∀ x ∈ Set.Icc a b, |f x - p.eval x| < ε := by have _ := hab let f_cont : C(Set.Icc a b, ℝ) := ⟨Set.restrict (Set.Icc a b...
posted about 2 months ago
· proven about 1 month ago
theorembanach_fixed {X : Type*} [MetricSpace X] [CompleteSpace X] [Nonempty X] {f : X → X} (hf : ContractingWith (1/2 : NNReal) f) : ∃! x, f x = x := by use ContractingWith.fixedPoint f hf constructor · show f (ContractingWith....
posted about 2 months ago
· proven about 1 month ago