Theorems · Theorem · general topology
ContinuousMap.induction_on_of_compact
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {s : Set 𝕜} [CompactSpace ↑s] {p : C(↑s, 𝕜) → Prop},
(∀ (r : 𝕜), p (ContinuousMap.const (↑s) r)) →
p (ContinuousMap.restrict s (ContinuousMap.id 𝕜)) →
p (star (ContinuousMap.restrict s (ContinuousMap.id 𝕜))) →
(∀ (f g : C(↑s, 𝕜)), p f → p g → p (f + g)) →
(∀ (f g : C(↑s, 𝕜)), p f → p g → p (f * g)) →
(∀ (f : C(↑s, 𝕜)), (∃ᶠ (g : C(↑s, 𝕜)) in nhds f, p g) → p f) → ∀ (f : C(↑s, 𝕜)), p f- Cited by
- 2 results in Mathlib
- Foundations
- Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLikeCompactSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- RCLikestatement and proof · cited by 2,829
- ContinuousMapstatement and proof · cited by 2,491
- Star.starstatement and proof · cited by 1,082
- CompactSpacestatement and proof · cited by 593
- Filter.Eventually.of_forallproof · cited by 526
- Filter.Frequentlystatement and proof · cited by 414
- SetLike.mem_coeproof · cited by 302
- ContinuousMap.idstatement and proof · cited by 73
- ContinuousMap.restrictstatement and proof · cited by 61
Cited by2
Results whose statement or proof uses this declaration.
- Commute.cfcHomproof · cited by 2
- continuous_cfcHomSuperset_leftproof · cited by 1