Theorems · Definition · order theory
Set.FiniteExhaustion.casesOn
{α : Type u_1} →
{s : Set α} →
{motive : s.FiniteExhaustion → Sort u} →
(t : s.FiniteExhaustion) →
((toFun : ℕ → Set α) →
(finite' : ∀ (n : ℕ), Finite ↑(toFun n)) →
(subset_succ' : ∀ (n : ℕ), toFun n ⊆ toFun (n + 1)) →
(iUnion_eq' : ⋃ n, toFun n = s) →
motive
{ toFun := toFun, finite' := finite', subset_succ' := subset_succ', iUnion_eq' := iUnion_eq' }) →
motive t- Defined in
- Mathlib.Data.Set.FiniteExhaustion
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 10 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Finitestatement and proof · cited by 3,029
- Set.iUnionstatement and proof · cited by 2,483
- Set.FiniteExhaustionstatement and proof · cited by 14
Cited by2
Results whose statement or proof uses this declaration.
- Set.FiniteExhaustion.noConfusionproof · cited by 0
- Set.FiniteExhaustion.noConfusionTypeproof · cited by 0