Mathlib Map

Theorems · Theorem · order theory

Finset.apply_inf_eq_inf_comp_of_nonempty

∀ {α : Type u_2} {β : Type u_3} {ι : Type u_5} [inst : LinearOrder α] {s : Finset ι} {f : ι → α} [inst_1 : OrderTop α]
  [inst_2 : SemilatticeInf β] [inst_3 : OrderTop β] {g : α → β}, Monotone g → s.Nonempty → g (s.inf f) = s.inf (g ∘ f)
Defined in
Mathlib.Data.Finset.Lattice.Fold
Cited by
0 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderOrderTopSemilatticeInfOrderTop

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.