Theorems · Theorem · order theory
Set.map_finite_biInf
∀ {α : Type u} {β : Type v} {F : Type u_1} {ι : Type u_2} [inst : CompleteLattice α] [inst_1 : CompleteLattice β]
[inst_2 : FunLike F α β] [InfTopHomClass F α β] {s : Set ι},
s.Finite → ∀ (f : F) (g : ι → α), f (⨅ x ∈ s, g x) = ⨅ x ∈ s, f (g x)- Defined in
- Mathlib.Data.Set.Finite.Lattice
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Setstatement and proof · cited by 53,352
- FunLikestatement and proof · cited by 2,560
- Set.Finitestatement and proof · cited by 1,814
- iInfstatement and proof · cited by 1,690
- CompleteLatticestatement and proof · cited by 1,048
- Set.Finite.toFinsetproof · cited by 351
- Finset.infproof · cited by 219
- iInf_congr_Propproof · cited by 218
- Set.Finite.mem_toFinsetproof · cited by 74
- Finset.inf_eq_iInfproof · cited by 19
- map_finset_infproof · cited by 10
Cited by1
Results whose statement or proof uses this declaration.
- Set.map_finite_iInfproof · cited by 0