Theorems · Theorem · logic and foundations
Set.Finite.encard_biUnion
∀ {α : Type u_1} {ι : Type u_2} {t : Set ι},
t.Finite → ∀ {s : ι → Set α}, t.PairwiseDisjoint s → (⋃ i ∈ t, s i).encard = ∑ᶠ (i : ι) (_ : i ∈ t), (s i).encard- Defined in
- Mathlib.Data.Set.Card.Arithmetic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- Top.topproof · cited by 9,680
- ENatstatement and proof · cited by 4,985
- Set.iUnionstatement and proof · cited by 2,483
- Set.Finitestatement and proof · cited by 1,814
- Set.iUnion_congr_Propproof · cited by 374
- Set.ncardproof · cited by 344
- Set.encardstatement and proof · cited by 327
- finsumstatement and proof · cited by 286
- Set.PairwiseDisjointstatement and proof · cited by 275
- Set.Infiniteproof · cited by 263
- Set.mem_singletonproof · cited by 183
Cited by1
Results whose statement or proof uses this declaration.
- Set.encard_iUnion_of_finiteproof · cited by 1