Theorems · Theorem
Function.HasFiniteSupport.max
∀ {α : Type u_1} {M : Type u_2} [inst : Zero M] [inst_1 : LinearOrder M] {f g : α → M},
Function.HasFiniteSupport f → Function.HasFiniteSupport g → Function.HasFiniteSupport fun a => max (f a) (g a)- Defined in
- Mathlib.Algebra.FiniteSupport.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroLinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Set.Finite.subsetproof · cited by 285
- Function.HasFiniteSupportstatement and proof · cited by 113
- Set.Finite.unionproof · cited by 74
- Function.support_maxproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.