Theorems · Theorem
Function.HasFiniteMulSupport.max
∀ {α : Type u_1} {M : Type u_2} [inst : One M] [inst_1 : LinearOrder M] {f g : α → M},
Function.HasFiniteMulSupport f →
Function.HasFiniteMulSupport g → Function.HasFiniteMulSupport 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
- OneLinearOrder
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.HasFiniteMulSupportstatement and proof · cited by 99
- Set.Finite.unionproof · cited by 74
- Function.mulSupport_maxproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.