Theorems · Definition · order theory
Set.FiniteExhaustion.mk.noConfusion
{α : Type u_1} →
{s : Set α} →
{P : Sort u} →
{toFun : ℕ → Set α} →
{finite' : ∀ (n : ℕ), Finite ↑(toFun n)} →
{subset_succ' : ∀ (n : ℕ), toFun n ⊆ toFun (n + 1)} →
{iUnion_eq' : ⋃ n, toFun n = s} →
{toFun' : ℕ → Set α} →
{finite'' : ∀ (n : ℕ), Finite ↑(toFun' n)} →
{subset_succ'' : ∀ (n : ℕ), toFun' n ⊆ toFun' (n + 1)} →
{iUnion_eq'' : ⋃ n, toFun' n = s} →
{ toFun := toFun, finite' := finite', subset_succ' := subset_succ', iUnion_eq' := iUnion_eq' } =
{ toFun := toFun', finite' := finite'', subset_succ' := subset_succ'',
iUnion_eq' := iUnion_eq'' } →
(toFun ≍ toFun' → P) → P- Defined in
- Mathlib.Data.Set.FiniteExhaustion
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 13 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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 · cited by 14
- Set.FiniteExhaustion.noConfusionproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Set.FiniteExhaustion.mk.injproof · cited by 1