Theorems · Theorem · order theory
Finset.map_sups
∀ {F : Type u_1} {α : Type u_2} {β : Type u_3} [inst : DecidableEq α] [inst_1 : DecidableEq β]
[inst_2 : SemilatticeSup α] [inst_3 : SemilatticeSup β] [inst_4 : FunLike F α β] [SupHomClass F α β] (f : F)
(hf : Function.Injective ⇑f) (s t : Finset α),
Finset.map { toFun := ⇑f, inj' := hf } (s ⊻ t) =
Finset.map { toFun := ⇑f, inj' := hf } s ⊻ Finset.map { toFun := ⇑f, inj' := hf } t- Defined in
- Mathlib.Data.Finset.Sups
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- FunLikestatement and proof · cited by 2,560
- SemilatticeSupstatement and proof · cited by 785
- Finset.mapstatement · cited by 747
- HasSups.supsstatement and proof · cited by 103
- Finset.hasSupsstatement · cited by 61
- Finset.map_eq_imageproof · cited by 50
- SupHomClassstatement and proof · cited by 11
- Finset.image_supsproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.