Theorems · Theorem · general topology
ContinuousMapZero.induction_on_of_compact
∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {s : Set 𝕜} [inst_1 : Fact (0 ∈ s)] [CompactSpace ↑s]
{p : ContinuousMapZero (↑s) 𝕜 → Prop},
p 0 →
p (ContinuousMapZero.id s) →
p (star (ContinuousMapZero.id s)) →
(∀ (f g : ContinuousMapZero (↑s) 𝕜), p f → p g → p (f + g)) →
(∀ (f g : ContinuousMapZero (↑s) 𝕜), p f → p g → p (f * g)) →
(∀ (r : 𝕜) (f : ContinuousMapZero (↑s) 𝕜), p f → p (r • f)) →
(∀ (f : ContinuousMapZero (↑s) 𝕜), (∃ᶠ (g : ContinuousMapZero (↑s) 𝕜) in nhds f, p g) → p f) →
∀ (f : ContinuousMapZero (↑s) 𝕜), p f- Cited by
- 4 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RCLikeFactCompactSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- SetLike.coeproof · cited by 8,199
- Set.Elemstatement and proof · cited by 7,166
- nhdsstatement and proof · cited by 5,554
- RCLikestatement and proof · cited by 2,829
- Factstatement and proof · cited by 2,726
- closureproof · cited by 1,254
- Star.starstatement and proof · cited by 1,082
- CompactSpacestatement and proof · cited by 593
- Filter.Eventually.of_forallproof · cited by 526
- Set.mem_univproof · cited by 416
- Filter.Frequentlystatement and proof · cited by 414
Cited by4
Results whose statement or proof uses this declaration.
- Commute.cfcₙHomproof · cited by 2
- continuous_cfcₙHomSuperset_leftproof · cited by 1
- ContinuousMapZero.nonUnitalStarAlgHom_apply_mul_eq_zeroproof · cited by 1
- ContinuousMapZero.mul_nonUnitalStarAlgHom_apply_eq_zeroproof · cited by 1